/* Default Styles
   ========================================================================== */
#announcement a,
#announcent a:visited {
	color: white;
}

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%;
	height: 100%;
	min-height: 400px;
	padding: 0;
	margin: 0 auto;
	font-family: 'Lato', Helvetica, Arial, sans-serif;
	font-size: 10px;
	font-weight: 400;
	color: #65615c;
/* 	overflow: hidden; */
}

.wide {
	position: relative;
	width: 100%;
	padding: 0;
	margin: 0 auto;
}

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

.mobile {
	display: none !important;
}

@media (max-width:1134px) {
nav.navigation > ul > li > a {
    position: relative;
    display: block;
    padding: 40px 8px;
    margin: 0;
    color: #2d2d2d;
    font-size: 13px;
    font-weight: 400;
    line-height: 1;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    transition: .12s cubic-bezier(.4,0,.2,1);
}
}

@media (max-width:906px) {
div#logo img {
    width: 80%;
    height: auto;
    max-width: 300px;
}
nav.navigation > ul > li > a {
    position: relative;
    display: block;
    padding: 40px 8px;
    margin: 0;
    font-size: 10px;
    font-weight: 400;
    line-height: 1;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    transition: .12s cubic-bezier(.4,0,.2,1);
}

}

@media (max-width: 768px) {
	.wide, .main-container {
		width: 100%;
		min-width: 0;
	}

	.container {
		width: 540px;
	}
nav.navigation > ul > li > a {
    position: relative;
    display: block;
    padding: 20px 12px;
    margin: 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    transition: .12s cubic-bezier(.4,0,.2,1);
    color: white;
}

}

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

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

.primary {
	position: absolute;
	top: 0;
	left: 0;
	padding-top: 0;
	display: block;
	background-color: rgba(255, 255, 255, 1);
	z-index: 3000;
	transition: .25s cubic-bezier(0.4, 0.0, 0.2, 1);
}

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

#logo {
	position: absolute;
	top: 0;
	left: 0;
/*
	width: 30%;
	max-width: 256px;
*/
	padding: 16px;
	transition:.25s ease-out;
	line-height: 1;
	vertical-align: middle;
	z-index: 500;
}

#logo.shrink {
	width: 96px;
}

#logo a {
	display: block;
}

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


@media (max-width: 768px) {
	.primary {
		padding: 0;
		display: block;
	}
	
	.primary .container {
		width:100%;
		padding: 0;
	}
	
	#logo {
		float: left;
	    width: 40%;
	}
}

@media (max-width: 640px) {
	#logo {
		float: left;
	    width: 65%;
	}
#logo {
    position: absolute;
    top: 0;
    left: 0;
    padding: 0 16px;
    transition: .25s ease-out;
    line-height: 1;
    vertical-align: middle;
    z-index: 500;
}
}
	
/*  Navigation
   ========================================================================== */

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

.navigation {
	position: relative;
	width: 70%;
	display: block;
	float: right;
	z-index: 100;
	text-align: right;
}

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

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

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

.navigation > ul > li > a{
  position: relative;
	display: block;
	padding: 40px 16px;
	margin: 0;
	color: #2d2d2d;
	font-size: 16px;
	font-weight: 400;
	line-height: 1;
	text-transform: uppercase;
	text-decoration: none;
	text-align: center;
	transition:.12s cubic-bezier(.4,0,.2,1);
}

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

#navigation > ul > li .subNav {
  position: absolute;
  opacity: 0;
  width: 200px;
  min-width: 230px;
  padding: 8px 0;
  visibility: hidden;
  background: #fff;
  background: rgba(255,255,255,.95);
  box-shadow: 0 1px 3px 0 rgba(0,0,0,.2),0 1px 1px 0 rgba(0,0,0,.14),0 2px 1px -1px rgba(0,0,0,.12);
  transition: opacity .15s cubic-bezier(0,0,.2,1),
              -webkit-transform .15s cubic-bezier(0,0,.2,1);
  transition: transform .15s cubic-bezier(0,0,.2,1),
              opacity .15s cubic-bezier(0,0,.2,1);
  transition: transform .15s cubic-bezier(0,0,.2,1),
              opacity .15s cubic-bezier(0,0,.2,1),
              -webkit-transform .15s cubic-bezier(0,0,.2,1);
  -webkit-transform: translateY(-12px);
      -ms-transform: translateY(-12px);
          transform: translateY(-12px);
  overflow: hidden;
}

#navigation > ul > li:hover .subNav { 
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
    transform: translateY(0);
}

#navigation > ul > li .subNav li {
  display: block;
  font-size: 15px;
  font-weight: 500;
  text-align: left;
}

#navigation > ul > li .subNav li a {
  display: block;
  padding: 14px 28px;
  margin: 0;
  color: #262626;
  line-height: normal;
  text-decoration: none;
  transition: .15s cubic-bezier(0,0,.2,1);
}

            
#navigation > ul > li .subNav li a:hover {
  color: #005a9c;
}   

