/* ==========================================================================
   TABLE OF CONTENTS
   ==========================================================================
   1.  Fonts
   2.  Global Base & Reset
   3.  Global Layout Utilities
   4.  Icons (Font Awesome / j51icons)
   5.  Shared Components  Figures, Icon Grids & Cards
   6.  Shared Components Forms, Search & Browser Resets
   7.  Shared Components  Navigation Menu (MaxiMenuCK)
   8.  Header
   9.  Drawer
   10. Showcase
   11. Breadcrumb
   12. Top
   13. Utility
   14. Feature
   15. MainTop
   16. ExpandedTop
   17. Content Top
   18. Sidebar
   19. Mainbody
   20. Content Bottom
   21. ExpandedBottom
   22. MainBottom
   23. Extension
   24. FullWidth
   25. Bottom
   26. Footer
   27. Copyright
   28. Debug
   29. Analytics
   30. Responsive / Media Queries
   ========================================================================== */


/* ==========================================================================
   1. FONTS
   ========================================================================== */

@font-face {
  font-family: "Raleway";
  src: url("/fonts/Raleway-VariableFont_wght.ttf")  format("truetype");
}

@font-face {
  font-family: "SourceSans3";
  src: url("/fonts/SourceSans3-VariableFont_wght.ttf")  format("truetype");
}

@font-face {
    font-family: 'Hind';
    src: url('/fonts/Hind-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Hind';
    src: url('/fonts/Hind-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Hind';
    src: url('/fonts/Hind-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}


/* ==========================================================================
   2. GLOBAL BASE & RESET
   ========================================================================== */

body {
  padding-top: 0 !important;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Raleway", arial, sans-serif;
  color: #383838;
  font-size: 15px;
  padding: 0;
  margin: 0;
  line-height: 1.8rem;
  font-weight: 200;
  position: relative;
  min-height: 100vh;
  }

.wrapper {
    width: 1180px;
    margin: 0 auto;
    position: relative;
    background-size: cover;
}

img {max-width:100%;display: block;vertical-align: middle;}
.captchaCont img {width: auto;display: inline;}

.blog .item {
    padding: 3px;
    border: 1px solid rgba(100, 100, 100, 0.2);
}

.item-image+.item-content {
    margin: -20px 30px 0;
    padding: 25px;
    position: relative;
    background: white;
}

#main-content .item-content h4 {
  margin-bottom: 10px;
  line-height: 1.4em;
  }

p {
  margin-top: 0;
  margin-bottom: 1.5rem;
}

h1, h2, h3, h4 {
  padding: 0;
  font-weight: normal;
  margin: 0.2em 0 0.4em;
  text-rendering: optimizelegibility;
  color: #06326b;
  /* font-family: Raleway, Helvetica, Arial, sans-serif; */
}

h2 {
  font-size: 2em;
  font-weight: 200;
  letter-spacing: 1px;
  line-height: 1.1em;
}

h3 {
  font-size: 1.4em;
  padding: 0;
  line-height: 32px;
  font-weight: 700;
  margin: 10px 0 5px;
  text-align: left;
  color: #3d3d3d;
    font-family: Hind;
  text-transform: uppercase;
}

a {
  text-decoration: none;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  color: #06326b;
  font-weight: 400;
}

a:hover {
  color: #888;
}

iframe {
  transition: opacity 500ms ease-in-out;
  transition-delay: 250ms;
}


/* ==========================================================================
   3. GLOBAL LAYOUT UTILITIES
   ========================================================================== */

.wrapper {
    max-width: 1180px;
    width: 100%;
    margin: 0 auto;
    position: relative;
    background-size: cover;
}

.width-30 {
  width: 30%;
}

.width-45 {
  width: 45%;
}

.width-95 {
  width: 95%;
}


.invisible {
  display: none !important;
}

.visually-hidden, .sr-only, .visually-hidden-focusable:not(:focus):not(:focus-within) {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}

.skip-to-accessible{
position:absolute;
transform:translateY(-220%);
z-index:2;
padding:.5rem 1.5rem;
background:white;
z-index:222222;
}
.skip-to-accessible:focus{
transform:translateY(0);
}

.skip-to-accessible {
  position: absolute;
  transform: translateY(-220%);
  z-index: 2;
  padding: .5rem 1.5rem;
  background: white;
}

.skip-to-accessible:focus {
  transform: translateY(0);
}

ul.pagination{list-style-type: none;}
ul.pagination li{list-style-type: none;display: inline-block;padding-left:12px;}


/* ==========================================================================
   4. ICONS (Font Awesome / j51icons)
   ========================================================================== */




/* ==========================================================================
   5. SHARED COMPONENTS Figures, Icon Grids & Cards
   ========================================================================== */



/* ==========================================================================
   6. SHARED COMPONENTS Forms, Search & Browser Resets
   ========================================================================== */


.btn {
  background-color: #004868;
  letter-spacing: 2px;
  font-weight: bold;
  text-transform: uppercase;
  color: #fff;
  margin: 5px 10px 5px 0;
  border-radius: 0;
  padding: 8px 28px;
  background-clip: padding-box;
  position: relative;
  display: inline-block;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.btn-check:focus+.btn, .btn:focus {
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(var(--primary), 0.25);
}
.btn:hover {
  background-color: #002a3d;
  color: #fff;
}

.btn::after {
    position: absolute !important;
    top: -4px !important;
    left: -4px !important;
    right: -4px !important;
    bottom: -4px !important;
    border: 1px solid rgba(100, 100, 100, 0.2) !important;
    content: '' !important;
    background-color: transparent !important;
}

.input-group {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%;
    padding: 15px 0;
}

.input-group>.form-control, .input-group>.form-select, .input-group>.custom-select {
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    min-width: 0;
}

.form-control {
    display: block;
    /* width: 100%; */
    padding: .6rem 1rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #22262a;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    appearance: none;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

/*Forms*/
label {
    display: inline-block
}

button {
    border-radius: 0
}

button:focus:not(:focus-visible) {
    outline: 0
}

input,button,select,optgroup,textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

button,select {
    text-transform: none
}

[role=button] {
    cursor: pointer
}

select {
    word-wrap: normal
}

select:disabled {
    opacity: 1
}

[list]::-webkit-calendar-picker-indicator {
    display: none
}

button,[type=button],[type=reset],[type=submit] {
    -webkit-appearance: button
}

button:not(:disabled),[type=button]:not(:disabled),[type=reset]:not(:disabled),[type=submit]:not(:disabled) {
    cursor: pointer
}

::-moz-focus-inner {
    padding: 0;
    border-style: none
}

textarea {
    resize: vertical
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0
}

legend {
    float: left;
    width: 100%;
    padding: 0;
    margin-bottom: .5rem;
    font-size: calc(1.275rem + 0.3vw);
    line-height: inherit
}

.input-group:not(.has-validation)>:not(:last-child):not(.dropdown-toggle):not(.dropdown-menu), .input-group:not(.has-validation)>.dropdown-toggle:nth-last-child(n+3) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;

}

#main-content .input-group>:not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;  
}

#main-content .input-group>:not(:first-child):not(:last-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;  
  border-right: 1px solid #387fad;
}

#main-content .btn {
    margin-top: 0;
    margin-bottom: 0;
}

#main-content .input-group .btn {
  border: 1px solid #06326B;
}

