@font-face {
  font-family: "socialico";
  src: url("fonts/Socialico/Socialico.eot");
  src: url("fonts/Socialico/Socialico.eot?#iefix") format("embedded-opentype"),
    url("fonts/Socialico/Socialico.woff2") format("woff2"),
    url("fonts/Socialico/Socialico.woff") format("woff"),
    url("fonts/Socialico/Socialico.ttf") format("truetype"),
    url("fonts/Socialico/Socialico.svg") format("svg");
}

@font-face {
  font-family: "socialico-plus";
  src: url("fonts/SocialicoPlus/socialico-plus.eot");
  src: url("fonts/SocialicoPlus/socialico-plus.eot?#iefix")
      format("embedded-opentype"),
    url("fonts/SocialicoPlus/socialico-plus.woff2") format("woff2"),
    url("fonts/SocialicoPlus/socialico-plus.woff") format("woff"),
    url("fonts/SocialicoPlus/socialico-plus.ttf") format("truetype"),
    url("fonts/SocialicoPlus/socialico-plus.svg") format("svg");
}

@font-face {
  font-family: "CenturyGothic";
  src: url("fonts/CenturyGothic/CenturyGothic.eot");
  src: url("fonts/CenturyGothic/CenturyGothic.eot?#iefix")
      format("embedded-opentype"),
    /* IE6-IE8 */ url("fonts/CenturyGothic/CenturyGothic.woff2") format("woff2"),
    /* Super Modern Browsers */ url("fonts/CenturyGothic/CenturyGothic.woff")
      format("woff"),
    /* Pretty Modern Browsers */ url("fonts/CenturyGothic/CenturyGothic.ttf")
      format("truetype"),
    /* Safari, Android, iOS */ url("onts/CenturyGothic/CenturyGothic.svg")
      format("svg"); /* Legacy iOS */
}

@font-face {
  font-family: 'thenautigalrob';
  src: url('fonts/thenautigalrob.ttf');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Bebas';
  src: url('fonts/Bebas-Regular.ttf');
  src: url('fonts/Bebas-Regular.otf');
  font-weight: normal;
  font-style: normal;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

.suspension-contain {
  max-height: 980px;
  overflow: hidden;
  position: relative;
}
html.suspended {
  background: rgba(0, 0, 0, 0.6);
}
body {
  max-width: 100%;
  margin: 0 auto;
  text-align: center;
  font: 100% Georgia, "Times New Roman", Times, serif;
}
a {
  color: inherit;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
  color: inherit;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
h1,
h2,
h3,
h4,
h5,
p,
a {
  padding: 0;
  margin: 0;
  line-height: 120%;
}
.row {
  max-width: 980px;
  margin: 0 auto;
}

/*floats*/
.fl {
  float: left;
}
.fr {
  float: right;
}

/*typography*/
.text-primary {
  color: #b11414;
}
.text-bold {
  font-weight: 700;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-center {
  text-align: center !important;
}
.text-left {
  text-align: left;
}

/*clearings*/
.clear {
  clear: both;
}
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  font-size: 0;
}
.clearfix {
  display: block;
}

/*cookie*/
.cc-animate.cc-revoke.cc-bottom {
  font-size: 14px;
  padding: 5px 10px;
  position: fixed;
  display: block !important;
  transform: none !important;
  bottom: 0 !important;
  left: 20px !important;
}

/*call to action*/
.destroy-on-load,
.cta {
  display: none;
}

/*gallery*/
#content .gallery-container {
  text-align: center;
}
#content .gallery {
  list-style-type: none;
  margin: 0;
  padding: 20px 0 0;
}
#content .gallery li {
  display: inline-block;
}
#content .thumbnail {
  background-color: #fff;
  border: 3px solid #ddd;
  border-radius: 4px;
  display: block;
  line-height: 0.42857;
  margin-bottom: 20px;
  padding: 4px;
  transition: border 0.5s ease-in-out 0s;
}
#content .thumbnail img{
	width: 200px;
	height: 200px;
}
#content .thumbnail:hover {
  transform: scale(1.02);

}
#content .page_navigation {
  display: inline-block;
  margin: 0 0 20px;
}
#content .page_link,
#content .previous_link,
#content .next_link,
#content .first_link,
#content .last_link,
#content .ellipse {
  background-color: #fff;
  border: 1px solid #ddd;
  color: #0275d8;
  display: inline-block;
  line-height: 1.25;
  margin-left: -1px;
  padding: 0.5rem 0.75rem;
  position: relative;
}
#content .page_navigation > a:hover,
.page_navigation > a.active_page {
  background-color: #eceeef;
  border-color: #ddd;
  color: #014c8c;
  text-decoration: none;
}