.subnavOpen {
  display: none;
}

@media (max-width: 768px) {
  
  .main-container{
    transition: -webkit-transform .2s cubic-bezier(.4,0,.2,1);
    transition: transform .2s cubic-bezier(.4,0,.2,1);
    transition: transform .2s cubic-bezier(.4,0,.2,1),
                -webkit-transform .2s cubic-bezier(.4,0,.2,1);
  }
  
/*
  .main-container.navActive{
    -webkit-transform: translate3d(-250px,0,0);
        -ms-transform: translate3d(-250px,0,0);
            transform: translate3d(-250px,0,0);
    position: fixed;
  }
  
  .navigation {
    position: fixed;
    top: 0;
    right: -250px;
    visibility: hidden;
    display: block;
    margin: 0;
    width: 250px;
    max-width: 100%; 
    height: 100%;
    max-height: 100%;
    float: none;
    transition: visibility 0s linear .15s;
    overflow: hidden;
    background: #f5f5f5;
    z-index: -1;
  }
  
  .navigation.active {
    visibility:visible;
    transition:visibility 0s linear 0s;
    overflow: scroll;
  }

  .navigation ul {
    position:relative;
    height:auto;
    width:100%;
    padding-top: 68px;
    
  }
    
  .navigation > ul > li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  }
  
  .navigation > ul > li:first-child {
    border-top: 1px solid rgba(255, 255, 255, 0.5);
  }

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

  .navigation > ul > li > a {
    position: relative;
    width: 100%;
    display: block;
    float: none;
    box-sizing: border-box;
    margin: 0;
    padding: 12px 20px;
    font-size: 16px;
    line-height: 24px;
    text-align: left;
  }
    
  .navigation ul li a:hover {
    border: none;
  }
      
      
  .subnavOpen {
    position: absolute;
    top: 0;
    right: 0;
    width: 60px;
    font-size: 24px;
    text-align: center;
  }
      
  .subnavOpen,
  .subnavOpen span {
    display: block;
    height: 100%;
    line-height: 48px;
  }

  .subnavOpen span {
      width: 100%;
      transition: .2s ease-out;
  }
  
  .subnavOpen.active {
    
  }
  
  .subnavOpen.active span {
    -webkit-transform: rotateX(180deg);
            transform: rotateX(180deg);
  }
      
  .subnavMask {
    position: relative;
    height: 0;
    overflow: hidden;
    transition: .3s ease-in-out;
  }
  

  #navigation > ul > li .subNav {
    position: relative;
    width: 100%;
    opacity: 1;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    visibility: visible;
    box-shadow: none;
    background: #fff;
  }
  
*/
  /*
   * Menu Button
   */

  #menu {
    position: relative;
    float: right;
    z-index: 201;
    font: inherit;
      display: block;
      overflow: visible;
      margin: 0;
      padding: 29px 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 {
    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: #2b2b2b;
      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 {
    background-color: transparent;
	
  }
  
  .active .menu-bar,
  .active .menu-bar::before,
  .active .menu-bar::after {
      background-color: #2b2b2b;
  }
  
  .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: transparent;
    transition: 0.4s ease-out;
    overflow: hidden;
    right:0;
  }

.navigation ul {
    height: auto;
    width: 100%;
    padding-top: 0;
    background-color: #333333;
}
  
  .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: 18px 3%;
    color: white;
    font-size: 15px;
    line-height: 24px;
    text-align: left;
}
  
  .navigation ul li a:hover,
  .navigation ul li a:focus,
  .navigation ul li a.active,
  .navigation ul li a.active:hover {
    color: white;
    background-color: #333;
  }
  
  .navigation ul li a:hover {
    color: black;
    background-color: white;
}
}

@media (max-width: 640px) {
	
}

/*  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;
}

/*  Buttons
   ========================================================================== */
a.button {
	position: relative;
	display: inline-block;
	padding: 8px 14px;
	background-color: #276278;
	color: #fff;
	font-size: 13px;
	font-weight: normal;
  line-height: 1;
	text-transform: uppercase;
	text-decoration: none;
	transition: .2s cubic-bezier(0.4, 0.0, 0.2, 1);
	vertical-align: middle;
	cursor: pointer;
	user-select: none;
}

	a.button:hover,
	a.button:focus {
		background-color: #3c7a84;
		color: #fff;
	}
	
	a.button:after {
		 font-family: 'social-icons' !important;
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
    
      /* Better Font Rendering =========== */
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      
      content: "\e901";
      margin-left: 8px;
      vertical-align: -.1em;

	}
	
a.button.green {
  background-color: #68a82e;
}

a.button.red {
  background-color: #8f9470;
}

a.button.red:hover,
a.button.red:focus {
  background-color: #727653;
}
	

/*  Footer
   ========================================================================== */

.site-footer {
  background: #2e2e2e;
  color: #fff;
  overflow: hidden;
  padding: 0;
  text-align: center;
}

.site-footer > .container {
  padding-top: 38px;
  padding-bottom: 38px;
}