#main-content .input-group .btn:hover {
  border: 1px solid #fff;
}

#advancedSearch{display:none;}

@media(min-width: 1200px) {
    legend {
        font-size:1.5rem
    }
}

legend+* {
    clear: left
}


/* ==========================================================================
   7. SHARED COMPONENTS 
    ========================================================================== */

div#maximenuck702 {
    position: absolute;
    top: 50%;
    width: 96%;
    margin: 0 auto;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-family: Raleway, Helvetica, Arial, sans-serif;
    font-size: 12.8px;
}

div#maximenuck702 ul.maximenuck {
  display: inline-block;
  text-align: right;
  width: 100%;            /* override any 100% */
  padding: 0;
  margin: 0;         /* center horizontally */
  background: none;
  text-transform: uppercase;
}

div#maximenuck702 ul.maximenuck li.maximenuck.level1:nth-child(-n+3) {
  float: left;
}

div#maximenuck702 ul.maximenuck li.maximenuck.level1:nth-child(3) {
  margin-right: 200px;
}
  

/*text color and padding for menu*/
div#maximenuck702 ul.maximenuck li.maximenuck.level1 > a, div#maximenuck702 ul.maximenuck li.maximenuck.level1 > span.separator, div#maximenuck702.maximenuckh ul.maximenuck li.level1.parent > a, div#maximenuck702.maximenuckh ul.maximenuck li.level1.parent > span.separator, div#maximenuck702.maximenuckh ul.maximenuck li.level1.parent > span.nav-header{
  color: #fff;
  padding: 5px 21px;
  font-weight: 700;
  letter-spacing: 1.5px;
  opacity: .8;
}

div#maximenuck702 ul.maximenuck li.maximenuck.level1.active > span.quoteblue {
  color: #fff;
}

/*color for active item*/
div#maximenuck702 ul.maximenuck li.maximenuck.level1:hover > a span.titreck, div#maximenuck702 ul.maximenuck li.maximenuck.level1.active > a span.titreck, div#maximenuck702 ul.maximenuck li.maximenuck.level1:hover > span.separator, div#maximenuck702 ul.maximenuck li.maximenuck.level1.active > span.separator {
  color: #fff;
}

/*background for active item*/
div#maximenuck702 ul.maximenuck li.maximenuck.level1:hover, div#maximenuck702 ul.maximenuck li.maximenuck.level1.active {
    background: transparent;
}


/*background for hover item*/
div#maximenuck702 ul.maximenuck li.maximenuck.level1:hover a {
  opacity: 1;
}

/*arrow position*/
div#maximenuck702 ul.maximenuck li.level1.parent > a:after, div#maximenuck702 ul.maximenuck li.level1.parent > span.separator:after {
  transform: translateX(-50%);
  border-width: 4px 4px 0 4px;
  border-color: #ffffff85 transparent transparent transparent;
  top: 14px;
}

/*Drowdown background color*/
div#maximenuck702 div.floatck {
  background-color: #fff;
  border: 0;
  padding: 8px 8px;
  width: 210px;
}

div#maximenuck702 div.maxidrop-main {
  width: 210px;
}

/*dropdown menu item spacing and color*/
div#maximenuck702 ul.maximenuck li.maximenuck ul.maximenuck2 li > a, div#maximenuck702 ul.maximenuck2 li > a, div#maximenuck702 ul.maximenuck2 li > span.separator {
  padding: 9px 15px;
  color: #000;
  font-weight: 500;
  text-transform: none;
  font-size: 15px;
}

div#maximenuck702 ul.maximenuck li.maximenuck ul.maximenuck2 li > a:hover, div#maximenuck702 ul.maximenuck2 li > a:hover, div#maximenuck702 ul.maximenuck2 li > span.separator {
  color: #fff;
}

