/* Default Styles
   ========================================================================== */
.social-tab {
	background: #2a2a2a;
	width: auto;
	height: auto;
	position: fixed;
	top: 35vh;
	left: 0;
	z-index: 30;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	padding: 7px 0px;
}
.social-tab a.social {
	padding: 4px 15px;
	font-size: 24px;
	color: white;
	transition: all .5s;
}
.social-tab a.social:hover {
	color: #C85327;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section {
    display: block
}

audio,
canvas,
progress,
video {
    display: inline-block
}

a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects
}

a:active,
a:hover,
a:visited:hover,
a:active:hover {
    text-decoration: none;
    outline-width: 0
}

b,
strong {
    font-weight: inherit
}

b,
strong {
    font-weight: bolder
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -0.25em
}

sup {
    top: -0.5em
}

a img {
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

button,
input,
select,
textarea {
    font: inherit;
    margin: 0
}

optgroup {
    font-weight: bold
}

button,
input {
    overflow: visible
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText
}

textarea {
    overflow: auto
}

[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    padding: 0
}

[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-input-placeholder {
    color: inherit;
    opacity: 0.54
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

html {
  width: 100%;
  min-height: 100%;
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

  *, *:before, *:after {
    box-sizing: inherit;
  }
  
  /* Page Layout & Utility
   ========================================================================== */

body {
  width: 100%;
  min-height: 100%;
  padding: 0;
  margin: 0;
  background: #353535;
  -ms-font-feature-settings: 'liga' 1, 'kern';
   -o-font-feature-settings: 'liga' 1, 'kern'; /* FF old */
      font-feature-settings: 'liga' 1, 'kern';
}

.main-container {
  position: relative;
  width: 100%;
/*   min-width: 1024px; */
  height: 100%;
  min-height: 400px;
  padding: 0;
  margin: 0 auto;
  font-family: 'Raleway', sans-serif;
  font-size: 10px;
  font-weight: 400;
  color: #65615c;
}

.wide {
  position: relative;
  width: 100%;
/*   min-width: 1024px; */
  padding: 0;
  margin: 0 auto;
}

.container {
  position: relative;
  width: 1000px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0;
}


.mobile {
  display: none !important;
}
@media (max-width: 1024px) {
	  .col {
    width: 100%!important;
    text-align: center;
    margin: 10px 0px!important;
}
.columns {
	flex-direction: column;
	align-items: center;
}
#search {
	margin: 0 auto!important;
}
	}
@media (max-width: 768px) {
  .wide, .main-container {
    width: 100%;
    min-width: 0;
  }

  .container {
    width: 540px;
  }
  .site-header .hero {
	  background-attachment: scroll!important;
  }
  #next-steps {
	  background-attachment: scroll!important;
  }

}

@media (max-width: 576px) {
  .container {
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }
}

/*  Header
   ========================================================================== */

.primary {
  position: relative;
  padding-top: 0px;
  padding-bottom: 16px;
  display: block;
  background-color: #fff;
  z-index: 4000;
  overflow: visible
}

.primary > .container {
  width: 90%;
  overflow: visible;
  display: table;
  vertical-align: middle;
}

#logo {
  display: table-cell;
  width: 30%;
  transition:. 25s ease-out;
  line-height: 1;
  vertical-align: middle;
  background: #054263;
  height:100px;
  width: 100%;
}

#logo a {
  display: block;
}

#logo img {
  max-width: 400px;
  max-height: 100px;
  height: auto;
}


@media (max-width: 768px) {

  .primary {
    padding: 0;
    display: block;
  }
  
  .primary > .container {
    display: block;
    width: 100%;
    padding: 0;
  }
  
  #logo {
    float: left;
    display: block;
    margin-left: 2%;
    padding: 8px 0;
    width: 70%;
    max-width: 300px;
  }
}
  
/*  Navigation
   ========================================================================== */

#menu, #menu2 {
  display: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.navigation {
  position: relative;
  width: 70%;
  display: table-cell;
  vertical-align: middle;
  z-index: 100;
  text-align: right;
  overflow: visible;
}

.navigation ul {
  position: relative;
  margin: 0 auto;
  padding: 0;
  list-style: none;
  overflow: hidden;
  font-size: 0;
}

.navigation ul li {
  position: relative;
  display: inline-block;
  text-align: center;
  font-size: 14px;
  margin-left: 8px;
}

.navigation ul li a {
  position: relative;
  display: block;
  padding: 8px 14px;
  margin: 0;
  color: #413d3a;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  text-decoration: none;
  text-align: center;
  transition:.12s cubic-bezier(.4,0,.2,1);
}