.buttons {
  position: relative;
  background: linear-gradient(#4D7614,#36540E);
  width: 90px;
  height: 30px;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Georgia", sans-serif;
  border-radius: 5px;
  color: #fff;
  font-size: 12px;
  margin: 15px auto 0;
}
.buttons::after {
  content: "";
  width: 4px;
  height: 8px;
  background: url(../images/common/btn.png);
  position: absolute;
  right: 7px;
}

/*------------------------------------header------------------------------------*/
#header {
  position: relative;
}
#header .hd-top {
  padding: 10px;
  background: url(../images/common/hd-top.jpg) no-repeat top center;
  background-size: 100% 100%;
  font-family: Arial, Helvetica, sans-serif;
  text-align: left;
}
#header .hd-top p {
  font-size: 13px;
  line-height: 120%;
  font-family: Arial, Helvetica, sans-serif;
  color: #fff;
  width: 100%;
  max-width: 167px;
}
#header .hd-bot {
  padding: 15px 10px;
  background: url(../images/common/hd-bot.jpg) no-repeat top center;
  background-size: 100% 100%;
  color: #fff;
  position: relative;
}
#header .hd-bot img[alt="header-logo"] {
  position: absolute;
  top: -30px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 100%;
  max-width: 276px;
  z-index: 11;
}
#header nav a#pull {
  display: none;
}
#header nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#header nav ul li {
  position: relative;
  z-index: 1;
  padding: 10px;
  width: 100%;
  max-width: 94px;
  margin: 0;
}
#header nav ul li a {
  font-size: 16px;
  line-height: 120%;
  color: #FFF;
  font-family: Georgia, "Times New Roman", Times, serif;
}
#header nav ul li::after {
  content: "";
  width: 94px;
  height: 0;
  background: url(../images/common/hover.png) no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  transition: all ease .4s;
  z-index: -1;
}
#header nav ul li:nth-of-type(4) {
  max-width: 171px;
  margin-left: 300px;
}
#header nav ul li:nth-of-type(4)::after {
  width: 171px;
  background: url(../images/common/visionBG.png);
}
#header nav ul li:nth-of-type(5) {
  max-width: 133px;
}
#header nav ul li:nth-of-type(5)::after {
  width: 133px;
  background: url(../images/common/contactBG.png);
}
#header nav ul li.active-menu::after,
#header nav ul li:hover::after {
  height: 39px;
}

/*------------------------------------banner------------------------------------*/
#banner {
  position: relative;
  padding: 0 10px;
  background: url(../images/common/banner.jpg) no-repeat top center;
  background-size: cover;
}
#tagline {
  box-sizing: border-box;
  background: url(../images/common/hd-rightBG.png) repeat top center;
  width: 100%;
  max-width: 240px;
  padding: 20px 17px 10px;
  margin: 0 0 0 auto;
  color: #fff;
  text-align: left;
  border-left: 1px solid #0D98FF;
}
#tagline h1 {
  font-size: 40px;
  color: #d6d6d6;
  font-family: "thenautigalrob";
}
#tagline p {
  font-size: 12px;
  line-height: 200%;
  color: #D6D6D6;
}
#tagline p:nth-of-type(2) {
  margin-top: 28px;
}
#tagline p:nth-of-type(3) {
  text-align: right;
  line-height: 0;
}
#tagline img[alt="dots"] {
  width: 100%;
  max-width: 90px;
  margin: 15px 0 0;
}
/*------------------------------------content------------------------------------*/
#content {
  padding: 35px 10px;
  background: url(../images/common/contentBG.jpg) no-repeat top center;
  background-size: cover;
  text-align: left;
}
#content  .row {
  position: relative;
}
#content h2 {
  margin: 0;
  font-size: 30px;
  line-height: 120%;
  color: #35530D;
  font-weight: 400;
}
#content h2 span {
  color: #014B94;
}
#content ol {
  margin: 0;
  padding: 10px 0 0 20px;
}
#content ol li {
  margin: 0;
  padding: 0;
  font-size: 12px;
  line-height: 200%;
  color: #333;
}
/* inner content */
.inner #content h1 {
  font-size: 20px;
  color: #35530D;
  line-height: 120%;
  font-weight: 400;
}
.inner #content h2 {
  font-size: 30px;
  color: #35530D;
  font-weight: 400;
  text-align: center;
  font-size: 18px;
}
.about-page #content ol li {
  font-size: 14px;
  color: #000;
  margin: 0;
  padding: 5px 0 0 0;
  line-height: 30px;
}
.container {
  width: 100%;
  max-width: 723px;
  box-sizing: border-box;
  padding: 0 17px 0 0;
  min-height: 608px;
}
.cn-divider {
  width: 100%;
  max-width: 100%;
  height: 15px;
  background: url(../images/common/cn-divider.png) no-repeat top center;
  background-size: 100% 100%;
}
#cn-top {
  padding: 0 0 15px;
}
#cn-top img[alt="lm"] {
  width: 100%;
  max-width: 100px;
}
#cn-top .desc {
  padding: 5px 0 0 20px;
}
#cn-top .desc h2 {
  font-size: 20px;
  color: #35530D;
  line-height: 120%;
  font-weight: 400;
}
#cn-top p, #cn-top h3 {
  margin: 28px 0 0;
  font-size: 12px;
  line-height: 200%;
  color: #333;
  font-weight: 400;
}
#cn-top p:nth-of-type(1), #cn-top h3 {
  margin-top: 5px;
}
#cn-top .flex {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
#vision {
  padding: 15px 0 0;
}
#vision .buttons {
  margin: 15px 0 0 auto;
}

