/*!
 * Table of Content
 * 1.0 - Fonts
 * 2.0 - Resets
 * 2.1 - General
 * 3.0 - Header/Navbar
 * 4.0 - Banner/Slider
 * 5.0 - Page Content
 * 6.0 - Responsive
 */
/* ====================
	1.0 FONTS ==================== */
@import url('https://fonts.googleapis.com/css2?family=Abhaya+Libre:wght@400;700&family=Montserrat:wght@400;500;700&display=swap');

/* ==================== 2.0 Resets ====================*/
body { font-family: 'Abhaya Libre', serif;; color: #003A5D; font-size: 24px; line-height: 34px; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }

.overlay { display: none; transition: all 0.5s; }

html, body { overflow-x: hidden; }

h1, h2, h3, h4, h5, h6 { margin: 0 0 20px; }
p, ul, ol, table { margin: 0 0 20px; }
h1:last-child, h2:last-child, h3:last-child, h4:last-child, h5:last-child, h6:last-child, p:last-child, ul:last-child, ol:last-child, table:last-child { margin-bottom: 0; }

h1, h2, h3, h4, h5, h6 .h1, .h2, .h3, .h4, .h5, .h6 { line-height: 1.1; color: #fff; }
h1 + .image:not([class*="mt-"]), h2 + .image:not([class*="mt-"]), h3 + .image:not([class*="mt-"]), h4 + .image:not([class*="mt-"]), h5 + .image:not([class*="mt-"]), h6 .h1 + .image:not([class*="mt-"]), .h2 + .image:not([class*="mt-"]), .h3 + .image:not([class*="mt-"]), .h4 + .image:not([class*="mt-"]), .h5 + .image:not([class*="mt-"]), .h6 + .image:not([class*="mt-"]) { margin-top: 20px; }

h1, .h1, .heading-lg, .heading-lg-lead { font-size: 3.75em; font-weight:300; }

h2, .h2 { font-family: 'Montserrat', sans-serif; font-size: 1em; line-height: 1.5em; color: #003A5D; font-weight:700; text-transform: uppercase; }

h3, .h3, h4, .h4, .heading-md, .heading-md-lead { font-family: 'Montserrat', sans-serif; font-size: 1em; color: #003A5D; font-weight:700; text-transform: uppercase; }

h4, .h4, h4.heading-md { font-family: 'Montserrat', sans-serif; font-size: 1em; color: #003A5D; font-weight:700; text-transform: uppercase; }

h5, .h5 { font-family: 'Montserrat', sans-serif; font-size: 1em; color: #003A5D; font-weight:700; text-transform: uppercase; }

h6, .h6, .heading-sm, .heading-sm-lead { font-family: 'Montserrat', sans-serif; font-size: 1em; color: #003A5D; font-weight:700; text-transform: uppercase; }

ul, ol { margin: 0px; }
.footer ul li, .footer ol li { list-style: none; }
.section-content .col-md-8 ul, .section-content .col-md-8 ol { padding: 0 0 0 20px; margin: 0px; }
.section-content .col-md-8 ul li, .section-content .col-md-8 ol li { list-style: disc; }

blockquote { color: #B07B66; font-size: 1em; line-height: inherit; width: 90%; margin: 0 auto 20px; border-left: 3px solid #B07B66; }
blockquote strong { font-weight: 700; }
blockquote:first-child { margin-top: 0; }
blockquote:last-child { margin-bottom: 0; }

p + h1, p + h2, p + h3, p + h4, p + h5, p + h4, ul + h1, ul + h2, ul + h3, ul + h4, ul + h5, ul + h4, ol + h1, ol + h2, ol + h3, ol + h4, ol + h5, ol + h4, table + h1, table + h2, table + h3, table + h4, table + h5, table + h4 { margin-top: 35px; }

ul + p, ul + ul, ul + ol, ol + p, ol + ol, ol + ul, ul + table, ol + table { margin-top: 20px; }

b, strong { font-weight: 600; }

a { outline: 0; transition: all 0.5s; color: #0071CE; }
a:link, a:visited { text-decoration: none; }
a:hover { outline: 0; color: #B07B66; }
a:focus, a:active { color: inherit; }

img { outline: 0; border: 0 none; max-width: 100%; height: auto; vertical-align: top; -ms-border-radius: 0px; border-radius: 0px; }
img + h2, img h3, img h4 { margin-top: 15px; }
img.alignright { padding: 0; float: right; margin: 5px 0 10px 30px; }
h3 img.alignright, h4 img.alignright, h2 img.alignright, h1 img.alignright { margin-top: 0; }

img.alignleft { padding: 0; float: left; margin: 5px 30px 10px 0; }
h3 img.alignleft, h4 img.alignleft, h2 img.alignleft, h1 img.alignleft { margin-top: 0; }
img.aligncenter { float: none; display: block; margin: 5px auto 15px; }
img.aligncenter:first-child { margin-top: 0; }
img.aligncenter:last-child { margin-bottom: 0; }

.aligncenter { margin: 0 auto; text-align: center; }
.alignright { float: right; }

hr, .hr { margin: 45px 0; border-top: 1px solid #808080; }
hr:first-child, .hr:first-child { margin-top: 0; }
hr:last-child, .hr:last-child { margin-bottom: 0; }

input:focus { border-color: #66afe9; outline: 0; box-shadow: 0 0 0 transparent; }

.al-center, .center { text-align: center; }
.al-center .with-line:after, .center .with-line:after { left: 50%; margin-left: -35px; }

.al-right { text-align: right; }
.al-right .with-line:after { right: 0; }

.al-left { text-align: left; }

.ucap { text-transform: uppercase; }

.container.thin { max-width: 1000px; }

.section-pad { padding-top: 65px; padding-bottom: 65px; }
.section-pad-xs { padding-top: 20px; padding-bottom: 20px; }
.section-pad-sm { padding-top: 40px; padding-bottom: 40px; }
.section-pad-sm-2 { padding-top: 40px; padding-bottom: 40px; padding-left: 0; padding-right: 0; }
.section-pad-md { padding-top: 60px; padding-bottom: 60px; }
.section-pad-md-2 { padding-top: 60px; padding-bottom: 60px; }
.section-pad-lg { padding-top: 110px; padding-bottom: 110px; }
.section-pad.nopd { padding-top: 0; padding-bottom: 0; }
.section-pad.nopdtop { padding-top: 0; padding-bottom: 60px; }
.nopdbottom { padding-top: 40px; padding-bottom: 0; }

.section-overup[class*="section-pad"] { margin-top: -60px; padding-top: 0; }

.section-overup-lg[class*="section-pad"] { margin-top: -110px; padding-top: 0; }

.pad-0, .nopd { padding: 0px; }

.noborder { border:none; }

.npl { padding-left: 0px; }

.npr { padding-right: 0px; }

.space-top { margin-top: 20px; }
.space-top-sm { margin-top: 15px; }
.space-top-md { margin-top: 30px; }
.space-bottom { margin-bottom: 20px; }
.space-bottom-sm { margin-bottom: 15px; }
.space-bottom-md { margin-bottom: 30px; }

.nomg { margin-top: 0; margin-bottom: 0; }

.wide-lg { max-width: 1170px; margin: 0 auto; }
.wide-md { max-width: 970px; margin: 0 auto; }
.wide-sm { max-width: 770px; margin: 0 auto; }
.wide-xs { max-width: 570px; margin: 0 auto; }

.row-vm { align-items: center; display: flex; }
.row-vm.reverses > div:last-child { order: 1; }
.row-vm.reverses > div:first-child { order: 2; }

.container-fluid > .row > .row { margin-left: 0; margin-right: 0; }

.flex-center { display: flex; align-items: center; }
.flex-end { display: flex; align-items: flex-end; }

.row-column:not(:first-child) { margin-top: 60px; }
.row-column-md:not(:first-child) { margin-top: 45px; }
.row-column-sm:not(:first-child) { margin-top: 30px; }

div[class*="row-column"].mgfix { margin-top: -45px; }
div[class*="row-column"].mgauto { margin-top: 0; }
div[class*="row-column"].mgtop { margin-top: 60px; }
div[class*="row-column"].mgtop-md { margin-top: 45px; }
div[class*="row-column"].mgtop-sm { margin-top: 30px; }

div[class*="wide-"] + div[class*="row-column"]:not([class*="mg"]):not([class*="mt-"]) { margin-top: 60px; }

.clear-all { clear: both; display: block; height: 0; width: 100%; }

.clear { clear: both; }

.clear-left { clear: left; }

.clear-right { clear: right; }

.first[class*="col-"] { clear: left; }

.nomg[class*="wide-"] { margin: 0; }

.img-shadow { box-shadow: 0 2px 26px 0 rgba(0, 0, 0, 0.16); }

.round { -ms-border-radius: 48px; border-radius: 48px; }
.toponly { border-bottom-left-radius: 0 !important; border-bottom-right-radius: 0 !important; }
.bottomonly { border-top-left-radius: 0 !important; border-top-right-radius: 0 !important; }
.round-sm { -ms-border-radius: 16px; border-radius: 16px; }
.round-md { -ms-border-radius: 24px; border-radius: 24px; }
.round-lg { -ms-border-radius: 72px; border-radius: 72px; }

.circle { -ms-border-radius: 50%; border-radius: 50%; }

.image { margin-bottom: 20px; }
.image:last-child { margin-bottom: 0; }
.image img { max-width: 100%; height: auto; }
.image[class*="round"] a, .image[class*="round"] img, .image.circle a, .image.circle img { border-radius: inherit; }
.image.circle:not([class*="al-"]) { text-align: center; }
.image.circle:not(.image-md) img { width: 100%; max-width: 555px; }
.image-md img { width: 90%; max-width: 220px; }

.imagebg { position: absolute; height: 100%; right: 0; top: 0; left: 0; background-size: cover; background-position: 50% 50%; background-repeat: no-repeat; z-index: 0; opacity: 0; transition: opacity .4s; }
.fixed-bg .imagebg { background-attachment: fixed; }
.imagebg img { display: none; }

.image-on-left .imagebg, .image-on-right .imagebg { width: 50%; }

.image-on-left .imagebg { right: 50%; }

.image-on-right .imagebg { left: 50%; }

.image-slice .imagebg { width: 40%; left: 0; }
.image-slice .imagebg + .imagebg { width: 60%; left: 40%; }
.image-slice .section-bg:not(.section-bg-r):after { content: ""; background: #FF9933; position: absolute; left: 0; bottom: 0; top: 0; opacity: .9; width: 100%; }
.image-slice .section-bg.section-bg-alt:not(.section-bg-r):after { background: #31536C; }

.pd-x1 { padding: 10px; }
.pd-x2 { padding: 20px; }
.pd-x3 { padding: 30px; }
.pd-x4 { padding: 40px; }
.pd-x5 { padding: 50px; }

.mg-x1 { margin: 10px; }
.mg-x2 { margin: 20px; }
.mg-x3 { margin: 30px; }
.mg-x4 { margin: 40px; }
.mg-x5 { margin: 50px; }

.mt-x1 { margin-top: 10px; }
.mt-x2 { margin-top: 20px; }
.mt-x3 { margin-top: 30px; }
.mt-x4 { margin-top: 40px; }
.mt-x5 { margin-top: 50px; }

.mb-x1 { margin-bottom: 10px; }
.mb-x2 { margin-bottom: 20px; }
.mb-x3 { margin-bottom: 30px; }
.mb-x4 { margin-bottom: 40px; }
.mb-x5 { margin-bottom: 50px; }

.bg-light, .box-s2 { background: #f4f8f8; }

.bg-white, .box-s1 { background: #fff; }

.bg-dark { background: #666; }

.bg-grey { background: #e8e8ee; }

.box-s3 { background: #FF9933; }

.bg-secondary, .box-s4 { background: #B52031; }

.bg-alternet { background: #FFC426; }

.bg-light-primary { background-color: rgba(255, 153, 51, 0.1); }

.bg-light-secondary { background-color: rgba(255, 83, 38, 0.1); }

.bg-light-alternet { background-color: rgba(255, 196, 38, 0.1); }

.bdr { border: 1px solid rgba(0, 0, 0, 0.04); }
.bdr-y { border-top: 1px solid rgba(0, 0, 0, 0.04); border-bottom: 1px solid rgba(0, 0, 0, 0.04); }
.bdr-x { border-left: 1px solid rgba(0, 0, 0, 0.04); border-right: 1px solid rgba(0, 0, 0, 0.04); }
.bdr-top { border-top: 1px solid rgba(0, 0, 0, 0.04); }
.bdr-bottom { border-bottom: 1px solid rgba(0, 0, 0, 0.04); }
.bdr-none { border-color: transparent; }

.navbar-toggle { margin-right: 0px; }

.table-responsive { margin-bottom: 30px; }
.table-responsive:last-child, .table-responsive .table { margin-bottom: 0; }

.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th { border-color: #ececec; }

.table.bdr-top, .table.bdr-bottom { border-color: #ececec; }

.table-s1 > tbody > tr > td, .table-s1 > tbody > tr > th, .table-s1 > tfoot > tr > td, .table-s1 > tfoot > tr > th, .table-s1 > thead > tr > td, .table-s1 > thead > tr > th { padding: 20px; }

.table-vertical > tbody > tr > td { vertical-align: middle; }

.button { color: #003A5D; background: #fff; border: 3px solid #fff; border-image: linear-gradient(90deg, rgb(176, 123, 102) 0%, rgb(233, 196, 167) 50%, rgb(171, 116, 95) 100%) 1; font-size: 18px; font-weight: 700; line-height:1.5; padding: 12px 38px; display: inline-block; cursor: pointer; text-align: center; z-index: 1; position: relative; font-family: 'Montserrat', sans-serif; text-transform: uppercase; transition:all 0.5s ease; }
.button:hover { color: #003A5D; background: linear-gradient(90deg, rgb(176, 123, 102) 0%, rgb(233, 196, 167) 50%, rgb(171, 116, 95) 100%); text-decoration: none !important; }

.border_tb { border-top: 3px solid; border-bottom: 3px solid; border-image: linear-gradient(90deg, rgb(176, 123, 102) 0%, rgb(233, 196, 167) 50%, rgb(171, 116, 95) 100%) 1 0; padding: .75em 0; clear: both; }

.border-top { border-top: 2px solid #003A5D; }
.section-pad-sm.border-top { margin-top: 20px; padding-bottom: 65px; }
.section-pad-sm.border-top.nopd { margin-top: 0; padding-bottom: 0; }

.nopd + .footer { margin-top: 0; padding-bottom: 0; }

@keyframes fadeInLeft { from { opacity: 0; transform: translate3d(-50px, 0, 0); }
  to { opacity: 1; transform: none; } }
@keyframes fadeInRight { from { opacity: 0; transform: translate3d(50px, 0, 0); }
  to { opacity: 1; transform: none; } }
@keyframes fadeInUp { from { opacity: 0; transform: translate3d(0, 50px, 0); }
  to { opacity: 1; transform: none; } }
@keyframes fadeIn { from { opacity: 0; }
  to { opacity: 1; } }

/* ========================================================================== 2.1 General / Common ========================================================================== */

.container { width: 1500px; }

.content ul li { position: relative; margin-left: 20px; list-style: disc; }
.content ul li:last-child { margin-bottom: 0; }
.content ul.nav-tabs li:before { content:none; }
.content ul.nav-tabs li { padding-left: 0;}

.light .content ul li:before, .box-s3 .content ul li:before, .box-s4 .content ul li:before, .call-action:not(.dark) .content ul li:before { color: #fff; }

.content ul.dots li:before { content: '\f111'; font-size: 6px; top: 5px; }
.content ul.checkmark li { padding-left: 28px; }
.content ul.checkmark li:before { content: '\f00c'; font-size: 18px; line-height: 18px; top: 4px; }
.content ul.list-sitemap li { margin-bottom: 10px; font-weight: 400; }
.content ul.list-sitemap li:last-child { margin-bottom: 0; }
.content ul.list-sitemap li ul { margin-top: 5px; }
.content ul.list-sitemap li ul li { margin-top: 3px; font-weight: 400; }
.content ul.style-v2 li { margin-bottom: 2px; }
.content ul.style-v2 li:before { color: #9aa4ae; font-size: 6px; }
.content ol { margin-left: 25px; }
.content ol li { list-style: decimal; padding-left: 5px; margin-bottom: 8px; }
.content ol li:last-child { margin-bottom: 0; }
.content ul li { list-style: disc; }

.position { position: static; }

.two-col { columns: 2; -webkit-columns: 2;  -moz-columns: 2; }
.two-col li { break-inside: avoid-column; }


/* ========================================================================== 3.0 Header/Navbar ========================================================================== */

.site-header { padding-top: 50px; left: 0; width: 100%; height: 240px; transition: top .5s; z-index: 50; position: fixed; background: rgba(255,255,255,.9); }
.site-header .navbar { border-radius: 0; border: 0 none; min-width: 200px; padding: 20px 0 0; color: #36454e; margin: 0; z-index: 9;  }
.site-header .navbar-brand { height: auto; width: auto; padding: 0; position: relative; }
.site-header .navbar-brand img { width: 600px; margin: 0 auto; }
.site-header.sticky .navbar-brand img { max-height:50px; width: auto; }
.site-header .navbar-header .quote-btn { display: none; }
.site-header .navbar-collapse { padding: 0; margin-top: 47px; border-top: 2px solid #003A5D; border-bottom: 2px solid #003A5D; }
.site-header.sticky .navbar-collapse { margin-top: 20px; }
.site-header .logo-light { display: none; }
.site-header .quote-btn { padding: 0; display: inline-block; }
.site-header .quote-btn .btn { padding: 6px 25px; font-size: 12px; line-height: 24px; font-weight: 700; text-transform: uppercase; color: #fff; background-color: #31536C; border: 2px solid #31536C; margin: 0; vertical-align: middle; }
.site-header .quote-btn .btn:hover { border-color: #FFC426; color: #fff; background-color: #FFC426; }
.site-header .quote-btn .btn.btn-outline { background: transparent; }
.site-header .quote-btn .btn.btn-outline:hover { background: #31536C; border-color: #31536C; }

.site-header.animate { top: -250px; }
.site-header.sticky { top: 0; margin-top: 0; padding-top: 20px; position: fixed; z-index: 11; height:140px; background: #fff; border: none; }

.top-contact { padding: 0; display: flex; align-items: center; }
.top-contact li { font-weight: 400; color:#3C4981; line-height: inherit; position: relative; padding: 0 16px; overflow: hidden; z-index:1; vertical-align: middle; display: inline; }
.top-contact li:last-child { padding-right:0; padding-top: 1px; }
.top-contact li { font-size: 14px; line-height: 20px;  }
.top-contact a { color: #fff; font-weight: 400; transition: border .4s; }
.top-contact a:hover { line-height: 20px; border-bottom: 1px solid #fff; }

.mobile_nav_header { display: none; }

.navbar-nav { width: 100%; }
.navbar-nav > li.mobile { display: none; }
.navbar-nav > li > a { background: transparent; color: inherit; font-weight: 400; font-size: 18px; line-height: 18px; padding: 14px 16px; transition: background 350ms, color 350ms, border-color 350ms; }
.navbar-nav > li.active > a, .navbar-nav > li > a:hover, .navbar-nav > li > a:focus { color: #ED1C24; background: transparent; }
.navbar-nav > li > ul ul { top: 0; margin-top: 0; }
.navbar-nav > li:hover > ul { padding: 0; opacity: 1; visibility: visible; }
.navbar-nav > li.quote-btn { margin-left: 12px; float: right; }
.navbar-nav > li.quote-btn .btn { padding: 9px 24px 8px; font-size: 14px; font-weight: 700; letter-spacing: inherit; }
.navbar-nav li ul li { position: relative; line-height: 0; float: left; }
.navbar-nav li ul li:last-child { padding-bottom: 0; }
.navbar-nav li ul li ul { left: 240px; opacity: 0; visibility: hidden; }
.navbar-nav li ul li:hover ul { opacity: 1; visibility: visible; z-index: 100; }
.navbar-nav li ul li.has-children > a:after { color: #596570; content: "\f0c8"; display: block; position: absolute; top: 50%; right: 8px; opacity: .5; margin-top: -7px; height: 14px; width: 12px; text-align: center; font-size: 6px; line-height: 14px; font-family: "FontAwesome"; transition: transform .4s; }
.navbar-nav li ul > .active > a, .navbar-nav li ul > .active > a:focus, .navbar-nav li ul > .active > a:hover { color: #0071CE; }
.navbar-nav ul li { color: #596570; }
.navbar-nav ul li.active > a, .navbar-nav ul li.active > a:focus .navbar-nav ul li.active > a:hover, .navbar-nav ul li.rollover > a { }
.navbar-nav ul li.active > a, .navbar-nav ul li.rollover > a {  }
.navbar-nav .label { margin-top: -3px; vertical-align: middle; display: inline-block; margin-left: 5px; text-transform: uppercase; padding: 3px 10px 4px; -ms-border-radius: 20px; border-radius: 20px; }
.navbar-nav li.has-children ul { left: auto; right: 0; }
.navbar-nav li.has-children:hover::after { background: #fff; content: " "; position: absolute; width: 200vw; height: 75px; left: -100vw; margin-top: 0; }
.header-s2.is-transparent.sticky .navbar-nav li.has-children:hover::after { background: #fff; height: 55px; }
.navbar-nav li ul { position: absolute; border: 0px; padding: 0; left: 0; z-index: 99; display: block; opacity: 0; visibility: hidden; list-style: none; }
.navbar-nav li ul li a { font-family: 'Montserrat', sans-serif; font-size: 18px; font-weight: 500; line-height: 18px; color: #003A5D; padding: 20px 30px 20px 30px; display: block; }
.header-s2.is-transparent.sticky .navbar-nav li ul li a { font-size: 14px; padding: 10px 20px; }
.navbar-nav li ul li a:hover { color: #0071CE; }
.navbar-nav li ul li a::after { display:none; }
.navbar-nav li ul li a .fa-arrow-right { font-size: 15px; margin-left: 10px; }
.navbar-nav li ul li a:hover span { text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 4px; }

.navbar-nav li ul.two-col { column-count: 2; text-align: right; padding-bottom: 0 !important; }
.navbar-nav li ul.center { width: fit-content; left: 50% !important; transform: translateX(-50%); text-align: left; }
.navbar-nav li ul.two-col li { padding-left: 30px; }
.navbar-nav li ul.center li { padding-left: 30px; }
.navbar-nav li ul.two-col li ul { column-count: 2; background: none; position: static; text-align: left; padding-left: 0 !important; padding-right: 0 !important; padding-bottom: 0 !important; border-top: 1px solid #000; border-radius: 0; margin-left: 0 !important; padding-top: 10px !important; margin-top: 10px; opacity: 1; visibility: visible; }
.navbar-nav li ul.two-col li ul li { padding-left: 0; padding-bottom: 26px; }
.navbar-nav li ul.two-col li ul li a:hover { text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 4px; }
.navbar-nav li ul.two-col li.has-children a::after { display:none; }

.header-s2 .navbar { padding: 0; }
.header-s2 .navbar .container { width:100%; padding: 0; }
.header-s2 .navbar-nav > li  { margin-top: 0; position: static; }
.header-s2 .navbar-nav > li > a { padding: 0; }
.header-s2 .navbar-nav > li.quote-btn { margin-top: 27px; }
.header-s2 .navbar-nav > li.last { margin-right: -15px; }
.header-s2 .navbar-nav > li.mobile { display: none; }
.header-s2 .navbar-brand { margin-top: 0; margin-bottom: 0; margin-left: 0 !important; width: 100%; display: contents; float: none; }
.header-s2.is-transparent .navbar { width: 100%; z-index: 9; background: #fff; }
.header-s2.is-transparent .navbar-nav { margin: 0 auto; display: flex; justify-content: center; }
.header-s2.is-transparent .navbar-nav li ul { width: 100%; left: 0; border-top: 2px solid #003A5D; border-bottom: 2px solid #003A5D; display: flex; justify-content: center; margin-top: 0; }
.header-s2.is-transparent .navbar-nav > li > a, .header-s2.is-transparent .navbar-nav > li.active > a, .header-s2.is-transparent .navbar-nav > li > a:focus { color: #003A5D; font-family: 'Montserrat', sans-serif; font-size: 18px; font-weight: 500; line-height: 18px; padding: 20px 30px 20px 30px; text-transform: uppercase; letter-spacing: 0.9px; }
.header-s2.is-transparent .navbar-nav > li.active > a { color: #0071CE; font-size: 20px; }
.header-s2.is-transparent.sticky .navbar-nav > li > a { font-size: 14px; padding: 10px 20px; }
.header-s2.is-transparent .navbar-nav > li > a:hover { color: #0071CE; }
.header-s2.is-transparent .navbar-nav > li.current > a, .header-s2.is-transparent .navbar-nav > li.current > a:hover, .header-s2.is-transparent .navbar-nav > li.current > a:focus, .header-s2.is-transparent .navbar-nav > li.current.has-children > a:after { color: #fff; }
.header-s2.is-transparent .navbar-nav > li.current > a:not(.btn)::before { content: ""; position: absolute; left: 18px; top: 18px; right: 18px; height: 2px; background-color: #B51F30; opacity: 1; transition: all .4s; }
.header-s2.is-transparent .navbar-nav > li.current > a:not(.btn)::after { content: ""; position: absolute; left: 18px; top: 91px; right: 18px; height: 2px; background-color: #B51F30; opacity: 1; transition: all .4s; }
.header-s2.is-transparent .navbar-brand .logo-light { display: block; }
.header-s2.is-transparent .navbar-brand .logo-dark { display: none; }

@keyframes slide-down {
    0% {
        opacity: 0;
        transform: translateY(-100%);
    } 
    100% {
        opacity: 0.9;
        transform: translateY(0);
    } 
}

.header-s2.header-dark .navbar { background: #FF9933; }
.header-s2.header-dark .navbar-nav > li > a, .header-s2.header-dark .navbar-nav > li.active > a, .header-s2.header-dark .navbar-nav > li > a:hover, .header-s2.header-dark .navbar-nav > li > a:focus { color: #fff; }
.header-s2.header-dark .navbar-nav li.quote-btn .btn:hover { background: #FFC426; }
.header-s2.header-dark .navbar-brand .logo-dark { display: none; }
.header-s2.header-dark .navbar-brand .logo-light { display: block; }


/* ========================================================================== 4.0 Banner/Slider ========================================================================== */
.pageTitle { background: #fff; }
.pageTitle h1 { outline: solid 2px #76A4EA; outline-offset: -10px; display: flex; align-items: center; justify-content: center; background: #335892; width: 1280px; margin: 0 auto; color: #fff; font-size: 74px; line-height: 89px; font-weight: 100; text-align: center; text-transform: uppercase; height: 200px; top: -12px; position: relative; }

@-webkit-keyframes zoomin {
  0% {transform: scale(1);}
  50% {transform: scale(1.1);}
  100% {transform: scale(1.1);}
}
@keyframes zoomin {
  0% {transform: scale(1);}
  50% {transform: scale(1.1);}
  100% {transform: scale(1.1);}
}

/* ========================================================================== 5.0 Page Content - About, Service etc ========================================================================== */
.top { z-index: 1; position: relative; margin-top: 260px !important; }

.top .pageIntro { width: 90%; max-width:730px; text-align: left; margin: 0 auto; color: #fff; }

.pageContent { margin:30px 0 60px; padding: 0; }
.pageContent .container { width: 90%; max-width:730px; }
.pageContent .container a { font-weight: 700; }
.pageContent .container a:hover { text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 4px; }
.pageContent .container h2 { font-size: 2em; color: #131312; font-weight: 700; }
.pageContent .container h3 { font-size: 1.5em; color: #131312; font-weight: 700; }
.pageContent .container h4 { font-size: 1.25em; color: #131312; font-weight: 700; }

.title { font-size: 1.5em; font-weight: 700; line-height: 1.25; margin-bottom: 10px; }

.home .top { background: #003A5D; font-family: 'Montserrat', sans-serif; font-size: 36px; height: 800px; background-repeat: no-repeat; background-position: center; }
.home .top .content { width: 400px; text-align: center; margin: 0 auto; color: #fff; }
.home .top .content h1 { font-size: 1em; }
.home .intro .item { padding-bottom: 60px; line-height: 1.75; }
.home .intro .item:last-of-type { padding-bottom: 0; }
.home .intro .col-md-1 { width: 3%; }
.home .intro .col-md-4 { width: 41%; right: 0; position: absolute; padding: 0; }
.home .intro .photo::after { content: ""; background-repeat: no-repeat; background-size: contain; position: absolute; height: 100%; width: 100%; left: 0; top: 0; z-index: -1; }
.home .intro .photo::before { content: ""; background-color: #003A5D; position: absolute; height: 100%; width: 4000px; left: 0; top: 0; z-index: -1; }
.home .news img { width: 100%; }
.home .news .button { width: 100%; }
.home .testimonials { padding-top: 65px; padding-bottom: 65px; }
.home .testimonials .item { padding-bottom: 70px; }
.home .testimonials .item:last-of-type { padding-bottom: 0; }
.home .news { border-left: 2px solid #003A5D; padding-left: 2.5%; padding-right: 0; margin-left: 2.5%; width: 38%; padding-top: 65px; padding-bottom: 65px; }
.home .news .item { padding-bottom: 60px; }
.home .news .item:last-of-type { padding-bottom: 0; }
.home .matters .row:first-of-type { margin: 0 0 20px; }
.home .matters .col-md-1 { width: 3%; }
.home .matters .col-md-4 { padding-left: 2.5%; padding-right: 0; margin-left: 2.5%; width: 38%; }

.bio .top { background: #fff; font-family: 'Montserrat', sans-serif; font-size: 36px; height: 800px; background-repeat: no-repeat; background-position: center; }
.bio .top .content { width: 700px; text-align: left; margin-left: 54%; }
.bio .top .content h1 { font-size: 1em; line-height: 1.25; color: #003A5D; }
.bio .intro { font-size: 1.5em; line-height: 1.25; color: #003A5D; margin-top: 20px; padding-bottom: 40px; }
.bio .intro .container .row { display: flex; align-items: center; }
.bio .intro .col-md-1 { width: 3%; }
.bio .intro .col-md-4 { padding-left: 0; padding-right: 0; margin-left: 2.5%; width: 38.5%; }
.bio .experience { padding-top: 65px; padding-bottom: 65px; }
.bio .education { border-left: 2px solid #003A5D; padding-left: 2.5%; padding-right: 0; margin-left: 2.5%; width: 38%; padding-top: 65px; padding-bottom: 65px; }
.bio .experience .item { border-bottom: 3px solid; border-image: linear-gradient(90deg, rgb(176, 123, 102) 0%, rgb(233, 196, 167) 50%, rgb(171, 116, 95) 100%) 0 0 1 0; padding-bottom: 35px; margin-top: 35px; }
.bio .experience .item:last-of-type { border-bottom: none; border-image: linear-gradient(90deg, rgb(176, 123, 102) 0%, rgb(233, 196, 167) 50%, rgb(171, 116, 95) 100%) 0 0 0 0; }
.bio .item .content { width: 100%; padding-top: 20px; clear: both; }
.bio .title { font-size: 1em; font-weight: 700; line-height: 1.25; margin-bottom: 0; float: left; }
.bio .date { width: 125px; height: 85px; display: flex; align-items: center; justify-content: center; background: linear-gradient(180deg, rgba(176,123,102,1) 0%, rgba(233,196,167,1) 50%, rgba(171,116,95,1) 100%); font-family: 'Montserrat', sans-serif; font-size: 20px; font-weight: 700; float: left; margin-right: 20px; text-align: center; line-height: 1.2; }
.bio .education .col-md-3 { padding-left: 0; }
.bio .education .col-md-9 { padding: 0; }
.bio .education .item { padding-bottom: 20px; margin-top: 0; display: flex; }
.bio .education .item .date { width: 28%; height: auto; display: block; background: none; font-family: 'Abhaya Libre', serif; font-size: 1em; font-weight: 700; float: none; margin-right: 0; text-align: left; }
.bio .education h2 { margin-top: 20px; }
.bio .education h2:first-of-type { margin-top: 0; }

.service .top { background: #003A5D; font-family: 'Montserrat', sans-serif; height: 800px; background-repeat: no-repeat; background-position: center; }
.service .top .content { width: 730px; text-align: left; margin-left: 54%; }
.service .top .content h1 { font-size: 1em; line-height: 1.25; font-weight: 700; border-top: 3px solid; border-bottom: 3px solid; border-image: linear-gradient(90deg, rgb(176, 123, 102) 0%, rgb(233, 196, 167) 50%, rgb(171, 116, 95) 100%) 1 0; padding: 20px 0; clear: both; color: #AA735E; text-transform: uppercase; text-align: center; }
.service .top .text { font-size: 1.5em; line-height: 1.25; color: #fff; }
.service .intro .container { font-family: 'Montserrat', sans-serif; font-size: 1.5em; line-height: 1.25; width: 1375px; border-left: 2px solid #003A5D; border-right: 2px solid #003A5D; padding: 40px 140px; }
.service .intro .container p { margin: 0 0 1em; }
.service .intro .container p:last-child { margin-bottom: 0; }
.service .contentRow.head .col-md-12 { display: flex; align-items: center; min-height: 200px; padding: 20px 15px; }
.service .contentRow .ball { position: absolute; left: -216px; }
.service .contentRow .text { width: 100%; }
.service .contentRow .container { font-family: 'Abhaya Libre', serif; font-size: 1em; line-height: 1.25; width: 1375px; border-left: 2px solid #003A5D; border-right: 2px solid #003A5D; padding: 40px 140px; }
.service .contentRow.head .container { font-family: 'Montserrat', sans-serif; font-size: 1.5em; line-height: 1.25; width: 1375px; border-left: 2px solid #003A5D; border-right: 2px solid #003A5D; padding: 0 140px; }
.service .contentRow .container p, .service .contentRow .container ul, .service .contentRow .container ol { margin: 0 0 1em; }
.service .contentRow .container p:last-child { margin-bottom: 0; }
.service .contentRow .date { font-weight: 700; color: #AA735E; float: left; line-height: 1.25em; margin-right: 15px; }
.service .contentRow h2 { line-height: 1.25em; font-weight: 400; text-transform: none; }

.news .top { background: #003A5D; font-family: 'Montserrat', sans-serif; height: 700px; background-repeat: no-repeat; background-position: center; }
.news .top .content { width: 550px; text-align: left; margin-left: 54%; }
.news .top .content h1 { font-size: 1em; line-height: 1.25; font-weight: 700; border-top: 3px solid; border-bottom: 3px solid; border-image: linear-gradient(90deg, rgb(176, 123, 102) 0%, rgb(233, 196, 167) 50%, rgb(171, 116, 95) 100%) 1 0; padding: 20px 0; clear: both; color: #AA735E; text-transform: uppercase; text-align: center; }
.news .top .filter { font-family: 'Montserrat', sans-serif; font-size: 22px; line-height: 26px; font-weight: 400; color: #AA735E; margin-top: 40px; text-align: center; }
.news .top .filter .button { background-color: transparent; color: #AA735E; width: 100%; transition: none; }
.news .top .filter .button:hover { color: #fff; }
.news .top .filter .button.active { background: linear-gradient(90deg, rgb(176, 123, 102) 0%, rgb(233, 196, 167) 50%, rgb(171, 116, 95) 100%); color: #fff; box-shadow: inset 0px 0px 0px 5px #003A5D; }
.news .top .filter .description { width: 90%; margin: 20px auto 30px; }
.news .top .filter .description.active { color:#fff; }
.news .intro { margin-top: 0; padding: 0; }
.news .intro .container { font-family: 'Montserrat', sans-serif; font-size: .9em; line-height: 1.25; width: 1375px; border-left: 2px solid #003A5D; border-right: 2px solid #003A5D; padding: 30px 140px; }
.news .intro .pageTitle { display: block; font-size: 1.5em; }
.news .intro .pageTitle h2 { text-transform: uppercase; font-weight: 700; }
.news .contentRow .item { margin-top: 0; border-bottom: 2px solid #003A5D; }
.news .contentRow .item:last-of-type { border-bottom: none; }
.news .contentRow .item .container { font-family: 'Montserrat', sans-serif; font-size: 1em; line-height: 1.25; width: 1375px; border-left: 2px solid #003A5D; border-right: 2px solid #003A5D; display: flex; align-items: center; padding: 20px 0; }
.news .contentRow .item .newsType { width: 15%; color: #AA735E; text-transform: uppercase; font-weight: 700; font-size: .9em; }
.news .contentRow .item .newsTitle { width: 70%; }
.news .contentRow .item .newsTitle a { color: #003A5D; font-weight: 700; font-size: 1.15em; }
.news .contentRow .item .newsTitle a:hover { color: #0071CE; }
.news .contentRow .item .newsLink { width: 15%; text-align: center; }

.detail .top { background: #003A5D; font-family: 'Montserrat', sans-serif; }
.detail .top .container { width: 1375px; padding: 0; }
.detail .top .content { width: 100%; border-top: 3px solid; border-left: 3px solid; border-right: 3px solid; border-image: linear-gradient(90deg, rgb(176, 123, 102) 0%, rgb(233, 196, 167) 50%, rgb(171, 116, 95) 100%) 1 0; margin-top: 80px; }
.detail .top .content .meta { padding: 20px 0 80px; color: #fff; font-weight: 500; width: 75%; max-width: 950px; margin: 0 auto; font-size: 1.5em; }
.detail .top .content .meta h1 { line-height: 1.25; font-weight: 700; border: none; font-size: 1em; margin-bottom: 30px; }
.detail .top .content h2 { color: #AA735E; font-weight: 700; text-transform: uppercase; padding: 20px 0; border-bottom: 3px solid; border-image: linear-gradient(90deg, rgb(176, 123, 102) 0%, rgb(233, 196, 167) 50%, rgb(171, 116, 95) 100%) 0 0 1 0; }
.detail .contentRow { padding: 0; }
.detail .contentRow .item { margin-top: 0; border-bottom: 2px solid #003A5D; }
.detail .contentRow .item:last-of-type { border-bottom: none; }
.detail .contentRow .item .container { font-family: 'Abhaya Libre', serif;  font-size: 1em; width: 1375px; border-left: 2px solid #003A5D; border-right: 2px solid #003A5D; display: flex; align-items: flex-start; padding: 0; }
.detail .contentRow .item .col-md-12 { padding: 40px 120px; }
.detail .contentRow .item .header { font-family: 'Montserrat', sans-serif; width: 20%; color: #003A5D; text-transform: uppercase; font-weight: 700; font-size: 1.5em; text-align: center; padding: .75em 0; min-height: 90px; }
.detail .contentRow .item .text { width: 80%; color: #003A5D; font-size: 1em; padding: 30px 20px 20px 20px; border-left: 2px solid #003A5D; min-height: 90px; }
.detail .intro { margin: 0; padding: 0; }
.detail .intro .container { font-family: 'Montserrat', sans-serif; width: 1375px; border-left: 2px solid #003A5D; border-right: 2px solid #003A5D; padding: 60px 140px; }
.detail .back { font-size: 1em; color: #AA735E; font-weight: 700; padding-top: 40px; display: block; text-transform: uppercase; }
.detail .back:hover { color: #0071CE; }

.contact .top { background: #003A5D; font-family: 'Montserrat', sans-serif; height: 700px; background-repeat: no-repeat; background-position: center; }
.contact .top .content { color: #fff; padding-bottom: 40px; }
.contact .top .content h1 { font-size: 1.5em; line-height: 1.5; font-weight: 400; border: none; padding: 20px 0; clear: both; color: #fff; text-transform: none; text-align: center; }
.contact .top .content h1 span { padding: 0 15px; font-weight: 700; }
.contact .top .content h1 a { color: #fff; }
.contact .top .content h1 a:hover { color: #fff; }
.contact .top .content h2 { display: none; color: #fff; font-weight: 700; text-transform: uppercase; padding: 20px 0; border-bottom: 3px solid; border-top: 3px solid; border-image: linear-gradient(90deg, rgb(176, 123, 102) 0%, rgb(233, 196, 167) 50%, rgb(171, 116, 95) 100%) 1 0; }
.contact .directions { padding-bottom: 0; padding-top: 20px; margin-top: 20px; }
.contact .directions .button { width: 100%; max-width: 500px; }
.contact .intro { padding: 0; margin-top: 20px; }
.contact .intro .container { font-family: 'Montserrat', sans-serif; font-size: .9em; line-height: 1.25; width: 1375px; border-left: 2px solid #003A5D; border-right: 2px solid #003A5D; padding: 30px; }
.contact .intro .pageTitle { display: block; font-size: 1.5em; }
.contact .intro .pageTitle h2 { text-transform: uppercase; font-weight: 700; }
.contact .contentRow { padding: 0; margin-top: 0; }
.contact .contentRow .item { margin-top: 0; border-bottom: 2px solid #003A5D; }
.contact .contentRow .item:last-of-type { border-bottom: none; }
.contact .contentRow .item .container { font-family: 'Abhaya Libre', serif;  font-size: 1em; width: 1375px; border-left: 2px solid #003A5D; border-right: 2px solid #003A5D; display: flex; align-items: flex-start; padding: 0; }
.contact .contentRow .item .col-md-12 { padding: 40px 120px; }
.contact .contentRow .item .header { font-family: 'Montserrat', sans-serif; width: 15%; color: #003A5D; text-transform: uppercase; font-weight: 700; font-size: 1.5em; text-align: center; padding: 20px 0; min-height: 90px; }
.contact .contentRow .item .text { width: 70%; color: #003A5D; font-size: 1em; padding: 30px 0 20px 20px; border-left: 2px solid #003A5D; min-height: 90px; }
.contact .footer { margin-top: 0; }

.contactForm .container { width: 1375px; border-left: 2px solid #003A5D; border-right: 2px solid #003A5D; padding: 0 140px 30px; }
.contactForm form { font-family: 'Montserrat', sans-serif; font-size: .9em; line-height: 1.25; }
.contactForm label { display: none; }
.contactForm input { border: 3px solid #fff; border-image: linear-gradient(90deg, rgb(176, 123, 102) 0%, rgb(233, 196, 167) 50%, rgb(171, 116, 95) 100%) 1; padding: 12px 20px; width: 100%; max-width: 500px; margin-bottom: 10px; color: #003A5D; font-weight: 700; font-size: 18px; }
.contactForm input::-webkit-input-placeholder { color:#003A5D; opacity: 1; }
.contactForm input::-moz-placeholder { color:#003A5D; opacity: 1; }
.contactForm input::-ms-placeholder { color:#003A5D; opacity: 1; }
.contactForm input::placeholder { color:#003A5D; opacity: 1; }
.contactForm textarea { border: 3px solid #fff; border-image: linear-gradient(90deg, rgb(176, 123, 102) 0%, rgb(233, 196, 167) 50%, rgb(171, 116, 95) 100%) 1; padding: 12px 20px; width: 100%; max-width: 500px; height: 250px; margin-bottom: 10px; color: #003A5D; font-weight: 700; font-size: 18px; }
.contactForm textarea::-webkit-input-placeholder { color:#003A5D; opacity: 1; }
.contactForm textarea::-moz-placeholder { color:#003A5D; opacity: 1; }
.contactForm textarea::-ms-placeholder { color:#003A5D; opacity: 1; }
.contactForm textarea::placeholder { color:#003A5D; opacity: 1; }

.gform_wrapper .gfield_label { color: #003A5D; font-family: 'Montserrat', sans-serif; font-size: 1em; font-weight: 700; }
.gform_wrapper .gfield_required .gfield_required_custom, .gform_wrapper .gfield_required .gfield_required_text { color: #fff; display: inline-block; font-size: 13.008px; padding-left: .125em; }
.gform_wrapper.gravity-theme .gfield input.medium { width: 100%; }
.gform_wrapper .gfmc-column { width: 50%; float: left; }
.gform_wrapper .services .gfield_label { width: 75%; text-align: center; margin: 0 auto 20px auto; }
.gform_wrapper .services .gchoice { display: flex; border-image: linear-gradient(90deg, rgb(176, 123, 102) 0%, rgb(233, 196, 167) 50%, rgb(171, 116, 95) 100%) 1 0 0; border-top: 3px solid; padding-top: 15px; margin-top: 15px; align-items: center; }
.gform_wrapper .services .gchoice:last-of-type { padding-top: 73px; }
.gform_wrapper .services .gchoice label { display: block; margin-left: 10px; margin-bottom: 0; }
.gform_wrapper .disclaimer { width: 100%; clear: both; font-family: 'Abhaya Libre', serif; font-size: 1.1em; padding-top: 20px; padding-bottom: 20px;}
.gform_wrapper .disclaimer strong:first-of-type { font-family: 'Montserrat', sans-serif; font-size: .9em; }
.gform_wrapper .accept { width: max-content; }
.gform_wrapper .accept legend { display: none; }
.gfield--type-captcha { padding: 40px 0; }
.gform_wrapper input[type="text"], .gform_wrapper input[type="email"] { border: 3px solid #fff; border-image: linear-gradient(90deg, rgb(176, 123, 102) 0%, rgb(233, 196, 167) 50%, rgb(171, 116, 95) 100%) 1; padding: 12px 20px; width: 100%; max-width: 500px; margin-bottom: 10px; color: #003A5D; font-weight: 700; font-size: 18px; }
.gform_wrapper input::-webkit-input-placeholder { color:#003A5D; opacity: 1; }
.gform_wrapper input::-moz-placeholder { color:#003A5D; opacity: 1; }
.gform_wrapper input::-ms-placeholder { color:#003A5D; opacity: 1; }
.gform_wrapper input::placeholder { color:#003A5D; opacity: 1; }
.gform_wrapper textarea { border: 3px solid #fff; border-image: linear-gradient(90deg, rgb(176, 123, 102) 0%, rgb(233, 196, 167) 50%, rgb(171, 116, 95) 100%) 1; padding: 12px 20px; width: 100%; max-width: 500px; height: 250px; margin-bottom: 10px; color: #003A5D; font-weight: 700; font-size: 18px; }
.gform_wrapper textarea::-webkit-input-placeholder { color:#003A5D; opacity: 1; }
.gform_wrapper textarea::-moz-placeholder { color:#003A5D; opacity: 1; }
.gform_wrapper textarea::-ms-placeholder { color:#003A5D; opacity: 1; }
.gform_wrapper textarea::placeholder { color:#003A5D; opacity: 1; }
.gform_wrapper .gchoice { display: flex; align-items: center; }
.gform_wrapper .gchoice label { display: block; margin-left: 10px; margin-bottom: 0; }
.gfmc-field div:not(.gchoice) { padding: 0 !important; }
.gform_wrapper legend { border: none; }
.gform_wrapper input[type="checkbox"]:checked:before { content: ''; background: transparent; display: block; width: 22px; height: 22px; text-align: center; }
.gform_wrapper input[type="checkbox"]:checked:after { content: ''; padding: 3px; text-align: center; position: absolute; width: 2px; height: 15px; border: solid #003A5D; border-width: 0 3px 3px 0; transform: rotate(30deg); -webkit-transform: rotate(30deg); -ms-transform: rotate(30deg); top: 2px; left: 7px; }
.gform_wrapper input[type="checkbox"] { width:27px; height:27px; min-width:27px; min-height:27px; margin: 0; padding: 0; -webkit-border-radius: 0; -moz-appearance:none; -webkit-appearance:none; -o-appearance:none; margin-top: 0; position: relative; background: #fff; border-image: none; border: 2px solid #003A5D; }
.gform_footer { text-align: center; padding-top: 20px; }
#gf_form_focus { display: none; }
.gform_submission_error { color: red; font-size: 1em; margin-bottom: 20px !important; border:none; outline: 0 !important; }
.gform_validation_errors { outline: 0 !important; }
.validation_message { color: red; margin-top: 0; margin-bottom: 20px; }
.gfield_error input, .gfield_error textarea { border: 3px solid red !important; }
.gfield--type-honeypot { display: none; }

.intro .subscribe { display: flex; align-items: center; justify-content: center; font-weight: 700; font-size: .9em; line-height: 1.25; }
.intro .subscribe input, .intro .subscribe label { cursor: pointer; margin-bottom: 0; }
.intro input[type="checkbox"] { width: 27px; height: 27px; min-width: 27px; min-height: 27px; margin-right: 10px; -webkit-border-radius: 0; -moz-appearance: none; -webkit-appearance: none; -o-appearance: none; margin-top: 0; position: relative; background: #fff; border: 2px solid #003A5D; }
.intro input[type="checkbox"]:checked::after { content: ''; text-align: center; position: absolute; width: 100%; height: 100%; background: linear-gradient(180deg, rgb(176, 123, 102) 0%, rgb(233, 196, 167) 50%, rgb(171, 116, 95) 100%); box-shadow: inset 0px 0px 0px 2px #fff; }
.signup { display: none; }
.signup.toggled { display: block; }
.signup .container { font-family: 'Montserrat', sans-serif; font-size: .9em; line-height: 1.25; width: 1375px; border-left: 2px solid #003A5D; border-right: 2px solid #003A5D; padding: 0 140px 30px; }
.signup label { display: none; }
.signup input { border: 3px solid #fff; border-image: linear-gradient(90deg, rgb(176, 123, 102) 0%, rgb(233, 196, 167) 50%, rgb(171, 116, 95) 100%) 1; padding: 12px 20px; width: 100%; max-width: 500px; margin-bottom: 10px; color: #003A5D; font-weight: 700; font-size: 18px; }
.signup input::-webkit-input-placeholder { color:#003A5D; opacity: 1; }
.signup input::-moz-placeholder { color:#003A5D; opacity: 1; }
.signup input::-ms-placeholder { color:#003A5D; opacity: 1; }
.signup input::placeholder { color:#003A5D; opacity: 1; }
.signup .gform_footer { margin-top: 30px; }
.signup .gfield--type-captcha { padding: 10px 0 0; display: flex; justify-content: center; }


.interior .top { background: #003A5D; font-family: 'Montserrat', sans-serif; }
.interior .top .container { width: 1375px; padding: 0; }
.interior .top .content { width: 100%; border-top: 3px solid; border-left: 3px solid; border-right: 3px solid; border-image: linear-gradient(90deg, rgb(176, 123, 102) 0%, rgb(233, 196, 167) 50%, rgb(171, 116, 95) 100%) 1 0; margin-top: 80px; height: 200px; display: flex; align-items: center; min-height: 200px; }
.interior .top .content .meta { color: #fff; font-weight: 500; width: 75%; max-width: 950px; margin: 0 auto; font-size: 1.5em; justify-content: center; display: flex; }
.interior .top .content .meta h1 { line-height: 1.25; font-weight: 700; border: none; font-size: 1em; margin-bottom: 0; }
.interior .contentRow { padding: 0; }
.interior .contentRow .item { margin-top: 0; border-bottom: 2px solid #003A5D; }
.interior .contentRow .item:last-of-type { border-bottom: none; }
.interior .contentRow .item .container { font-family: 'Abhaya Libre', serif;  font-size: 1em; width: 1375px; border-left: 2px solid #003A5D; border-right: 2px solid #003A5D; display: flex; align-items: flex-start; padding: 0; }
.interior .contentRow .item .col-md-12 { padding: 40px 120px; }
.interior .intro { margin: 0; padding: 0; }
.interior .intro .container { font-family: 'Montserrat', sans-serif; width: 1375px; border-left: 2px solid #003A5D; border-right: 2px solid #003A5D; padding: 60px 140px; }
.interior .footer { margin-top: 0; }

.footer { padding-top: 100px; padding-bottom: 0 !important; }
.footer .logo img { width: 600px; }
.footer ul { justify-content: center; display: flex; margin-top: 50px; align-items: center; padding-left: 0; }
.footer ul li { list-style: none; float: left; }
.footer li.social a { font-size: 25px; margin-right: 15px; border-radius: 50%; background: #0071CE; color: #fff; height: 50px; width: 50px; line-height: 50px; text-align: center; }
.footer li.social:last-of-type a { margin-right: 0; }
.footer li.social a:hover { background: #003A5D; }
.footer .col-md-12 { color: #0071CE; font-family: 'Montserrat', sans-serif; font-size: .75em; font-weight: 500; }
.footer .col-md-12 a { color: #003A5D; }
.footer .col-md-12 a:hover { color: #0071CE; }
.footer .col-md-12 span { padding: 0 20px; }
.footer a.fa-brands, .footer a.fa-brands:hover { color:#fff; }
.footer .copyright { font-family: 'Montserrat', sans-serif; font-size: 18px; font-weight: 500; color: #fff; margin-top: 40px; background: #003A5D; width: 100%; height: 200px; display: flex; align-items: center; }
.footer .copyright .container { display: flex; align-items: center; }
.footer .copyright .container span { padding: 0 20px; }
.footer .copyright a { color: #fff; text-transform: uppercase; }
.footer .copyright a:hover { color: #0071CE; }
.footer .copyright a.lisi { width: 85px; display: block; float: right; }

/* ========================================================================== 6.0 Responsive Style ========================================================================== */

@media only screen and (max-width: 1600px) { 
    .home .intro .col-md-4 { width: 40%; }
    
    .bio .top .content { width: auto; }
    .bio .top .content h1 { font-size: 30px; }
    
    .service .top .content { width: auto; }
    .service .top .text { font-size: 30px; }
    .service .contentRow.head .container { width: 85%; padding: 0 40px 0 140px; }
    .service .intro .container { width: 85%; padding: 40px 40px 40px 140px; }
    .service .contentRow .container { width: 85%; padding: 40px 40px 40px 140px; }
    
    .news .top .content { width: auto; }
    .news .intro .container { width: 85%; }
    .news .contentRow .item .container { width: 85%; }
    .signup .container { width: 85%; }
    
    .detail .top .container { width: 85%; }
    .detail .contentRow .item .container { width: 85%; }
    .detail .intro .container { width: 85%; }
    
    .contact .directions .container { width: 85%; }
    .contact .intro .container { width: 85%; }
    .contact .contentRow .item .container { width: 85%; }
    
    .interior .top .container { width: 85%; }
    .interior .contentRow .item .container { width: 85%; }
}

@media only screen and (max-width: 1450px) { 
    .container { width: 95%; }
    
    .contact .contentRow .item .col-md-12 { padding: 40px 0; width: 90%; margin: 0 auto; }
    .gform_wrapper input[type="text"], .gform_wrapper input[type="email"] { width: 95%; max-width: 500px; }
    .gform_wrapper textarea { width: 95%; max-width: 500px; }
    
    .bio .education .item { flex-direction: column; }
    .bio .education .item .date { width: 100%; padding-bottom: 10px; }
    .bio .education .col-md-9 { margin-left: 20px; padding-right: 20px; width: 100%; }
}

@media only screen and (max-width: 1250px) {
    .news .contentRow .item .newsType { width: 18%; }
    .news .contentRow .item .newsTitle { width: 62%; }
    .news .contentRow .item .newsLink { width: 20%; }
}

@media only screen and (max-width: 1200px) {
    
    .header-s2 .navbar .container { width: 100%; max-width: 100%; }
    .header-s2.is-transparent .navbar-nav { margin-right: 0; display: flex; justify-content: center; }
    .header-s2 .navbar-brand { margin-left: 0 !important; }
    
    .navbar-nav li ul.center { left: 100% !important; }
    .navbar-nav li ul li a { padding: 20px; }
    
    .site-header { height: 160px; }
    
    .bio .intro .container .row { align-items: flex-start; }
}

@media only screen and (max-width: 1080px) {
    .header-s2.is-transparent .navbar-nav > li > a, .header-s2.is-transparent .navbar-nav > li.active > a, .header-s2.is-transparent .navbar-nav > li > a:focus { font-size: 16px; }
    .navbar-nav li ul li a { font-size: 16px; }
    .navbar-nav li.has-children:hover::after { height: 80px; }
    
    .two-col { columns: 1; -webkit-columns: 1;  -moz-columns: 1; }
}

@media only screen and (max-width: 1024px) {
    
    body.no-scroll { overflow: hidden; height: 100vh; }
    
    body.no-scroll .overlay { background: rgba(0,0,0,.5); position: absolute; top: 0; left: 0; display: block; width: 100%; height: 100vh; }
    
    .site-header.sticky { height:70px;}
    .site-header.sticky.animate { top:0; height:70px; box-shadow: 0 12px 12px rgba(0, 0, 0, .15); }
    
    .mobile_nav_header { display: block; position: absolute; z-index: 2; background-color: #f0ecdd; width: 320px; right: 0; padding-top: 10px; border-bottom: 1px solid #D8D4C6; }
    .mobile_nav_header a img { width: 100px; margin-left: 24px; }
    .mobile_nav_header p { display: flex; position: relative; }
    .mobile_nav_header form { padding: 24px; }
    .mobile_nav_header form label { display: none; }
    .mobile_nav_header form input.m-search-form { border: none; padding-bottom: 8px; padding-top: 8px; width: 100%; border-radius: 0; padding-left: 10px; padding-right: 43.19px; position: relative; background: #fff; }
    .mobile_nav_header form button { border-radius: 0; border-right: 3px solid transparent !important; bottom: 0; box-shadow: none; overflow: hidden; padding: 0; position: absolute; right: 0; white-space: nowrap; width: 43.19px; z-index: 4; background-color: transparent !important; border: none !important; height: 100%; }
    .mobile_nav_header form button span { display: none; }
    
    .home .top { margin-top: 0 !important; }
    .top { padding-top: 0 !important; margin-top: 20px !important; }
    
    .site-header.sticky.animate + .top { margin-top: 165px !important; }
    
    .site-header { height:auto; position: relative; padding-bottom: 20px; border-bottom: 2px solid #003A5D; }
    .site-header.sticky { top:0; padding-top: 0; }
    .site-header.sticky .navbar-nav { padding: 0; }
    .site-header .navbar-brand img { margin: 0 0 0 50px; }
    .site-header.sticky .navbar-brand img { width: auto; max-width: 75%; float: left; padding-left: 20px; }
    .header-s2 .navbar .container { max-width: 100%; width: 100%; margin: 0; }
    .header-s2.is-transparent .navbar-brand .logo-light { margin: 0 auto; }
    
    .navbar .container { width: 100%; max-width: 100%; }
    .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand { position: relative; }
    
    .navbar-toggle { float: left; margin-top: 8px; margin-bottom: 8px; padding: 10px 12px; }
    .navbar-toggle .icon-bar { background-color: #76A4EA; height: 4px; width: 36px; }
    .navbar-toggle.collapsed .icon-bar + .icon-bar { margin-top: 4px; }
    .navbar-toggle .icon-bar + .icon-bar { margin-top: 2px; }
    .navbar-header { background: #FF9933; clear: both; width: 100%; padding: 0 15px; }
    .navbar-nav { margin: 0; float: none; padding-top: 15px;  padding-bottom: 15px; display: block !important; text-align: center; }
    .header-s2 .navbar-nav > li > a, .header-s1 .navbar-nav > li > a { font-size: 18px !important; padding: 15px 30px !important; }
    .header-s2.is-transparent .navbar-nav > li.active > a { font-family: 'Montserrat', sans-serif; }
    .navbar-nav > li.has-children.nav-opened > a::after { content: "\f068" !important; position: relative; }
    .navbar-nav li a { padding: 10px 15px; font-size: 14px; font-weight: 400; color: #596570; position: relative; transition: color .4s, background .4s; }
    .navbar-nav li a.btn { width: 150px; margin: 6px auto 0; }
    .navbar-nav li.quote-btn { float: none; border-bottom: 0; }
    .navbar-nav li.quote-btn .btn:hover { background: #FFC426; }
    .navbar-nav li ul { position: static; background: none; width: 100%; display: none; opacity: 1 !important; visibility: visible !important; box-shadow: none; text-align: left; float: none; margin: 0; }
    .navbar-nav li ul li { border-bottom: 0 none; padding: 0 0 0 25px; }
    .navbar-nav li ul li.nav-opened > a { font-weight: 700; }
    .navbar-nav li ul li ul li a { padding: 3px 15px; }
    .navbar-nav li ul li ul li:last-child > a { padding-bottom: 14px; }
    .navbar-nav li.nav-opened { background: #fff; }
    .navbar-nav li.nav-opened .nav-opened, .navbar-nav li.nav-opened .nav-opened.has-children > a { background: rgba(255, 255, 255, 0.9); }
    .navbar-nav > li.active > a, .navbar-nav > li > a:hover, .navbar-nav > li > a:focus { color: #ED1C24; }
    .navbar-nav ul li.has-children > a::after { top: 22px; margin-right: 10px; }
    .navbar-nav ul li.has-children.nav-opened > a::after { transform: rotate(90deg); }
    .navbar-nav ul li.has-children li a::before { color: #596570; content: "\f0c8"; display: inline-block; opacity: .5; width: 12px; text-align: center; margin-right: 5px; font-size: 6px; line-height: inherit; font-family: "FontAwesome"; }
    .navbar-nav.is-expanded li ul { display: block; }
    .navbar-nav > li:hover > ul { padding:0; }
    .navbar-nav li.has-children ul { left: -400px; margin-bottom: 5px; }
    .navbar-nav li ul li a { font-size: 16px !important; padding: 10px 30px; }
    .navbar-nav li.has-children:hover::after { height: 100px; }
    .site-header .navbar-header { float: left; margin: 5px 0 0; }
    .site-header .navbar-collapse { float: none; text-align: center; border-bottom: none; }
    .header-s2 .navbar .container { padding-left: 0; padding-right: 0; }
    .site-header.sticky .navbar-brand img { margin-top: 0 !important; }
    .header-s2 .navbar-brand { position: relative; text-align: center; width: 100%; margin-top: 30px; margin-bottom: 20px; }
    .header-s2 .navbar-toggle { float: right; border-radius: 2px; padding: 12px; position: absolute; top: 0; right: 0; z-index: 1; }
    .header-s2 .navbar-toggle:not(.collapsed) span.first-bar { display: none; }
    .header-s2 .navbar-toggle:not(.collapsed) span.second-bar { -webkit-transform: translateZ(0) rotate(-45deg); transform: translateZ(0) rotate(-45deg); top: 6px; position: relative; }
    .header-s2 .navbar-toggle:not(.collapsed) span.third-bar { -webkit-transform: translate3d(0, -10px, 0) rotate(45deg); transform: translate3d(0, -10px, 0) rotate(45deg); top: 10px; position: relative; }
    .header-s2 .navbar-header { background: none; padding: 0; margin-top: 0; border-bottom: 2px solid #003A5D; margin-bottom: 15px; padding-bottom: 14px; }
    .site-header.sticky .navbar-header { margin-bottom: 0; padding-bottom: 14px; border: none; }
    .header-s2 .navbar-header .quote-btn { display: inline-block; float: right; margin: 10px 12px 10px 0; }
    .header-s2 .navbar-header .quote-btn .btn { padding: 6px 15px; }
    .header-s2 .topbar .top-contact span { line-height: 30px; }
    .header-s2 .navbar-collapse { margin: 0; background-color: #fff; color: #FF9933; width: 100%; padding:10px 0 15px; box-shadow: 0 12px 12px rgba(0, 0, 0, 0.25); }
    .header-s2 .navbar-nav > li:last-child:not(.quote-btn) { margin-right: 0; }
    .header-s2.is-transparent .topbar, .header-s2.is-transparent .navbar { position: static; }
    .header-s2.is-transparent .navbar-brand .logo-dark { display: block; margin: 0 auto; }
    .header-s2.is-transparent .topbar { color: #fff; background: #2a2d33; border-color: rgba(0, 0, 0, 0.0667); }
    .header-s2.is-transparent .topbar a:hover:not(.btn) { color: #fff; }
    .header-s2.is-transparent .topbar + .navbar { margin-top: 0; }
    .header-s2.is-transparent:after { display: none; }
    .navbar-nav li.mobile { display: block; }
    .header-s2 .navbar-nav > li { padding: 0; }
    .header-s2.is-transparent .navbar-nav > li.phone > a { font-size: 31px; color: #76A4EA; }
    .header-s2.is-transparent .navbar-nav > li > span { width:100%; display: block; font-weight: 800; }
    .header-s2.is-transparent .navbar-nav > li > span a { font-size: 32px; text-align: center;font-weight: 700; color: #231F20; padding:0; }
    .header-s2.is-transparent .navbar-nav .quote-btn .btn { color: #fff; font-size: 12px; }
    .header-s2.is-transparent .navbar-collapse, .header-s2.is-transparent .top-contact .fa { top: 18px; color: #fff; z-index: 2; position: relative; }
    .header-s2.is-transparent .navbar-nav li ul { display: block; border: none; text-align: center; }
    .navbar-nav li ul li { float: none; padding: 0; }
    .navbar-nav li ul li:last-child a { border-bottom: none; }
    .navbar-nav li.has-children:hover::after { background: #fff; content: " "; position: absolute; width: auto; height: auto; left: -100vw; box-shadow: none; padding:0; }
    .header-s2 .navbar-nav > li.last { margin-right: 0; }
    .header-s2 .navbar-nav > li.last a { padding-left:0;}
    .header-s2 .navbar-nav > li:last-child { margin-top: 0; }
    
    .home .top .flex-center { padding: 20px 0 60px; }
    .home .top .content { padding: 0 60px; text-align: center; width: 50%; }
    
    .bio .top { height: 500px; }
    .bio .top .content h1 { font-size: 26px; line-height: 36px; }
    .bio .top .content h1 br { display: none; }
    
    .service .top { height: auto; min-height: 500px; }
    .service .top .container { padding: 40px 0; }
    .service .top .text { font-size: 22px; line-height: 32px; }
    .service .top .content h1 { font-size: 14px; }
    
    .news .intro .container { width: 100%; max-width: 100%; border-left: none; border-right: none; padding: 30px 0; }
    .signup .container { width: 100%; max-width: 100%; border-left: none; border-right: none; padding: 0 15px 20px; }
    .signup input { max-width: 500px; width: 75%; }
    .news .contentRow .item .container { flex-direction: column; width: 100%; max-width: 100%; border-left: none; border-right: none; padding-left: 15px; padding-right: 15px; }
    .news .contentRow .item .newsType { width: 100%; margin-bottom: 15px; text-align: center; }
    .news .contentRow .item .newsTitle { width: 100%; margin-bottom: 15px; text-align: left; }
    .news .contentRow .item .newsTitle p:last-of-type { margin-bottom: 0; }
    .news .contentRow .item .newsLink { width: 100%; margin-bottom: 0; text-align: center; }
    .news .contentRow .item .newsLink .button { width: 200px; }
    
    .detail .top .content { border-left: none; border-right: none; margin-top: 40px; }
    .detail .top .container { width: 95%; padding-left: 15px; padding-right: 15px; }
    .detail .top .content .meta { width: 100%; padding: 20px 0 40px; }
    .detail .contentRow .item .container { width: 100%; max-width: 100%; padding-left: 15px; padding-right: 15px; border-left: none; border-right: none; }
    .detail .contentRow .item .col-md-12 { padding: 40px 15px; }
    .detail .intro .container { width: 100%; max-width: 100%; padding-left: 15px; padding-right: 15px; padding-top: 20px; padding-bottom: 20px; border-left: none; border-right: none; }
    
    .contact .directions .container { width: 100%; max-width: 100%; padding-left: 15px; padding-right: 15px; }
    .contact .directions .button { max-width: 500px; width: 100%; }
    .contact .intro .container { width: 100%; max-width: 100%; border-left: none; border-right: none; padding-left: 15px; padding-right: 15px; }
    .contact .contentRow .item .container { width: 100%; max-width: 100%; border-left: none; border-right: none; padding-left: 15px; padding-right: 15px; }
    
    .interior .top .container { width: 100%; max-width: 100%; padding-left: 15px; padding-right: 15px; }
    .interior .top .content { border: none; margin-top: 0; padding: 80px 0; height: auto; min-height: auto; }
    .interior .top .content .meta { width: 100%; max-width: 100%; }
    .interior .contentRow .item .container { width: 100%; max-width: 100%; border: none; padding: 0 15px; }
    .interior .contentRow .item .col-md-12 { padding: 40px 15px; }
    
}

@media only screen and (max-width: 991px) { 
    body { -webkit-text-size-adjust: 100%; }
    
    .contentRow p, .contentRow ul, .contentRow ol { margin: 0 0 20px; }
    .contentRow p + ul, .contentRow p + ol, .contentRow ul + ul, .contentRow ol + ol { margin: 0 0 40px 0; }
    
    .container { max-width: 98%; width:98%; } 

    .site-header.sticky .navbar-brand img { margin-top: 25px; }
    .header-s2 .navbar-nav > li > a { padding: 30px 10px 0; }
        
    .al-center-md, .center-md { text-align: center; }
    .al-right-md { text-align: right; }
    .al-left-md { text-align: left; }
    
    .npr { padding-left: 0; }
    .npl { padding-right: 0; }

    .first[class*="col-"].odd { clear: inherit; }
    
    .top-nav a { font-size: 12px; }
    .top-contact .t-phone span { font-size: 1em; }
    
    .header-top { margin-top: 15px; }
    .header-top > * { margin-left: 20px; }
    .header-top > *:first-child { margin-left: 0; }
    .header-top .social.social-s2 li a { height: 30px; width: 30px; line-height: 28px; font-size: 13px; }
    .header-top .top-contact .fa { font-size: 14px; }
    .header-top .quote-btn .btn { padding: 7px 12px; font-size: 12px; letter-spacing: inherit; }
    
    .content .list-style li:before { top: 1px; }
    
    hr, .hr { margin-top: 30px; margin-bottom: 30px; }
    hr:last-child, .hr:last-child { margin-bottom: 0; }
    hr:first-child, .hr:first-child { margin-top: 0; }

    .content img.alignright, .content img.alignleft { max-width: 350px; }
    
    .border_tb { text-align: center; }
    .button { width: 100%; }
    
    .section-pad-sm.border-top { padding-bottom: 40px; }
    .section-pad { padding-top: 40px; padding-bottom: 40px; }
    
    .home .top .content h1 { font-size: .75em; line-height: 1.4; }
    .home .intro { margin-top: 0; border-top: none; }
    .home .intro .row { display: flex; flex-direction: column-reverse; }
    .home .intro .item { padding-bottom: 40px; }
    .home .intro .col-md-7 { height: auto !important; }
    .home .intro .col-md-4 { width: 100%; position: relative; height: 50vw !important; margin-bottom: 20px; }
    .home .intro .photo::before { background: #fff; }
    .home .intro .photo::after { background-size: cover; width: auto; left: 15px; right: 15px; }
    .home .testimonials { height: auto !important; padding-top: 40px; padding-bottom: 40px; }
    .home .testimonials .item { padding-bottom: 40px; }
    .home .news { height: auto !important; width: 100%; border: none; padding: 0 15px; margin: 0; }
    .home .news .item { padding-bottom: 40px; }
    .home .matters { margin-top: 40px; }
    .home .matters .row:last-of-type { display: flex; flex-direction: column-reverse; }
    .home .matters .col-md-4 { width: 100%; position: relative; padding: 0 15px; margin: 0; }
    .home .matters .col-md-4 img { width: 100%; padding-bottom: 20px; }
    
    .bio .intro .row { display: flex; flex-direction: column-reverse;}
    .bio .intro .col-md-4 { padding-left: 15px; padding-right: 15px; padding-bottom: 20px; margin-left: 0; width: 100%; }
    .bio .intro .col-md-4 img { width: 100%; }
    .bio .experience { height: auto !important; padding-top: 40px; padding-bottom: 20px; }
    .bio .date { margin-right: 25px; }
    .bio .education { height: auto !important; border-left: none; padding-left: 15px; padding-right: 15px; margin-left: 0; width: 100%; padding-top: 0; padding-bottom: 20px; }
    .bio .education .item { flex-direction: row; }
    .bio .education .item .date { width: 150px; margin-right: 44px; padding-right: 0; }
    .bio .education .col-md-9 { margin-left: 0; padding-right: 0; width: 100%; }
    .bio .education img { width: 100%; }
    
    .news .intro { padding-bottom: 0; }
    
    .detail .intro { padding-bottom: 0; }
    .detail .contentRow { padding-bottom: 0; }
    .detail .contentRow .item .container { max-width: 100%; flex-direction: column; padding: 0; margin: 0; }
    .detail .contentRow .item .header { width: 100%; border-bottom: 2px solid #003A5D; padding-left: 15px; padding-right: 15px; min-height: auto; }
    .detail .top .content .meta h1 { margin-bottom: 0; }
    .detail .contentRow .item .text { width: 100%; border-left: none; max-width: 100%; padding: 20px 30px; min-height: auto; }
    .detail .contentRow .item .text p:last-of-type { margin-bottom: 0; }
    
    .contact .top { height: 500px; }
    .contact .top .content { padding-bottom: 10px; }
    .contact .top .content h1 { font-size: 26px; }
    .contact .intro { padding-bottom: 0; }
    .contact .directions { padding-bottom: 0; }
    .contact .contentRow { padding-bottom: 0; }
    .gform_wrapper .gfmc-column { width: 100%; float: none; }
    .gform_wrapper .gfmc-column:last-of-type { margin-top: 20px; margin-bottom: 20px;  }
    .gform_wrapper input[type="text"], .gform_wrapper input[type="email"] { width: 100%; max-width: 100%; }
    .gform_wrapper textarea { width: 100%; max-width: 100%; }
    
    .interior .contentRow { padding-bottom: 0; }
    
    .footer { padding-top: 40px; }
}

@media only screen and (max-width: 767px) {
    
    .col-xs-12 { padding-left:0; padding-right: 0; }
    
    .row { margin-left:0; margin-right: 0; }
    .row-vm { display: block; }
      
    div[class*="row-column"].mgtop-md, div[class*="row-column"].mgtop { margin-top: 30px; }
    div[class*="row-column"] > [class*='col-'] { width: 100%; }
    div[class*="row-column"] > [class*='col-'].col-xs-6 { width: 50%; }
    div[class*="row-column"] > [class*='col-'].col-xs-6:nth-child(2n+1) { clear: left; }
    .row-column > [class*='col-']:not(.col-xs-6):not(:first-child) { margin-top: 60px; }
    .row-column-md > [class*='col-']:not(.col-xs-6):not(:first-child) { margin-top: 45px; }
    .row-column-sm > [class*='col-']:not(.col-xs-6):not(:first-child) { margin-top: 30px; }
    .row-column > .col-xs-6:nth-child(1n+3) { margin-top: 60px; }
    .row-column-md > .col-xs-6:nth-child(1n+3) { margin-top: 45px; }
    .row-column-sm > .col-xs-6:nth-child(1n+3) { margin-top: 30px; }
    .al-center-sm, .center-sm { text-align: center; }
    .al-right-sm { text-align: right; }
    .al-left-sm { text-align: left; }
    .image.circle:not(.image-md) img { max-width: 320px; }
    .image-on-left .imagebg, .image-on-right .imagebg { width: 100%; position: static; margin-top: 60px; margin-bottom: -60px; height: 320px; }
    
    .mobile { display: none; }
    .hide { display: none !important; }
    .show { display: block !important; }
    
    .site-header .navbar-brand img { width: 75%; }
    
    .home .intro .photo::after { left: 0; right: 0; }
    .home .top .content { padding: 0; }
    .home .news { padding: 0; }
    .home .matters .col-md-4 { padding: 0; }
    .home .matters .col-md-4 img { padding-left: 0; padding-right: 0; }
    
    .bio .top { background-position: center -40px; height: 1000px; }
    .bio .top .content { margin: 90vw auto 0; width: 50% !important; text-align: center; }
    .bio .intro .col-md-4 { padding-left: 0; padding-right: 0; }
    .bio .education { padding-left: 0; padding-right: 0; }
    
    .service .top { height: auto; background-size: contain; background-position: top; }
    .service .top .container { width: 100%; max-width: 100%; padding-left: 15px; padding-right: 15px; padding-top: 110vw; }
    .service .top .content { margin-left: 0; }
    .service .top .text { font-size: 26px; line-height: 36px; }
    .service .contentRow.head .container { border-left: none; border-right: none; border-top: 2px solid #003A5D; width: 100%; max-width: 100%; padding: 0; margin: 100px 0 20px; }
    .service .contentRow.head .col-md-12 { display: block; text-align: center; }
    .service .contentRow .ball { position: absolute; width: 150px; top: -75px; left: 50%; -webkit-transform: translateX(-50%); transform: translateX(-50%); }
    .service .contentRow .container { border: none; width: 100%; padding: 40px 15px; }
    .service .contentRow .text { margin-top: 80px; display: flex; flex-direction: column; }
    .service .intro .container { width: 100%; padding: 40px 15px; border: none; }
    .service .contentRow .date { margin-right: 0; }
    
    .news .top { height: auto; background-size: contain; background-position: top; }
    .news .top .container { width: 100%; max-width: 100%; padding-left: 15px; padding-right: 15px; padding-bottom: 40px; padding-top: 95vw; }
    .news .top .content { margin-left: 0; }
    .news .top .text { font-size: 26px; line-height: 36px; }
    .news .top .filter { font-size: 16px; line-height: 20px; }
    .news .contentRow .item .newsLink .button { width: 100%; padding: 5px 18px; }
    .signup input { max-width: 500px; width: 100%; padding: 5px 18px; }
    
    .contact .top { height: auto; background-size: contain; background-position: top; }
    .contact .top .container { width: 100%; max-width: 100%; padding-left: 15px; padding-right: 15px; padding-bottom: 40px; padding-top: 95vw; }
    .contact .top .content h2 { display: block; color: #fff; font-weight: 700; text-transform: uppercase; padding: 20px 0; border-bottom: 3px solid; border-top: 3px solid; border-image: linear-gradient(90deg, rgb(176, 123, 102) 0%, rgb(233, 196, 167) 50%, rgb(171, 116, 95) 100%) 1 0; }
    .contact .top .content h1 { font-size: 22px; display: flex; flex-direction: column; }
    .contact .top .content h1 span { opacity: 0; height: 15px; }
    .contact .directions .button { padding: 5px 18px; }
    .gform_wrapper input[type="text"], .gform_wrapper input[type="email"] { padding: 5px 18px; }
    .contactForm input { padding: 5px 18px; }
    
    .footer .copyright { height: auto; padding: 40px 0; }
    .footer .copyright .container { flex-direction: column; text-align: center; }
    .footer .copyright a.lisi { float: none; margin: 40px auto 0; }
    .footer .logo img { width: 75%; }

}

@media only screen and (max-width: 650px) {
    
    body { font-size: 16px; line-height: 26px; }
    
    .button { font-size: 14px; }
    
    .home .top { background-position: center 20px; height: auto; padding-bottom: 40px; }
    .home .top.flex-center { align-items: flex-start; }
    .home .top .content { width: 100%; }
    .home .top .content h1 { width: 100%; margin: 47vw auto 0; }
    .home .top .content h1 span { width: 300px; margin: 0 auto 0; display: block; padding-bottom: 47vw; }
    
    .bio .top { background-position: center -20px; height: 900px; }
    .bio .top .content { width: 60% !important; margin: 100vw auto 0; }
    .bio .date { margin-right: 25px; }
    
    .service .top .text { font-size: 24px; line-height: 30px; }
    
    .footer .copyright .container span { display: block; opacity: 0; height: 10px; }
    .footer .col-md-12 { font-size: 1em; }

}

@media only screen and (max-width: 550px) {
    
    .bio .date { margin-right: 20px; width: 110px; height: 75px; font-size: 18px; }
    .bio .education .item { flex-direction: column; }
    .bio .education .item .date { width: 100%; padding-bottom: 10px; margin-bottom: 0; }
    .bio .education .col-md-9 { margin-left: 20px; padding-right: 20px; }

} 

@media only screen and (max-width: 480px) { 
    .home .top .content { width: 100%; }
    .home .top .content h1 { margin-top: 42vw; }
    .home .top .content h1 span { width: 210px; margin: 0 auto; padding-bottom: 42vw; }
    
    .bio .top { background-position: center -20px; height: 750px; }
    .bio .top .content { width: 95% !important; margin: 110vw auto 0; }
    
    .footer .col-md-12 span { display: block; opacity: 0; height: 5px; }
}

@media only screen and (max-width: 439px) { 
    .bio .date { margin-right: 20px; width: 100px; height: 68px; font-size: 16px; margin-bottom: 15px; }
}

@media only screen and (max-width: 375px) {
}