.navigation ul li a:hover,
.navigation ul li a:focus,
.navigation ul li a.active,
.navigation ul li a.active:hover {
  color: #005a9c;
}

@media (max-width: 768px) {
  /*
   * Menu Button
   */

  #menu, #menu2 {
    position: relative;
    float: right;
    z-index: 201;
    font: inherit;
      display: block;
      overflow: visible;
      margin: 0;
      padding: 25px 20px;
      cursor: pointer;
      transition-timing-function: linear;
      transition-duration: .15s;
      transition-property: opacity,-webkit-filter;
      transition-property: opacity,filter;
      transition-property: opacity,filter,-webkit-filter;
      text-transform: none;
      color: inherit;
      border: 0;
      background-color: transparent;
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
  }
  #menu:focus,
  #menu:active, #menu2:focus, #menu2:active {
    outline: 0;
  }

  .menu-bars {
    position: relative;
      display: block;
      width: 30px;
      height: 20px;
  }

  .menu-bar {
    display: block;
    top: 50%;
    margin-top: -1px;
  }
  .menu-bar,
  .menu-bar::before,
  .menu-bar::after {
      width: 30px;
      height: 2px;
      background-color: white;
      border-radius: 4px;
      position: absolute;
      transition-property: transform;
      transition-duration: 0.15s;
      transition-timing-function: ease;
  }
  .menu-bar::before,
  .menu-bar::after {
    content: "";
    display: block;
  }
  .menu-bar::before {
    top: -8px;
  }
  .menu-bar::after {
    bottom: -8px;
  }

  /*
   * Menu Animation
   */
   
  #menu.active, #menu2.active {
    background-color: transparent;
  }
  
  .active .menu-bar,
  .active .menu-bar::before,
  .active .menu-bar::after {
      background-color: #fff;
  }
  
  .menu-bar {
    transition-duration: 0.1s;
    transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  
  .menu-bar::before {
    transition: top 0.1s 0.14s ease, opacity 0.1s ease;
  }
  
  .menu-bar::after {
    transition: bottom 0.1s 0.14s ease, transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  .active .menu-bar {
    transform: rotate(45deg);
    transition-delay: 0.14s;
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  
  .active .menu-bar::before {
    top: 0;
    opacity: 0;
    transition: top 0.1s ease, opacity 0.1s 0.14s ease;
  }
  
  .active .menu-bar::after {
    bottom: 0;
    transform: rotate(-90deg);
    transition: bottom 0.1s ease, transform 0.1s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  .navigation {
    position: relative;
    display: block;
    margin: 0;
    width: 100%;
    max-width: 100%;
    max-height: 100%;
    height: 0px;
    float: none;
    background-color: #005a9c;
    transition: 0.4s ease-out;
    overflow: hidden;
  }

  .navigation ul {
    height: auto;
    width: 100%;
  }
  
  .navigation ul .left,
  .navigation ul .right {
    float: none;
    width: 100%;
    display: block; 
  }

  .navigation ul li {
    width: 100%;
    display: block;
    float: none;
    margin: 0;
  }

  .navigation ul li a {
    width: 100%;
    display: block;
    float: none;
    margin: 0;
    padding: 12px 3%;
    color: #fff;
    font-size: 18px;
    line-height: 24px;
    text-align: center;
  }
  
  .navigation ul li a:hover,
  .navigation ul li a:focus,
  .navigation ul li a.active,
  .navigation ul li a.active:hover {
    color: #fff;
  }
}


/*  Header
   ========================================================================== */

.primary {
  position: relative;
  padding-top: 0px;
  padding-bottom: 16px;
  display: block;
  background-color: transparent;
  z-index: 4000;
}

.primary > .container {
  width: 99%;
  overflow: visible;
}

#logo{
  position: relative;
  margin: 0 auto;
  width: 22%;
  max-width: 300px;
  transition: .25s ease-out;
  line-height: 1;
  z-index: 200;
  display: flex!important;
  justify-content: center;
  align-items: center;
/*   padding: 0 40px; */
}

#logo,
#logo a {
  display: block;
}

#logo img {
  width: 100%;
  height: auto;
  padding: 0px 15px!important;
  min-height: 60px;
  min-width: 300px
}

@media (max-width: 640px){
	#logo img {
	min-width: 200px;
	}
}
	.social-tab {
		display:none;
	}
.site-header {
  height: 76.8em;
  min-height: 100vh;
}

.hero,
.rotator, 
.rotatorWindow, 
.rotatorWindow div {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
}

.rotatorNavigation, 
.rotatorDescriptions {
  display: none;
}