/*dropdown menu item hover*/
div#maximenuck702 ul.maximenuck li ul.maximenuck2 li.maximenuck:hover, div#maximenuck702 ul.maximenuck2 li.maximenuck:hover {
  background-color: #024565;
}

/*dropdown menu item active
div#maximenuck702 ul.maximenuck li.maximenuck ul.maximenuck2 li.active > a, div#maximenuck702 ul.maximenuck2 li.active > a, div#maximenuck702 ul.maximenuck2 li.active > span.separator {
  font-weight: 600;
  font-style: italic;
  background-color: #024565 !important;
}*/

div#maximenuck204-mobile a:before { /*hide icons on mobile*/
  display: none;
}

.mobilemenuck {
}

.mobilemenuck a {
  text-decoration: none;
}

.mobilemenuck a:hover {
  text-decoration: underline;
}

.mobilemenuck-bar-title {
  display: none;
}

.mobilemenuck-bar-button {
  top: 40px;
  right: 25px;
}


/* ==========================================================================
   8. HEADER
   ========================================================================== */

#verytop {
  transition: all 0.5s ease-in-out;
  display: block;
  width: 100%;
  text-align: center;
  background: #444444;
  color: #fff;
  position: relative;
  z-index: 22;
  margin: -10px auto 0px;
  height: 55px;
  background-image: url(../images/patterns/noise.png);
}

#verytop-boxes {
  margin: 0 auto;
  max-width: 1200px;
}

#verytop h3 {
  color: #fff;
}

#verytop-a {
  display: inline-block;
  vertical-align: top;
}

#verytop-b {
  text-align: right;
}

#verytop-b, #verytop-c {
  display: inline-block;
  margin-left: 3%;
  vertical-align: top;
}

#verytop-b.width-45, #verytop-c.width-45 {
  margin-left: 6% !important;
}

#headershowcasesurround {
      background-image: linear-gradient(to bottom, #014868 0%, #002f45 80%);
}

#header-surround{
  animation-duration: .5s;
  animation-fill-mode: both;
  right: 0;left: 0;top: 0;
  display: block;
  transition: all 300ms ease;
  position: fixed;
  z-index: 1;
}

#header-surround.scrolled {
  z-index: 2;
  background-color:#004868;
}

#header-height{
  height: 129px;
}


#header-a{display:inline-block;vertical-align:top;}
#header-b, #header-c {display:inline-block;margin-left:3%;vertical-align:top;}
#header-a {
  display: inline-block;
  vertical-align: top;
}
#header-b, #header-c {
  display: inline-block;
  margin-left: 3%;
  vertical-align: top;
}
#header-a.width-95{width: 96%;margin: 0 auto;display: block;}

.logo-image {
  margin: 0 auto;
  padding: 15px 0;
  max-width: 190px;
}

.social-media {
    padding: 0;
    position: absolute;
    top: 100%;
    right: 15px;
    border-radius: 0 0 5px 5px;
    transition: all .2s ease;
    z-index: 1;
}

.social-media ul {
    list-style: none;
    margin: 0;
    display: block;
}

.social-media ul li {
    background-position: 50% 50%;
    display: block;
    float: left;
    margin: 0px;
    padding: 0px;
}

[class^="social-"] {
    background-color: rgba(100, 100, 100, 0.3);
    margin-right: 1px !important;
}

.social-facebook:hover, .social-instagram:hover, .social-Yelp:hover {
    background-color: #344e86;
}

.social-media ul li a {
    position: relative;
    display: block;
    width: 34px;
    height: 34px;
    opacity: 1;
    font-size: calc(34px * .5);
    text-align: center;
    line-height: 34px;
}

.social-media ul li span {
    position: absolute;
    line-height: 0;
    font-size: 0;
    color: transparent;
}

.scrolled .social-media {
  display: none;
}

.social-media ul li a [class^="fa-"]::before, .social-media ul li a [class*=" fa-"]::before {
    color: #ffffff;
}

/* ==========================================================================
   9. DRAWER
   ========================================================================== */

#drawer-holder{background-color:#383838;padding:16px 1% 14px;z-index: 12;position: relative;}

#drawer {
  margin: 0 auto;
  max-width: 1200px;
  width: 92%;
  padding: 10px 4%;
}


/* ==========================================================================
   10. SHOWCASE
   ========================================================================== */

#showcase-bkg {
}

#showcase {
  clear: both;
  transition: all 0.5s ease-in-out;
  width: 100%;
  padding: 0 0 40px 0;
  text-align: center;
  margin: 0px auto;
}
#showcase-a {
  display: inline-block;
  vertical-align: top;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
}
#showcase-b, #showcase-c {
  display: inline-block;
  margin-left: 3%;
  vertical-align: top;
}
#showcase-a.width-95{width:100%;}
#showcase-a p {margin:0;}
.djslider-default .navigation-container-custom{top:auto;bottom:10px;left:0;right:0;margin-left:auto;margin-right:auto;text-align:center;}

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.example-marquee {
  position: relative;
}

.content {
  display: table;
  width: 100%;
  min-height: 70vh;
  z-index: 1;
  position: relative;
}

.content .inner {
  display: table-cell;
  text-align: center;
  padding-left: 16px;
  padding-right: 16px;
  vertical-align: bottom;
  padding-bottom: 28%;
}

.content .inner h1 {
  font-size: 62px;
  color: white;
  text-shadow: 0px 1px 3px rgba(0,0,0,0.5);
}