.footer-address {
  font-family: 'Lora', serif;
  font-size: 2em;
  letter-spacing: .05em;
}

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

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

.footer-copyright p {
  display: inline-block;
  margin: 0 20px;
  font-size: 12px;
  color: #acacac;
  vertical-align: middle;
}

.footer-copyright a,.footer-copyright a:visited{
  color: #acacac;
  text-decoration: underline;
} 

.social-links {
  text-align: center;
  margin-bottom: 1em;
}

.social-links a.social {
  display: inline-block;
  margin-right: 20px;
  font-size: 30px;
  color: #fff;
  vertical-align: middle;
  transition: .2s ease-out;
  text-decoration: none;
}

.social-links a:focus,
.social-links a:hover {
  color: #fff;
  opacity: .8;
}

@media (max-width: 640px) {
  
  .site-footer > .container {
  
  }

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

  .footer-copyright p {
    display: block;
    margin: 20px auto;
  }
}

#navigation > ul > li .subNav {
  position: absolute;
  opacity: 0;
  width: 200px;
  min-width: 230px;
  padding: 8px 0;
  visibility: hidden;
  background: #fff;
  background: rgba(255,255,255,.95);
  box-shadow: 0 1px 3px 0 rgba(0,0,0,.2),0 1px 1px 0 rgba(0,0,0,.14),0 2px 1px -1px rgba(0,0,0,.12);
  transition: opacity .15s cubic-bezier(0,0,.2,1),
              -webkit-transform .15s cubic-bezier(0,0,.2,1);
  transition: transform .15s cubic-bezier(0,0,.2,1),
              opacity .15s cubic-bezier(0,0,.2,1);
  transition: transform .15s cubic-bezier(0,0,.2,1),
              opacity .15s cubic-bezier(0,0,.2,1),
              -webkit-transform .15s cubic-bezier(0,0,.2,1);
  -webkit-transform: translateY(-12px);
      -ms-transform: translateY(-12px);
          transform: translateY(-12px);
  overflow: hidden;
}

#navigation > ul > li:hover .subNav { 
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
    transform: translateY(0);
}

#navigation > ul > li .subNav li {
  display: block;
  font-size: 15px;
  font-weight: 500;
  text-align: left;
}

#navigation > ul > li .subNav li a {
    display: block;
    padding: 14px 20px;
    margin: 0;
    color: #262626;
    line-height: normal;
    text-decoration: none;
    transition: .15s cubic-bezier(0,0,.2,1);
}

            
#navigation > ul > li .subNav li a:hover {
  color: #005a9c;
}   

.subnavOpen {
  display: none;
}

@media (max-width: 768px) {
  
  .main-container{
    transition: -webkit-transform .2s cubic-bezier(.4,0,.2,1);
    transition: transform .2s cubic-bezier(.4,0,.2,1);
    transition: transform .2s cubic-bezier(.4,0,.2,1),
                -webkit-transform .2s cubic-bezier(.4,0,.2,1);
  }
  
  .main-container.navActive{
    -webkit-transform: translate3d(-250px,0,0);
        -ms-transform: translate3d(-250px,0,0);
            transform: translate3d(-250px,0,0);
    position: fixed;
    overflow: visible;
  }
  
.navigation {
    position: fixed;
    top: 0;
    right: -250px;
    visibility: hidden;
    display: block;
    margin: 0;
    width: 250px;
    max-width: 100%;
    height: 100%;
    max-height: 100%;
    float: none;
    transition: visibility 0s linear .15s;
    overflow: hidden;
    background: #333333;
    z-index: -1;
}
  
  .navigation.active {
    visibility:visible;
    transition:visibility 0s linear 0s;
    overflow: scroll;
  }

  .navigation ul {
    position:relative;
    height:auto;
    width:100%; 
  }

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

  .navigation > ul > li > a {
    position: relative;
    width: 100%;
    display: block;
    float: none;
    box-sizing: border-box;
    margin: 0;
    padding: 12px 20px;
    font-size: 16px;
    line-height: 24px;
    text-align: left;
  }
    
  .navigation ul li a:hover {
    border: none;
  }
      
      
  .subnavOpen {
    position: absolute;
    top: 0;
    right: 0;
    width: 60px;
    font-size: 24px;
    text-align: center;
  }
      
  .subnavOpen,
  .subnavOpen span {
    display: block;
    height: 100%;
    line-height: 48px;
  }

  .subnavOpen span {
      width: 100%;
      transition: .2s ease-out;
  }
  
  .subnavOpen.active {
    
  }
  
  .subnavOpen.active span {
    -webkit-transform: rotateX(180deg);
            transform: rotateX(180deg);
  }
      
  .subnavMask {
    position: relative;
    height: 0;
    overflow: hidden;
    transition: .3s ease-in-out;
  }
  

  #navigation > ul > li .subNav {
    position: relative;
    width: 100%;
    opacity: 1;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    visibility: visible;
    box-shadow: none;
    background: #fff;
  }

}
	