/* sidebar */
#sidebar {
  box-sizing: border-box;
  width: 100%;
  max-width: 246px;
  position: absolute;
  right: 0;
  top: 0;
}
#donation {
  background: url(../images/common/donationBg.png) no-repeat top center;
  background-size: 100% 100%;
  padding: 20px;
  color: #fff;
  position: relative;
  min-height: 138px;
  margin-bottom: 50px;
  width: 100%;
  max-width: 240px;
  box-sizing: border-box;
}
#donation h1 {
  font-size: 20px !important;
  font-weight: 400 !important;
  color: #fff !important;
}
#donation p {
  font-size: 11px;
  color: #d6d6d6;
  width: 165px;
}
#donation .dn-btn {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: linear-gradient(#4D7614,#36540E);
  color: #fff;
  font-family: "Bebas";
  font-size: 13px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: absolute;
  bottom: -37px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
#donation .dn-btn span {
  display: block;
}
#motw h2 {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 700 !important;
  font-size: 20px !important;
  text-align: left !important;
}
#motw .msg-cont {
  background: url(../images/common/messageBg.png) no-repeat top center;
  background-size: 240px 380px;
  border-radius: 5px;
  padding: 15px;
  width: 100%;
  max-width: 240px;
  height: 380px;
  box-sizing: border-box;
}
#motw .msg-cont p {
  width: 220px;
  font-size: 12px;
  line-height: 200%;
  color: #333;
}
#motw .msg-cont a {
  color: #0066FF;
  text-decoration: underline;
}

/*------------------------------------contact form messages-----------------------------------*/
form .messages p {
  display: none;
  font-family: Arial !important;
  font-weight: 400 !important;
  letter-spacing: 0 !important;
  font-size: 16px !important;
}
form .loading {
  display: none;
}
form .alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
form .alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
form .alert-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
form [type="submit"] {
  margin: 20px auto;
}

/*------------------------contact form------------------------*/
#ctc-div {
  width: 100%;
  max-width: 500px;
  box-sizing: border-box;
  margin: 20px auto 0;
  background: #F6F1E6;
  border: 1px solid #034792;
}
#ctc-div .title {
  background: #034792;
  text-align: center;
  padding: 5px;
  width: 100%;
  max-width: 496px;
  margin: 1px auto 0;
  box-sizing: border-box;
}
#ctc-div .title h1 {
  font-size: 13px;
  font-weight: 700;
  font-family: Arial, Helvetica, sans-serif;
  color: #fff;
}
.ctc-form span.required {
  color: #F00;
}
.ctc-form {
  margin: 0 auto;
  text-align: center;
  padding: 10px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  color: #000;
  width: 100%;
  max-width: 480px;
  margin: 0 auto;
}
.ctc-form label {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin: 10px 0;
}
.ctc-form .flex {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.ctc-form .flex > label {
  width: 47%;
}
.ctc-form .flex > label input[type="text"] {
  width: 100px;
}
.ctc-form input[type="text"],
.ctc-form textarea {
  width: 345px;
  border: 1px #CCC solid;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
}
.ctc-form textarea {
  height: 36px;
}
.ctc-form #message {
  height: 141px;
}
.ctc-form .recap {
  display: inline-block;
}
.ctc-form .g-recaptcha div {
  margin: 0 auto 10px;
}
.ctc-form .ctc-hide {
  display: none;
}