.video-background-controls button {
  font-size: 32px;
  display: inline-block;
  padding: 0px;
  margin: 0px;
  height: 32px;
  width: 32px;
  border-radius: 16px;
  line-height: 32px;
  border: none;
  background: none;
  -webkit-appearance: none;
  color: white;
  filter: drop-shadow(0px 0px 1px black);
  cursor: pointer;
  opacity: 1;
  transition: all 250ms ease-in-out;
  margin-left: 10px;
}

.video-background-controls button:hover {
  opacity: 0.5;
}


/* ==========================================================================
   11. BREADCRUMB
   ========================================================================== */

#breadcrumb {
  margin: 0 auto;
  max-width: 1200px;
  width: 92%;
  padding: 10px 4%;
}

ul.breadcrumb li {
  background: none;
  display: inline-block;
}


/* ==========================================================================
   12. TOP
   ========================================================================== */

#pretop {
  position: relative;
  padding: 99px 4% 36px;
  margin-bottom: -53px;
  color: #424242;
  background-color: #fff;
  z-index: 222;
}

#pretop-boxes {
  width: 100%;
  text-align: center;
  margin: 0 auto;
}

#top-a.pre {
  background-color: transparent;
}

#pretop h2 {
  padding-left: 0;
  border-left: 0;
  font-size: 2.1em;
}

#top-boxes {
  /* max-width: 1200px; */
  /* width: 100%; */
  text-align: left;
  margin: 0 40px;
}
#top {
  position: relative;
  padding: 35px 0 85px 0;
  text-align: center;
  color: #fff;
  font-weight: 400;
}
#top h1, #top h2, #top h3, #top h4 {
  margin-bottom:-14px;
  color: #fff;
  font-family: Hind;
  letter-spacing: 5px;}
#top h1 {font-size: 42px;font-weight: 700;line-height: 1.5em;}
#top-a,#top-b, #top-c {
display: inline-block;
    vertical-align: top;
}
#top-a.width-45 {width: 50%;}
#top-b.width-45 {width: 46%;}
.top-a, .top-b {padding:0 7% 0 0}
.top-c {padding:0 }
#top p {text-align: left;color: rgba(255, 255, 255, 1); font-weight: 200;}
.facebook-icon i {
    vertical-align: -2px;
}
hr {max-width: 100px;}
hr:not([size]) {
    height: 5px;
    opacity: 1;
}
.text-light hr {
    background-color: #fff !important;
}
hr.right {
  margin: 25px 0 0 auto;
}


/* ==========================================================================
   13. UTILITY
   ========================================================================== */

#utility-bkg {background-color:#fff;display: block;width: 100%;background-image: linear-gradient(180deg, rgba(255, 255, 255, 0.01) 0%, rgba(0, 0, 0, 0.01) 100%);/* box-shadow: 0 0 3px rgba(0, 0, 0, 0.22); */}
#utility-boxes {
  max-width: 1200px;
  width: 100%;
  text-align: left;
  margin: 0;
  display: flex;
  align-items: top;
  gap: 60px;
}

#utility {
      padding: 0 40px 80px;
  font-weight: 300;
}
#utility h2 {
  font-family: Hind;
  color: #000;
  text-transform: uppercase;
  font-weight: 800;
  letter-spacing: 7px;
  font-size: 2em;
}
#utility h4 {
  font-family: Raleway;
  letter-spacing: 3px;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 15px;
}
#utility-a {
  display: inline-block;
  vertical-align: top;
}
#utility-b, #utility-c {
  display: inline-block;
  margin-left: 3%;
  vertical-align: top;
}
#utility-a.width-45 {width: 50%; display: block;float: left;}
#utility-b.width-45 {width: 50%;margin-left: 0;display: block;float: right;padding: 0 30px;}
.border-frame {
    position: relative;
    display: inline-block;
    margin: 4px;
}
.border-frame::after {
    position: absolute;
    top: -4px;
    left: -4px;
    right: -4px;
    bottom: -4px;
    border: 1px solid rgba(100, 100, 100, 0.2);
    content: '';
}

.utility-a {padding-top: 100px;margin-top: -140px;}
.utility-b {padding-top: 70px;}

/* ==========================================================================
   14. FEATURE
   ========================================================================== */

#feature {
  padding: 90px 0 90px;
  background-color: #000;
  color: #fff;
  font-weight: 100;
  background-image: url(/images/top-3-bg.jpg);
  background-position: 50% 40px;
  background-size: cover;
  background-attachment: fixed;
}



#feature figcaption {
  margin: 7px 20px;
}

#feature-boxes {
  margin: 0 auto;
  padding: 0 40px;
}
#feature-a {
  display: inline-block;
  vertical-align: top;
}
#feature-b, #feature-c {
  display: inline-block;
  margin-left: 5%;
  vertical-align: top;
}
#feature h2, #feature h3 {
  color: #fff;
  font-weight: 200;
  margin-top: 0;
  padding-bottom: 0px;
  padding-top: 10px;
  font-family: Hind;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 1.4rem;
}

#feature h2 {
  color: #fff;
  font-family: Hind;
  text-transform: uppercase;
  font-weight: 800;
  letter-spacing: 7px;
  font-size: 2em;
  margin: 75px -100px 5px -100px;
}
#feature h4 {
  font-family: Raleway;
  letter-spacing: 3px;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 15px;
  color: #fff;
  opacity: .6;
}

#feature .btn {color: rgba(255, 255, 255, 0.8);}

#feature p {margin-bottom: 35px;
  color: rgba(255, 255, 255, 1) !important;