/*  Navigation
   ========================================================================== */

#menu, #menu2 {
/*   display: none; */
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}


.navigation {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: column nowrap;
      -ms-flex-flow: column nowrap;
          flex-flow: column;
  -webkit-justify-content: center;
            -ms-flex-pack: center;
          justify-content: center;
}

.navigation ul {
  position: relative;
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: visible;
  font-size: 0;
}

.navigation ul:after {
  content: '';
  display: table;
  clear: both;
}

.navigation ul .left,
.navigation ul .right {
  position: relative;
  width: 35%;
  padding: 0;
  transition: .2s cubic-bezier(.4,0,.2,1);
}

.navigation ul .left {
  float: left;
  text-align: right;
}

.navigation ul .right {
  float: right;
  text-align: left;
}

.navigation ul li {
  position:relative;
  display:inline-block;
}

.navigation ul li,
.navigation ul li a {
  text-align: center;
  font-size: 14px;
}

.navigation ul li a {
  display: block;
  padding: 20px;
  margin: 0;
  color: white;
  font-weight: normal;
  line-height: 1;
  text-decoration: none;
  transition: .2s cubic-bezier(.4,0,.2,1);
  white-space: nowrap;
  text-transform: uppercase;
}

.navigation ul li a.active,
.navigation ul li a.active:hover,
.navigation ul li a:hover {
  color: #C85327;
}

@media (max-width: 768px) {
  .primary {
      position: relative;
      padding: 0;
      height: auto;
    }
    .subpage_module_container {

    margin-top: 0px!important;
}
    
  .primary > .container {
    width:100%;
  }
      
  #logo {
    margin-left: 5%;
    padding: 10px 0;
    width: 182px;
  }
        
  .navigation, .navigation2 {
    position: fixed;
    top: 0;
    right: -250px;
    left: inherit;
    visibility: visible;
    display: block;
    margin: 0;
    width: 250px;
    max-width: 100%;
    height: 100vh!important;
    max-height: 100%;
    float: none;
    transition: all .4s;
    overflow: hidden;
    z-index: -1;
  }
  .navigation.active {
	  
  }
  .main-container {
	  transition: all .4s;
  }
  .main-container.navActive {
    -webkit-transform: translate3d(-250px,0,0);
    -ms-transform: translate3d(-250px,0,0);
    transform: translate3d(-250px,0,0);
    position: fixed;
}
      
  .navigation ul {
    height: 100vh;
    width: 100%;
    background: #054263;
  }
        
  .navigation ul .left,
  .navigation ul .right{
    float: none;
    width: 100%;
    height: auto;
  }

  .navigation ul li,
  .navigation ul li a {
    width: 100%;
    display: block;
    float: none;
    margin: 0;
  }

  .navigation ul li a {
    color: #fff;
    box-sizing: border-box;
    padding: 12px 5%;
    font-size: 18px;
    line-height: 24px;
    text-align: left;
  }
  
  .navigation ul li a.active,
  .navigation ul li a.active:hover,
  .navigation ul li a:hover {
    color: #fff;
  }
}

/*  General Content Styles
   ========================================================================== */

.hero {
  position: relative;
  width: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  overflow: hidden;
}

#content .cb-body img {
  max-width: 100%;
  height: auto;
}

.text-center {
  text-align: center !important;
}

.text-right {
  text-align: right !important;
}

.text-justify {
  text-align: justify !important;
}
  

/*  Footer
   ========================================================================== */
#bottom a {
	color: white;
	transition: all .4s;
}
#bottom a:hover {
	color: #c75227;
}
.site-footer {
  background: #2e2e2e;
  color: #fff;
  overflow: hidden;
  padding: 0;
  min-height: 300px;
  display: flex;
  flex-direction: row;
  width: 100%;
}
.columns {
	display: flex;
	max-width: 1200px;
	width: 100%;
	justify-content: center;
	align-items: flex-start;
	margin-top: 40px;
	}
.col {
	margin: 30px;
	width: 20%;
}
.col p {
	font-size: 14px;
	margin: 0;
	line-height: 2;
}
.column-one {
}

.footer-row {
  margin: 5em auto;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-flow: row nowrap;
  -webkit-flex-flow: row nowrap;
          flex-flow: row;
  -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
            justify-content: space-between;
}

.footer-column {
  font-size: 1.4em;
  line-height: 1.6;
}

.footer-column p {
  margin: .2em 0;
}

.footer-column a:not(.button) {
  color: #fff;
}

.footer-column strong {
  font-size: 1.14em;
}