/*footer*/
#footer {
  background: url(../images/common/footerBg.jpg) no-repeat top center;
  background-size: cover;
  padding: 28px 10px 11px;
  color: #fff;
}
#footer .silver img {
  display: inline-block;
  vertical-align: middle;
  max-width: 50px;
}
#ft-menu {
  padding: 0 0 18px;
  border-bottom: 2px solid #023164;
  margin-bottom: 10px;
}
#ft-menu ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
#ft-menu ul li {
  display: inline-block;
  vertical-align: top;
  padding: 0 17px;
  border-right: 2px solid #fff;
}
#ft-menu ul li:last-of-type {
  border-right: 0;
}
#ft-menu ul li a {
  font-size: 16px;
  color: #d6d6d6;
}
#ft-menu ul li.active-menu a, #ft-menu ul li:hover a {
  text-decoration: underline;
  color: #fff;
}

#footer p {
  font-size: 14px;
  line-height: 220%;
}

/*privacy policy*/
.inPrivacyBox {
  max-width: 850px;
  margin: 0 auto;
}
.inPrivacyBox p {
  text-align: justify !important;
}

/** Responsive
-------------------------------------------------------*/


@media screen and (max-width: 1024px){
	body {min-width: 320px}
  
  #header .hd-bot {
    background-size: cover;
  }
  #header .hd-bot img[alt="header-logo"] {
    position: relative;
    top: 0;
  }
  #header nav ul li:nth-of-type(4) {
    margin-left: 0;
  }
  #header .hd-top p {
    max-width: 100%;
    text-align: center;
  }

  #sidebar {
    position: relative;
    max-width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  
  .container {
    max-width: 100%;
    padding: 0 0 15px;
  }
}

@media screen and (max-width: 800px){
  #header {
    padding: 0;
  }
  #header .hd-bot {
    padding: 20px 0 0;
    background: linear-gradient(#4D7614,#36540E);
  }
  #header .row {
    width: 100%;
  }
  #header nav {
    display:block;
    height: auto;
  }
  #header nav ul {
    display: none;
    height: auto;
    border-bottom: 5px solid #4D7614;
  }
  #header nav ul li, #header nav ul li:nth-of-type(4), #header nav ul li:nth-of-type(5) {
    position: relative;
    max-width: 100%;
    width: auto;
    padding: 10px 25px;
  }
  #header nav ul li::after {
    display: none;
  }
  #header nav ul li:hover, #header nav ul li.active-menu{
    background: #273D0A;
  }
  #header nav ul li a {
    display: block;
    float:none;
  }
  #header nav a {
    text-align: left;
    width: 100%;
  }
  #header nav a strong {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 15px;
  }
  #header nav a#pull {
    display: block;
    color: #fff;
    background: linear-gradient(#4D7614,#36540E);
    height: 30px;
    padding: 10px 0;
    width: 100%;
    position: relative;
  }
  #header nav a#pull:after {
    content:"";
    background: url('../images/nav-icon.png') no-repeat;
    width: 20px;
    height: 20px;
    display: inline-block;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
  }
	
  .cta{
    background: #035B96  url("../images/common/phonecall.png") no-repeat center center;
    border-bottom-left-radius: 40px;
    border-top: 2px solid #013f9a ;
    border-top-left-radius: 40px;
    bottom: 1%;
    display: block;
    height: 80px;
    position: fixed;
    right: 0;
    text-decoration: none;
      text-indent: -9999em;
    width: 100px;
    z-index: 999;
  }
}
@media screen and (max-width: 550px){
  #tagline {
    width: 100%;
    max-width: 100%;
  }
  #sidebar {
    display: block;
  }
  #donation {
    margin: 0 auto 50px;
  }
  #motw h2 {
    text-align: center !important;
  }
  #motw .msg-cont {
    margin: 0 auto;
  }
  .buttons {
    margin: 20px auto !important;
  }
  .ctc-form .flex {
    display: block;
  }
  .ctc-form .flex > label {
    width: 100%;
  }
  .ctc-form input[type="text"], .ctc-form textarea, .ctc-form .flex > label input[type="text"], .ctc-form .flex > label select {
    width: 100%;
  }
  .ctc-form label, .ctc-form label span, .ctc-form input[type="form"] {
    display: block;
    text-align: left;
  }
  .ctc-form span.required {
    display: inline-block;
  }
  .g-recaptcha {
    transform: scale(0.8);
  }
}