font-weight: 200;
}


/* ==========================================================================
   15. MAINTOP
   ========================================================================== */

#maintop-bkg {
  display: block;
  width: 100%;
  background: #000;
}
#maintop-boxes {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}
#maintop {
  padding: 12% 0;
}
#maintop-a {
  display: inline-block;
  vertical-align: top;
}
#maintop-b, #maintop-c {
  display: inline-block;
  margin-left: 5%;
  vertical-align: top;
}


/* ==========================================================================
   16. EXPANDEDTOP
   ========================================================================== */

#expandedtop {
  padding: 0px 4% 69px;
}
#expandedtop-boxes {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}
#expandedtop-a {
  display: inline-block;
  vertical-align: top;
}
#expandedtop-b, #expandedtop-c {
  display: inline-block;
  margin-left: 5%;
  vertical-align: top;
}


/* ==========================================================================
   17. CONTENT TOP
   ========================================================================== */

#content-top-boxes {
  max-width: 1200px;
  width: 100%;
  /* text-align: center; */
  margin: 0 auto;
}
#content-top {
  background-color: #FFFFFF;
  font-weight: 300;
  padding: 20px 40px 0 40px;
}

#content-top h2, #content-top h3, #content-top h4 {
  color: #06326b; padding-bottom: 10px;
}

#content-top h3 {
  color: #3d3d3d;
  font-family: Hind;
  padding-bottom: 0px; 
  text-align: center; 
  text-transform: uppercase;
text-align: left;
font-weight: 700;
line-height: 1.3em;}

#content-top h2#ko, #content-top h2#ro, #content-top h2#ce, #content-top h2#co, #content-top h2#io {color:#06326b;text-align: left;padding-left: 25px;}
#content-top strong {font-weight: 700;}
#content-top-a {
  display: inline-block;
  vertical-align: top;
  /* padding: 0 40px; */
}

#content-top-b, #content-top-c {
  display: block;
  vertical-align: top;
  float: right;
}

#content-top-a.width-45, #content-top-b.width-45 {
  width: 47%;
}


/* ==========================================================================
   18. SIDEBAR
   ========================================================================== */

.sidebar-a-container {
  width: 28%;
  display: inline-block;
  vertical-align: top;
}

.sidebar-a-container-both {
  width: 22%;
  display: inline-block;
  vertical-align: top;
}

.sidebar-a-zero-container {
  width: 0;
  display: inline-block;
}

#sidebar-a {
  padding: 3% 40px 3% 0;
  border-radius: 3px;
  display: inline-block;
  margin-left: 4%;
  /* width: 92%; */
  font-weight:  300;
}

#sidebar-a h2, #sidebar-a h3 {
  font-weight: 200;
  margin-top: 0;
  padding-bottom: 0px;
  padding-top: 10px;
  font-family: Hind;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 1.4rem;
  color: #000;
}

#sidebar-a h4 {
  font-family: Raleway;
  letter-spacing: 3px;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 15px;
}

#sidebar-a p {
  margin-bottom: 1.5rem;
font-weight:400;
}

#sidebar-a strong {
  font-weight: 600;
}

#sidebar-a .btn {
  color: #fff;
  margin-bottom: 60px;
}

#sidebar-b {
  padding: 3% 4%;
  border-radius: 3px;
  display: inline-block;
  margin-right: 4%;
  width: 89%;
  background-color: #fff;
  color: #5e5e5e;
  font-size: 80%;
}

#sidebar-b h2, #sidebar-b h3 {
  color: #fff;
  text-shadow: 1px 2px 0 rgba(0,0,0,0.2);
}

.sidebar-b-container {
  width: 28%;
  display: inline-block;
  vertical-align: top;
}

.sidebar-b-container-both {
  width: 22%;
  display: inline-block;
  vertical-align: top;
}

.sidebar-b-zero-container {
  width: 0;
  display: inline-block;
}


/* ==========================================================================
   19. MAINBODY
   ========================================================================== */

#mainbody {
  max-width: 1200px;
  margin: 0 auto;
  padding: 70px 0 30px;
}

#main-content {
  display: block;
  padding: 20px 40px 0 40px;
  font-weight: 400;
}

figure {
  width: 100%;
  margin: 0 0 30px 0;
}

#main-content h1, #main-content h2 {
  font-family: Hind;
  color: #383838;
  text-transform: uppercase;
  font-weight: 800;
  letter-spacing: 7px;
  font-size: 2em;
}

#main-content h2 {  letter-spacing: 8px;}

#main-content h4 {
  font-family: Raleway;
  letter-spacing: 3px;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 15px;
  margin: 0 0 0 0;
}

.main-content-container {
  width: 71%;
  display: inline-block;
  vertical-align: top;
}

.main-content-container-both {
  width: 42%;
  display: inline-block;
  vertical-align: top;
}

.main-content-container-full {
  width: 100%;
}

blockquote {
  padding-left: 20px;
  font-size: 120%;
  border-left: .4rem solid #014868;
  padding: .5rem .5rem .5rem 1rem;
  margin: 0 0 1.5rem 1.5rem;
}

.rl_sliders.accordion > .accordion-group > .accordion-heading > a.accordion-toggle {
  color: #ff6500;
}

.rl_sliders.accordion > .accordion-group > .accordion-heading > a.accordion-toggle:hover {
  color: #af4702;
}

div.jwts_toggleControlContainer a.jwts_toggleControl {
  background-image: none;
  background-color: transparent;
  padding: 8px;
  font-size: inherit;
  padding-top: 13px;
  border: 0;
}