.footer-column strong,
.footer-column strong a {
  color: #dea92c !important;
  font-weight: 600;
}

.footer-column a:not(.button):not(.social-link):hover {
  text-decoration: underline;
}

.footer-column a.button {
  font-size: 14px;
  margin: 1em 0;
}

#search {
  position: relative;
  width: 245px;
  margin: 0;
}

.search-input {
  position: relative;
  width: 100%;
  padding: 8px 48px 8px 8px;
  font-size: 16px;
  line-height: 16px;
  background: white;
  color: #333;
  outline: 0;
  box-sizing: border-box;
}

.search-btn,
.search-input {
  margin: 0;
  border: 0;
  border-radius: 0;
  -webkit-appearance: none;
}
.social-links a {
	color: white;
	font-size: 25px;
	margin: 0px 8px;
	padding-top: 12px;
	transition: all .6s;
	
}
.social-links a:hover {
	color: #C85327;
}
.social-links {
	display: flex;
	justify-content: center;
}

.search-btn {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 40px;
  background: #054263;
  color: white;;
  font-size: 13px;
}

.footer-info {
  background: #212224;
  padding: 2em 0;
}

.footer-copyright {
  text-align: right;
}

.footer-copyright p {
  display: inline-block;
  margin: 10px 0 0 50px;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 10px;
  color: #acacac;
  vertical-align: middle;
  text-transform: uppercase;
}

.footer-copyright a,.footer-copyright a:visited{
  color: #acacac;
  text-decoration: underline;
} 
	.top {
		position: fixed!important;
		top: 70px;
		z-index: 3000!important;
	}
@media (max-width: 640px) {
  .footer-row {
    -ms-flex-flow: column;
        -webkit-flex-flow: column;
            flex-flow: column;
    text-align: center;
  }
  	.top {
		position: absolute!important;
		bottom: 0!important;
		top: inherit;
		z-index: 1000!important;
	}

  .footer-column {
    margin: 1em 0;
    font-size: 1.4em;
    line-height: 2;
  }

  #search {
    width: 100%;
  }


  .footer-copyright {
    text-align: center;
  }

  .footer-copyright p {
    display: block;
    margin: 20px auto;
  }
}
a.orange-btn {
	color: white;
    padding: 12px 20px;
    background: #C85327;
    transition: all .7s;
    text-transform: uppercase;
    display:inline-block;
}
a.orange-btn:hover {
	color: white;
	background: #d96337;
}

a.green-btn {
	color: white;
    padding: 12px 20px;
    background: #a1cd3a;
    transition: all .7s;
    text-transform: uppercase;
    display: inline-block;
}
a.green-btn:hover {
	color: white;
	background: #009bac;
}


a.white-btn,
a.white-btn:visited {
	background: white;
	color: #2d3838;
	padding: 12px;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 3px;
	transition: all .7s;
	font-weight: 600;
	display: inline-block;
}

a.white-btn:hover {
	background: #2d3838;
	color: white;
}

a.white-btn,
a.white-btn:visited {
	background: white;
	color: #2d3838;
	padding: 14px;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 3px;
	transition: all .7s;
	font-weight: 600;
	display: inline-block;
}

a.white-btn:hover {
	background: #2d3838;
	color: white;
}

a.dark-btn,
a.dark-btn:visited {
	background: #2d3838;
	color: white;
	padding: 12px;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 3px;
	transition: all .7s;
	display: inline-block;
}

a.dark-btn:hover {
	background: white;
	color: #2d3838;
}

#announcement a, #announcement a:visited {
	color: white!important;
	font-weight: 600;
	text-decoration: underline;
}
header.main {
	
}
.primary.scrolled {
	background-color: rgba(0, 0, 0, 0.65)!important;
	height: 70px;
	position: fixed;
	top: -70px;
	transition: all .4s;
	
}
.primary.scrolled .navigation ul li a {
	font-size: 14px;
}
.primary.scrolled #logo {
	height: 70px;
	width: 285px;
}
.primary.scrolled #logo img {
	max-height: 65px;
}
.visible {
	top:0!important;
}
.invisible {
	top: -100px!important;
}

@media (max-width: 360px) {
  #logo {
    max-width: 223px;
  }
  #next-steps h1 {
    font-size: 44px!important;
    }
    .child-content p {
    padding: 50px 40px 10px 40px!important;
}
.child-content:after {
    top: -60px!important;
  }
  #service-times h1 {
    font-size: 17px!important;
}
.eventrotator h2  {
    font-size: 26px!important;
    max-width: 256px!important;
}
#next-steps h1 {
	    font-size: 26px!important;

}
}
