/* Default Styles
   ========================================================================== */

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section {
    display: block
}

.mobile {
	opacity: 0;
}

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: 'Montserrat', sans-serif;
  font-size: 10px;
  font-weight: 400;
  color: #65615c;
}

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

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

#logo {
	transition: width .7s;
}

#desktop {
	transition: opacity .9s;
	opacity: 1;
	top: 0;
}

#mobile {
	opacity: 0;
	transition: top .5s;
	top: -90px;
	left: 0;
	position: absolute;
}

#desktop.hidden,
.primary.scrolled #desktop {
	opacity: 0;
	position: relative;
	top: -130px;
}

#mobile.visible,
.primary.scrolled #mobile {
    opacity: 1;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

	#mainContainer #right {
		position: fixed;
		top: 275px;
		right: 0px;
		background: #6fb645;
		z-index: 400;
	}
	
		#right a {
			display: block;
			height: 100px;
			width: 50px;
			background-image: url('/images/layouts/give-tab.jpg');
			background-repeat: no-repeat;
			text-align: center;
			text-indent: 100%;
			white-space: nowrap;
			overflow: hidden;
		}
		
		#right .overlay {
		    position: absolute;
		    bottom: 0px;
		    width: 100%;
		    height: 50%;
		    background: rgba(0,0,0,0.18);
		}



@media (max-width: 768px) {
  .wide, .main-container {
    width: 100%;
    min-width: 0;
  }
  
	#mobile {
	    opacity: 1;
	    top: 50%;
	    left: 50%;
	    transform: translate(-50%, -50%);
	}
	
  #logo {
	  height: 100px;
  }
  img.desktop {
	  display: none;
  }

  .container {
    width: 540px;
  }
}

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

#logo.scrolled {
    float: left;
    display: block;
    margin-left: 0%;
    padding: 8px 0;
    width: 80px;

    background: #4dc4d9;
    display: flex;
    justify-content: center;
}

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

.primary {
  position: fixed;
  padding-top: 0px;
  padding-bottom: 0px;
  display: block;
  background-color: rgba(0, 0, 0, 0.29);
  z-index: 3000;
  border-top: 9px solid #2cbdd1;
  transition: background .7s;
}

.primary.scrolled {
	background-color: rgba(0, 0, 0, 0.59);
}

.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;
  position: relative;
}

#logo a {
  display: block;
}

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


@media (max-width: 768px) {
.primary {
    position: fixed;
    padding-top: 0px;
    padding-bottom: 0px;
    display: block;
    background-color: rgba(0, 0, 0, 0.79);
    z-index: 3000;
    border-top: 9px solid #2cbdd1;
}
  
  .primary > .container {
    display: block;
    width: 100%;
    padding: 0;
  }
  
#logo {
    float: left;
    display: block;
    margin-left: 0%;
    padding: 8px 0;
    width: 80px;
    height: 78px;
    max-width: 300px;
    background: #4dc4d9;
    display: flex;
    justify-content: center;
}

#logo img {
    max-width: 400px;
    max-height: 60px;
    height: auto;
}
}
  
/*  Navigation
   ========================================================================== */

#menu {
  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;
}

.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: 16px;
  margin-left: 0px;
}

.navigation ul li a {
  position: relative;
  display: block;
  padding: 8px 14px;
  margin: 0;
  color: white;
  font-size: 16px;
  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: white;
}

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

#bottom .columns {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 40px 10px 60px 10px;
    width: 100%;
    flex-direction: column;
    text-align: center;
}

#bottom .col {
	display: flex;
	flex-direction: column;
	text-align: center;
	justify-content: center;
	align-items: center;
	width: 100%;
}

#bottom .group {
	flex-direction: column;
}

  #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: 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 {
    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;
  }
}


/*  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
   ========================================================================== */
div.col.column-one.social-col {
	align-items: flex-end;
}

#bottom {
	background: white;
	min-height: 100px;
	height: auto;
	padding: 0 2%;
	display: flex;
}

.social-links {
    padding-top: 15px;
}

#bottom .group {
    display: flex;
    width: 78%;
}

a.social {
	color: black;
	font-size: 30px;
	margin: 5px;
	text-decoration: none;
}

#bottom .columns {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    padding: 20px 10px 20px;
    width: 100%;
}

.columns .col {
    width: 20%;
    min-height: 100px;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin: 0 10px;
}


.col p a, .col p a:visited {
	color: black;
	text-decoration: none;
	line-height: 2;
}

.col p strong a, .col p strong a:visited, .col p a strong, .col p a strong:visited {
	line-height: 2;
	color: #11a9c0;
}



.copyright {
	background: #232426;
	min-height: 75px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.col p {
    font-size: 14px;
    color: black;
}

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

.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: 260px;
  margin: 0;
}

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

a.green-btn, a.green-btn:visited {
	background: #6cb746;
	color: white;
	border-radius: 30px;
	padding: 12px 18px;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 13px;
	font-weight: 600;
	display: inline-block;
	min-width: 140px;
	text-align: center;
	margin: 5px 0;
	transition: all .7s;
}

a.green-btn:hover {
	background: #499722;
}

a.blue-btn, a.blue-btn:visited {
	background: #11a9c0;
	color: white;
	border-radius: 30px;
	padding: 12px 18px;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 13px;
	font-weight: 600;
	display: inline-block;
	min-width: 140px;
	text-align: center;
	margin: 5px 0;
	transition: all .7s;
}

a.blue-btn:hover {
	background: #108b9e;
}

a.white-btn, a.white-btn:visited {
	background: white;
	color: black;
	border-radius: 30px;
	padding: 12px 18px;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 13px;
	font-weight: 600;
	display: inline-block;
	min-width: 140px;
	text-align: center;
	margin: 5px 0;
	transition: all .7s;
}

a.white-btn:hover {
	background: #dbdbdb;
}

a.black-btn, a.black-btn:visited {
	background: #303235;
	color: white;
	border-radius: 30px;
	padding: 12px 18px;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 13px;
	font-weight: 600;
	display: inline-block;
	min-width: 140px;
	text-align: center;
	margin: 5px 0;	
	transition: all .7s;
}

a.black-btn:hover {
	background: #000000;
}

a.outline-btn, a.outline-btn:visited {
	background: transparent;
	border: 2px solid #303235;
	color: black;
	border-radius: 30px;
	padding: 12px 18px;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 13px;
	font-weight: 600;
	display: inline-block;
	min-width: 140px;
	text-align: center;
	margin: 5px 0;	
	transition: all .7s;
}

a.outline-btn:hover {
	background: #5d5d5d;
	color: white;
	border: 2px solid #5d5d5d;
}





.search-btn,
.search-input {
  margin: 0;
  border: 0;
  border-radius: 0;
  -webkit-appearance: none;
}

.search-btn {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 40px;
  background: #212224;
  color: #dea92c;
  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;
} 

.cb-layout_settings-container.cb_bg_image.full-height {
  height: 0;
  padding-bottom: 60%;
}
.cb-layout_settings-container.cb_bg_image.opacity-none:before {
      opacity: 0;
}
#content .pb-0, #content .pb-0 .cb-layout_box-container {
  padding-bottom: 0;
}
#content .pt-0, #content .pt-0 .cb-layout_box-container {
  padding-top: 0;
}


@media (max-width: 640px) {
  .footer-row {
    -ms-flex-flow: column;
        -webkit-flex-flow: column;
            flex-flow: column;
    text-align: center;
  }

  .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;
  }
}