div.jwts_toggleControlContainer a.jwts_toggleOn {
  color: #242a2f;
}

div.jwts_toggleControlContainer a.jwts_toggleOff span.jwts_toggleControlTitle {
  background: url() no-repeat 0 4px;
}

div.jwts_content {
  border: 0;
  padding: 0;
}

.home-article-image {
  max-width: 50%;
  float: right;
  margin-left: 15px;
  margin-bottom: 15px;
  margin-top: -170px;
}


/* ==========================================================================
   20. CONTENT BOTTOM
   ========================================================================== */

#content-bottom {
  color: #6E6E6E;
  background-color: #FFFFFF;
}
#content-bottom-a h2, #content-bottom-a h3, #content-bottom-a h4 {
  color: #2e3232;
}
#content-bottom-boxes {
  max-width: 1200px;
  width: 100%;
  /* text-align: center; */
  margin: 0 auto;
  /* border-top: 1px solid #ccc; */
  padding-top: 53px;
}
#content-bottom-a {
  display: inline-block;
  vertical-align: top;
}
#content-bottom-b, #content-bottom-c {
  display: inline-block;
  margin-left: 3%;
  vertical-align: top;
  display:  none;
}


/* ==========================================================================
   21. EXPANDEDBOTTOM
   ========================================================================== */

#expandedbottom {
  padding: 70px 0px;
  position: relative;
  background: #002F45;
  color: #fff;
}
#expandedbottom-boxes {
  max-width: 1200px;
  margin: 0 40px;
}
#expandedbottom-a {
  display: inline-block;
  vertical-align: top;
  width: 100%;
}
#expandedbottom-a li h3 {
  opacity: .8;
}
#expandedbottom-a li:hover h3 {
  opacity: 1 !important;
}
#expandedbottom-b, #expandedbottom-c {
  display: inline-block;
  margin-left: 3%;
  vertical-align: top;
}
#expandedbottom h3 {
  color: #fff;
  margin-bottom: -20px;
  font-family: "Raleway", arial, sans-serif;
  font-size: 15px;
}

.uk-scope .uk-light .uk-slidenav {
  color: #fff;
}
.uk-scope .uk-link, .uk-scope a{
font-weight:600;
}
.uk-dotnav > * > * {
    background-color: transparent !important;
    border-color: #c4c4c4  !important;
}

.uk-dotnav > .uk-active > * {
    background-color: #c4c4c4 !important;
    border-color: #c4c4c4 !important;
}

.uk-dotnav > * > :hover {
    background-color: #fff !important;
    border-color: #fff !important;
}



/* ==========================================================================
   22. MAINBOTTOM
   ========================================================================== */

#mainbottom {
padding: 4%;
background-color:rgba(236, 239, 244, 1);
}
#mainbottom-boxes {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}
#mainbottom-a {
  display: inline-block;
  vertical-align: top;
}
#mainbottom-b, #mainbottom-c {
  display: inline-block;
  margin-left: 3%;
  vertical-align: top;
}


/* ==========================================================================
   23. EXTENSION
   ========================================================================== */

#extension {
  padding: 0px 4% 49px;
}
#extension-boxes {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}
#extension-a {
  display: inline-block;
  vertical-align: top;
}
#extension-b, #extension-c {
  display: inline-block;
  margin-left: 3%;
  vertical-align: top;
}


/* ==========================================================================
   24. FULLWIDTH
   ========================================================================== */

#fullwidth {
  width: 100%;
  text-align: center;
  margin: 0 auto;
}
#fullwidth h2, #fullwidth h3, #fullwidth h4 {
  color: #656565;
}

#fullwidth-bottom {
  background-color: #7aadd3;
  padding: 15px 4% 8px;
  text-align: center;
}
#fullwidth-bottom a {
  color: #fff;
}
#fullwidth-bottom a:hover {
  color: #1b3a5f;
}


/* ==========================================================================
   25. BOTTOM
   ========================================================================== */

#bottom {
padding: 39px 2% 39px 0;
background-color: rgba(110,121,163, 1 );
color:#fff;
text-align:center;
}
#bottom a {color:#fff;}
#bottom h3 {color:#fff;text-align: center;}
#bottom p {margin-top:0;}

#bottom-boxes {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}

#bottom-a {
  display: inline-block;
  vertical-align: top;
}

#bottom-b, #bottom-c {
  display: inline-block;
  margin-left: 3%;
  vertical-align: top;
}

  #bottom-a img, #bottom-b img, #bottom-c img {
    margin-bottom: 16px;
    margin: 0 auto;
  }


/* ==========================================================================
   26. FOOTER
   ========================================================================== */
#footer-bkg {
  background-image: url(/images/base-bg.jpg);
  background-color: #000;
  background-position: 50% 0%;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
}
#footer {
  padding: 60px 0;
}
#footer h2, #footer h3, #footer h4 {
  color: #fff;
  font-weight: 200;
  margin-top: 0;
  padding-bottom: 0px;
  padding-top: 10px;
  font-family: Hind;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 1.4rem;
}
#footer-boxes {
  max-width: 1200px;

  text-align: center;
  margin: 0 40px;
}
#footer-a {
  display: inline-block;
  vertical-align: top;
  width: 100%;
}
#footer-b, #footer-c {
  display: inline-block;
  margin-left: 3%;
  vertical-align: top;
}
#footer a {
  color: #fff;
}


/* ==========================================================================
   27. COPYRIGHT
   ========================================================================== */

#copyright {
  margin: 0 auto;
  /* width: 92%; */
  padding: 10px 0 30px 0;
  color:#fff;
  font-size: 80%;
}

#copyright-a.width-45 {width: 50%;}
#copyright-b.width-45 {width: 46%;}

#copyright h2, #copyright h3, #copyright h4 {
}
#copyright-boxes {
  max-width: 1200px;
  /* width: 100%; */
  margin: 0 40px;
}
#copyright-a {
  display: inline-block;
  vertical-align: top;
  overflow: hidden;
}
#copyright-b, #copyright-c {
  display: inline-block;
  margin-left: 3%;
  vertical-align: top;
}
#copyright-a.width-95{width:100%;}
#copyright p {margin: 3px 0 0 0;font-weight: 100;text-align:  center;}
#copyright a {color: #fff;font-size: 1.06em;}
#copyright-b p {font-weight: 400; text-align: right; text-transform: uppercase;}


/* ==========================================================================
   28. DEBUG
   ========================================================================== */

#debug {
  color: #6E6E6E;
  background-color: #FFFFFF;
  margin: 0 auto;
  max-width: 1200px;
  width: 92%;
  padding: 2% 4%;
}


/* ==========================================================================
   29. ANALYTICS
   ========================================================================== */

#analytics {
  color: #6E6E6E;
  background-color: #FFFFFF;
  margin: 0 auto;
  max-width: 1200px;
  width: 92%;
  padding: 2% 4%;
}


/* ==========================================================================
   30. RESPONSIVE / MEDIA QUERIES
   (kept intact and in original order each block is annotated with the
   section(s) it primarily affects)
   ========================================================================== */

/* Header / global anchor offset / Showcase breakpoint 1140px */
@media only screen and (max-width: 1140px) {
  [id]{
    scroll-margin-top: 60px;
  }
}

@media only screen and (max-width: 1199px) {}

/* Sidebar / Mainbody  breakpoint 959px */
.show959 {
  display: none;
}

@media only screen and (max-width: 959px) {
  .hide959 {
    display: none;
  }

  .show959 {
    display: block;
  }

  #sidebar-a {
    margin-left: 0;
    /* width: 100%; */
    padding: 40px 40px;
  }

  #sidebar-b {
    margin-right: 0;
    width: 92%;
  }

  .sidebar-a-container {
    width: 100%;
    margin-bottom: 8%;
    display: block;
  }

  .sidebar-a-container-both {
    width: 93%;
    margin-bottom: 8%;
    display: block;
  }

  .main-content-container {
    width: 100%;
    display: block;
  }

  .main-content-container-both {
    width: 100%;
    display: block;
  }
}

.show960 {
  display: none;
}

.show-over-1200 {
  display: block;
}

.show1200 {
  display: none;
}

.show767 {
  display: none;
}

/* Header breakpoint 1024px */
@media only screen and (max-width: 1024px) {
  #header-surround {
    height: auto;
  }
  #header {
    min-height: auto;
  }
}

@media only screen and (max-width: 960px) {
  .home-article-image {
  max-width: 50%;
  /* float:none; */
  margin-left: 15px;
  margin-bottom: 15px;
  margin-top: 0;
}
}

/* Header, Showcase, Top, Utility, Feature, MainTop, ExpandedTop, Content Top,
   Content Bottom, ExpandedBottom, MainBottom, Extension, FullWidth, Bottom,
   Footer, Copyright  breakpoint 767px */
@media only screen and (max-width: 767px) {

  #header {
    height: 100%;
  }

  #header-a {
    width: 90%;
    display: block;
    margin: 0 auto;
  }

  #header-b, #header-c {
    width: 90%;
    display: block;
    margin: 0 auto;
    text-align: center;
  }
#header-a.width-45 {width: 95%;}
.logo-holder {max-width: 200px;}

  #showcase-a {
    width: 90%;
    display: block;
    margin: 0 auto;
  }

  #showcase-b, #showcase-c {
    width: 90%;
    display: block;
    margin: 42px auto 0;
  }

  
#top-a.width-45,#top-b.width-45 {width: 100%;display:block;/* padding: 0 4%; */}


    #utility-boxes {
        flex-direction: column;
        gap: 30px;
    }
 .utility-a {padding-top: 0px;
    margin: 42px auto 0;}
  .utility-b {padding-top: 0px;margin: 42px auto 0;}

    #utility-a.width-45,
    #utility-b.width-45 {
        width: 100%;
        float: none;
        margin-left: 0;
        padding-left: 0;
        padding-right: 0;
    }


  #feature-a {
    width: 100%;
    display: block;
    margin: 0 auto;
  }

  #feature-b, #feature-c {
    width: 100%;
    display: block;
    margin: 42px auto 0;
  }

  #feature h2 {margin:40px 0 20px 0;}

  #feature-a img, #feature-b img, #feature-c img {
    margin-bottom: 16px;
  }

  #maintop-a {
    width: 90%;
    display: block;
    margin: 0 auto;
  }

  #maintop-b, #maintop-c {
    width: 90%;
    display: block;
    margin: 42px auto 0;
  }

  #maintop-a img, #maintop-b img, #maintop-c img {
    margin-bottom: 16px;
  }

  #expandedtop-a {
    width: 90%;
    display: block;
    margin: 0 auto;
  }

  #expandedtop-b, #expandedtop-c {
    width: 90%;
    display: block;
    margin: 42px auto 0;
  }

  #expandedtop-a img, #expandedtop-b img, #expandedtop-c img {
    margin-bottom: 16px;
  }

#mainbody {padding: 49px 0;}

.item-image+.item-content {
    margin: 0;
    padding: 25px;
    position: relative;
    background: white;
}

  #content-top-a.width-45 {
    width: 90%;
    display: block;
    margin: 0 auto;
  }

  #content-top-b.width-45, #content-top-c {
    width: 100%;
    display: block;
    margin: 42px auto 0;
    float: none;
  }

  #content-top-a img, #content-top-b img, #content-top-c img {
    margin-bottom: 16px;
  }

  #content-bottom-a {
    width: 90%;
    display: block;
    margin: 0 auto;
  }

  #content-bottom-b, #content-bottom-c {
    width: 90%;
    display: none;
    margin: 42px auto 0;
  }

  #content-bottom-a img, #content-bottom-b img, #content-bottom-c img {
    margin-bottom: 16px;
  }

  #expandedbottom-a {
    width: 90%;
    display: block;
    margin: 0 auto;
  }

  #expandedbottom-b, #expandedbottom-c {
    width: 90%;
    display: block;
    margin: 42px auto 0;
  }

  #expandedbottom-a img, #expandedbottom-b img, #expandedbottom-c img {
    margin-bottom: 16px;
  }

  #mainbottom-a {
    width: 90%;
    display: block;
    margin: 0 auto;
  }

  #mainbottom-b, #mainbottom-c {
    width: 90%;
    display: block;
    margin: 42px auto 0;
  }

  #mainbottom-a img, #mainbottom-b img, #mainbottom-c img {
    margin-bottom: 16px;
  }

  #extension-a {
    width: 90%;
    display: block;
    margin: 0 auto;
  }

  #extension-b, #extension-c {
    width: 90%;
    display: block;
    margin: 42px auto 0;
  }

  #extension-a img, #extension-b img, #extension-c img {
    margin-bottom: 16px;
  }

  #fullwidth-a {
    width: 90%;
    display: block;
    margin: 0 auto;
  }

  #fullwidth-b, #fullwidth-c {
    width: 90%;
    display: block;
    margin: 42px auto 0;
  }

  #fullwidth-a img, #fullwidth-b img, #fullwidth-c img {
    margin-bottom: 16px;
  }

  #bottom-a {
    width: 90%;
    display: block;
    margin: 0 auto;
  }

  #bottom-b, #bottom-c {
    width: 90%;
    display: block;
    margin: 42px auto 0;
  }

  #footer-a {
    width: 100%;
    display: block;
    margin: 0 auto;
  }

  #footer-b, #footer-c {
    width: 90%;
    display: block;
    margin: 42px auto 0;
  }

  #footer-a img, #footer-b img, #footer-c img {
    margin-bottom: 16px;
  }

  #copyright-a.width-45 {
    width: 100%;
    display: block;
    margin: 0 auto;
    text-align: center;
  }

  #copyright-b.width-45 {
    width: 100%;
    display: block;
    margin: 12px auto 0;
  }
  #copyright-b p {text-align:  center;}

  #copyright-a img, #copyright-b img, #copyright-c img {
    margin-bottom: 16px;
  }
}

/* Navigation menu */
@media only screen and (max-width: 504px) {
  .mobilemenuck-bar-button {
    right: 25px;
  }
}

/* Cards */
@media only screen and (max-width: 1200px) {
  .show-over-1200 {display: none;}
  .show1200 {display: block;}
.uk-card-body{min-height: 366px;}
}

/* Cards / Icon grids / Business-insurance figures */
@media only screen and (max-width: 960px) {
  .show960 {display: block;}
  .hide960 {display: none;}
.uk-card-body{min-height: 266px;}

.meet-the-team-icons .j51_icons445 .j51_icon {
  flex: 0 0 calc((100% - 10px) / 2);
  max-width: calc((100% - 10px) / 2);
}
  
  .j51_icons445 .j51_icon, .j51_icons459 .j51_icon {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .business-insurance.business figure, .personal-insurance.business figure {
    /* min-height: 118px !important; */
    /* padding-bottom: 38px; */
  }
}

/* Header (verytop) / Icon grids Ã‚Â breakpoint 767px */
@media only screen and (max-width: 767px) {
  .show767 {display: block;}
  .hide767 {display: none;}
  #verytop {display: none;}

  .meet-the-team-icons .j51_icons445 .j51_icon {
    flex: 0 0 100%;
    max-width: 100%;
  }

}

/* Utility / MainTop / Cards breakpoint 650px */
@media only screen and (max-width: 650px) {
#utility-boxes, #maintop-boxes {/* width: 98%; *//* margin-left: 2%; */}
.uk-card-body{min-height: 386px;}
}


.show480 {display: none;}
.hide480 {display: block;}
@media (max-width: 480px) {
  .show480 {display: block;}
  .hide480 {display: none;}
.uk-card-body{min-height: 426px;}
}

  .show500 {display: none;}
  .hide500 {display: block;}
@media (max-width: 500px) {
  .show500 {display: block;}
  .hide500 {display: none;}
}

.show400 {display: none;}
.hide400 {display: block;}

/* Header / Cards breakpoint 400px */
@media (max-width: 400px) {
  .show400 {
    display: block;
  }

  .hide400 {
    display: none;
  }
.uk-card-body{min-height: 446px;}
  #header {
    padding-bottom: 8px;
  }

  .logo-text {
    padding-left: 0;
    letter-spacing: 3px;
    margin-top: -13px;
    font-size: 130%;
    font-weight: 500;
  }

  #header-a {
    width: 100%;
  }

  body {
    font-size: 1em;
  }
}
