
* {
  outline: none; }

img {
  max-width: 100%;
  height: auto; }

input[type=text], input[type=email], textarea {
  color: #000;
  border: 2px solid #ccc; }

html {
  -webkit-text-size-adjust: 100%; }

body {
  font-family: "Arial" !important;
}

a {
  transition: .5s;
  color: #4c72a2;
}

a:hover {
  cursor: pointer;
  transition: .5s;
  color: #0095eb; }

html {
  margin-top: 0px !important; }

img.alignleft {
  margin: 15px;
  float: left;
  margin-left: 0;
  margin-top: 10px; }

img.alignright {
  margin: 15px;
  float: right;
  margin-right: 0;
  margin-top: 10px; }

div.homeFeaturesVideo {
  margin-top: 7%; }

@media screen and (max-width: 1299px) {
  div.homeFeaturesVideo {
    margin-top: 65px; } }
@media screen and (max-width: 1199px) {
  div.homeFeaturesVideo {
    margin-top: 0px; } }
@media screen and (max-width: 747px) {
  div.homeFeaturesVideo {
    margin: 10px 0px; } }
a.button1 {
  box-shadow: 0 12px 16px 0 rgba(0, 0, 0, 0.24), 0 17px 50px 0 rgba(0, 0, 0, 0.19); }

a.button2 {
  box-shadow: 0 12px 16px 0 rgba(0, 0, 0, 0.24), 0 17px 50px 0 rgba(0, 0, 0, 0.19); }

@media screen and (max-width: 1199px) {
  ul.sub-menu {
    display: none; } }

/* ~~~~~~~~~~~~~~~ START PRIMARY NAVIGATION ~~~~~~~~~~~~~~~~~~ */

/* ~~~~~~~~~~~~~~~ END PRIMARY NAVIGATION ~~~~~~~~~~~~~~~~~~ */

/* ~~~~~~~~~~~~~~~ START MENU-ICON ~~~~~~~~~~~~~~~~~~ */
.menu {
  float: right;
  display: none; }

.bar1, .bar2, .bar3 {
  width: 35px;
  height: 5px;
  background-color: white;
  margin: 6px 0;
  transition: 0.4s; }

.change .bar1 {
  -webkit-transform: rotate(-45deg) translate(-9px, 6px);
  transform: rotate(-45deg) translate(-9px, 6px); }

.change .bar2 {
  opacity: 0; }

.change .bar3 {
  -webkit-transform: rotate(45deg) translate(-8px, -8px);
  transform: rotate(45deg) translate(-8px, -8px); }

@media screen and (max-width: 1199px) {
  .primary-menu {
    display: none; }

  .menu {
    display: block; } }
.container.top-nav {
  padding: 20px; }

@media screen and (max-width: 767px) {

  .menu {
    margin-right: 20px;
    background-color: #004071;
    padding: 5px 7px;
    border-radius: 5px; } }
/* ~~~~~~~~~~~~~~~ END MENU-ICON ~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~ START OFF CANVAS ~~~~~~~~~~~~~~~~~~ */
.sidebar-offcanvas h2 {
  display: block;
  margin: 0;
  padding: 25px 15px 5px;
  font-weight: 300;
  color: white;
  font-size: 30px;
  text-transform: uppercase; }

.sidebar-offcanvas p {
  display: block;
  margin: 0;
  padding: 0px 15px 5px;
  font-weight: 300;
  color: white;
  font-size: 15px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  text-transform: uppercase; }

.sidebar-offcanvas {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  right: 0px;
  background-color: #004071; 
  overflow-x: hidden;
  transition: 0.5s;
  padding: 0; }

.sidebar-offcanvas ul {
  list-style: none;
  padding: 0px; }

.sidebar-offcanvas a {
  padding: 15px 0px 15px 15px;
  text-decoration: none;
  font-size: 20px;
  color: #fff;
  display: block;
  -webkit-transition: color 0.3s;
  transition: 0.3s;
  font-family: 'Oswald', sans-serif;
  text-transform: uppercase; }

.sidebar-offcanvas a:hover {
  background: rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 -1px transparent;
  -webkit-transition: color 0.4s;
  transition: 0.3s; }

.sidebar-offcanvas .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px; }

.sidebar-search {
    text-align: center;
    padding: 15px 0;
} 

.sidebar-search a {
  padding: 20px 0;
  margin-right: 15px; }

.sidebar-search a:hover {
  background: initial;
  box-shadow: initial;
  -webkit-transition: color 0.4s;
  transition: 0.3s; }

.sidebar-search-box {
  position: absolute;
  width: 100%; }

.sidebar-offcanvas a.search-offcanvas {
  padding: 0;
  text-decoration: none;
  font-size: 20px;
  color: #fff;
  display: block;
  -webkit-transition: color 0.3s;
  transition: 0.3s;
  text-transform: uppercase; }

button.search-offcanvas {
  border: 0;
  background: transparent;
  margin-left: -30px;
  transition: .3s; }

button.search-offcanvas:hover {
  background: #4c72a2;
  transition: .3s; }

/* ~~~~~~~~~~~~~~~ END OFF CANVAS ~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~ START BASIC ~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~ START LOGO IMAGE~~~~~~~~~~~~~~~~~~ */
.logo img {
  position: absolute;
  top: 0;
  z-index: 99999; }

/* ~~~~~~~~~~~~~~~ END LOGO IMAGE ~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~ START SOCIAL MEDIA ~~~~~~~~~~~~~~~~~~ */
.social {
  text-align: center;
  padding: 20px 0 0; }

.social ul {
  text-align: center;
  padding: 0; }

.social li {
  display: inline; }

.social li a {
  font-size: 50px;
  color: #4c72a2;
  transition: .5s; }

.social li a:hover {
  color: rgba(76, 114, 162, 0.85);
  transition: .3s; }

/* ~~~~~~~~~~~~~~~ END DOCIAL MEDIA ~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~ START MAIN CONTENT ~~~~~~~~~~~~~~~~~~ */
.main-content img.h-img {
  display: block;
  margin: 0 auto;
  vertical-align: middle;
  max-width: 300px;
  height: auto;
  margin-bottom: 20px; }

@media screen and (max-width: 991px) {
  .main-content {
    padding: 20px 20px 60px 20px; }

  .main.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-bottom: 5px; } }
/* ~~~~~~~~~~~~~~~ END MAIN CONTENT ~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~ START LEFT SIDEBAR CONTENT~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~ END LEFT SIDEBAR CONTENT ~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~ START NEWS SECTION CONTENT ~~~~~~~~~~~~~~~~~~ */
.news-bar {
  background-color: #ffffff;
  width: 100%;
  padding: 15px;
  padding-top: 60px;
  padding-bottom: 60px;
  box-shadow: inset 2px 2px 50px rgba(0, 0, 0, 0.4); }

.news-section .title {
  color: #4c72a2;
  /**lighter color #0095eb **/
  font-weight: 600; }

.news-section h2 {
  font-size: 28px;
  line-height: 34px;
  font-weight: 400;
  letter-spacing: 0px;
  color: #4d74a6; }

/* ~~~~~~~~~~~~~~~ CONTACT SECTION CONTENT ~~~~~~~~~~~~~~~~~~ */
.gform_wrapper label {
  font-weight: 400;
  margin: .188em 0 .75em;
  color: #737E86; }

.gform_wrapper .gform_footer {
  padding: 16px 0 10px;
  margin: 16px 0 0;
  clear: both;
  width: 100%; }

.gform_wrapper .gform_footer input.button {
  background-color: #004071;
  color: #fff;
  border: 1px solid white;
  border-radius: 5px;
  padding: 11px 20px;
  transition: .5s; }

.gform_wrapper:hover .gform_footer:hover input.button:hover {
  background-color: white;
  color: #004071;
  border: 1px solid #004071;
  border-radius: 5px;
  padding: 11px 20px;
  transition: .5s; }

.gform_body input {
  border: 2px solid #ccc; }

.gform_body label {
  font-weight: 600; }

/* ~~~~~~~~~~~~~~~ END CONTACT SECTION CONTENT ~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~ START SEARCH PAGE ~~~~~~~~~~~~~~~~~~ */
.subheader {
  background-color: #f7f7f7;
  background-position: center top;
  background-repeat: no-repeat;
  padding: 30px 0;
  position: relative; }

.subheader h2 {
  color: #004071;
  font-family: Arial;
  text-align: center;
  font-weight: 400; }

.search-page {
  background-color: white;
  padding: 20px 30px 60px;
  color: black; }

.search-page h3 a {
  font-family: Arial;
  text-align: left;
  font-weight: 400;
  color: black;
  font-size: 28px;
  line-height: 34px;
  letter-spacing: 0px; }

a.page-numbers {
  padding: 10px 15px;
  text-align: center;
  -webkit-border-radius: 5px;
  border: 1px solid white;
  border-radius: 5px;
  background: #0095eb;
  color: white;
  transition: .5s;
  font-weight: 400;
  font-size: 16px; }

span.page-numbers.current {
  padding: 10px 15px;
  text-align: center;
  -webkit-border-radius: 5px;
  border: 1px solid #0095eb;
  border-radius: 5px;
  background: #f7f7f7;
  color: #0095eb;
  transition: .5s;
  font-weight: 400;
  font-size: 16px; }

a.page-numbers:hover {
  padding: 10px 15px;
  text-align: center;
  -webkit-border-radius: 5px;
  border: 1px solid #0095eb;
  border-radius: 5px;
  background: white;
  color: #0095eb;
  transition: .5s; }

.navigation.pagination {
  padding-left: 0;
  margin: 0;
  margin-top: 40px;
  border-radius: 4px;
  text-align: center;
  display: block; }

.navigation.pagination h2 {
  color: #a03c69;
  font-weight: 100;
  display: none; }

.post-links {
    font-size: 16px;
    padding: 5px 0;
}

/* ~~~~~~~~~~~~~~~ END CONTACT SECTION CONTENT ~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~ START SEARCH PAGE ~~~~~~~~~~~~~~~~~~ */
#Error_404 {
  overflow: hidden;
  position: absolute;
  top: 50%;
  margin-top: -150px;
  left: 30px; }

p.time-date {
  margin-bottom: 15px;
  color: #737E86; }

.news-item {
  margin-bottom: 15px; }

.news-item a.title {
  font-weight: bold;
  margin-bottom: 2px; }

.news-item p.date {
  margin-bottom: 2px;
  color: #737E86; }

.post-items a.title {
    color: black;
    font-family: "arial";
    font-weight: bold;
}

/** ~~~~~~~~~~~~~~~~~~~~~~~~~~~ BOOT STRAP TAB ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ **/

.gallery-section {
  background-color: white;
  padding-bottom: 15px; }

.gallery-section li:focus {
  border-bottom: 1px solid #0095eb; }

.gallery-section .tab-content img:hover {
  opacity: .75; }

.gallery-section .tab-content ul {
  padding: 0;
  padding-top: 15px; }

.gallery-section .tab-content li {
  padding: 20px 40px;
  display: inline-block;
  float: left; }

.gllry-img {
  width: 150px; }

.error-404 .error_desk p {
  line-height: 45px;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.5); }

.error-404 .error_desk h2 {
  font-size: 45px;
  line-height: 45px;
  color: rgba(0, 0, 0, 0.7);
  font-weight: 400;
  letter-spacing: 0px; }

.error-404 .error_desk h4 {
  font-size: 24px;
  line-height: 30px;
  color: rgba(0, 0, 0, 0.7);
  font-weight: 500;
  letter-spacing: 0px; }

@media screen and (max-width: 1300px) {
  
  .search-box {
    left: 50% !important; } 
  }

.post-items {
    padding: 15px 0;
    font-family: "Arial";
  }

.post-items h3{
    font-weight: bold;
    color: black;
    font-family: "Arial";
}

.post-items p {
    color: black;
    font-weight: 300;
    font-size: 16px;
    margin-bottom: 2px;
}

.post-items p.date
{
    font-weight: bold;
    margin-bottom: 2px;
    color: black;
}

@media (max-width: 600px){
img.alignleft, img.alignright  {

    margin: 10px 15px;
}
}

.feature img {
    width: 100%;
    height: auto;
}

.gform_body input {
    border: 2px solid #ccc;
}

@media screen and (max-width: 1199px){
.menu {
    display: block;
    padding: 10px;
}}

.button {
box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 1);
color: #fff;
text-transform: uppercase;
font: 500 12px "Arial";
padding:5px 10px;
letter-spacing: 1px;
font-weight: 500;
}

.blue.button{
background: #004071;
border: 3px solid #004071;
}

.green.button{
background: #b2d234;
border: 3px solid #b2d234;
}

.button:hover {
    color: #fff;
    text-decoration: none;
    border-radius: 0;
}

.button:after{
    content:" \f0da";
    font-size: 15px;
    font-family: FontAwesome;
}


.gform_wrapper.gf_browser_chrome .gfield_checkbox li input, .gform_wrapper.gf_browser_chrome .gfield_checkbox li input[type=checkbox], .gform_wrapper.gf_browser_chrome .gfield_radio li input[type=radio]{
 position:relative;
margin-top:-2px!important;
}

#sidebar ul li {
    text-align: left;
    width: 85%;
    position: relative;
}

#sidebar ul ul{
    padding-left:10px;
}

.sidebar-offcanvas a {
    padding:0 0 0 15px;
    text-decoration: none;
    font-size: 20px;
    color: #fff;
    display: block;
    -webkit-transition: color 0.3s;
    transition: 0.3s;
    text-transform: uppercase;
    font-weight: 400;
}

.sidebar-offcanvas ul ul li a {
    margin-left: 10px;
}

#sidebar ul ul li {
    width: 100%;
}

@media screen and (max-width: 747px) {
.side-menu {
    margin-top: 10px;
}

}

#sidebar ul li{
    border-top:1px solid #2d5694;
    padding:10px 0;
}

#sidebar ul li ul{
    background:#2d5694;
    top:15px;
    position: relative;
    padding-bottom:10px;
}

#sidebar ul li ul ul{
    background:none;
}

#primary-menu{
    padding-bottom:0!important;
    margin-bottom:0;
}


#sidebar ul li .aw {
    position: absolute;
    right: 0;
    top: 0px;
    z-index: 999;
    font-size: 25px !important;
    color: white;
    font-size: 21px;
    width: 55px;
    text-align: center;
    border-left:1px solid #2d5694;
    padding:5px 0;
}

.search-field.out-search {
    border: 2px solid #ccc;
    margin: 0;
    color: black;
}

a.previous.page-numbers {
  background: #004071;
}

a.next.page-numbers {
  background: #004071;
}

a.page-numbers {
  background:  #004071;
}

@media screen and (max-width: 991px) {

iframe, object, embed {
    width: 100% !important;
    max-width: 100% !important;
}

._5pcb ._5tmf ._50f3 {
    width: 100% !important;
}

._50f3{
    width: 100% !important;
}
}

.slideanim {visibility:hidden;}
.slide {
    /* The name of the animation */
    animation-name: slide;
    -webkit-animation-name: slide; 
    /* The duration of the animation */
    animation-duration: .3s; 
    -webkit-animation-duration: .3s;
    /* Make the element visible */
    visibility: visible; 
}

/* Go from 0% to 100% opacity (see-through) and specify the percentage from when to slide in the element along the Y-axis */
@keyframes slide {
    0% {
        opacity: 0;
        transform: translateY(70%);
    } 
    100% {
        opacity: 1;
        transform: translateY(0%);
    } 
}
@-webkit-keyframes slide {
    0% {
        opacity: 0;
        -webkit-transform: translateY(70%);
    } 
    100% {
        opacity: 1;
        -webkit-transform: translateY(0%);
    }
}

/*
Blue: #004071; 
Green: #b2d234;
*/
.prime-container {
background-color: #004071;
margin-top: 10px;
}

.primary ul
{
  list-style:none;
  position:relative;
  float:left;
  margin:0;
  padding:0;
}

.primary ul li:first-child 
{
  padding-left: 0px;
}

.primary ul ul li:first-child 
{
  padding-left: 15px;
}


.primary ul a
{
  display:block;
  font-size: 18px;
  font-family: "Arial";
  color: white;
  font-weight: bold;
  text-decoration: none;
  padding: 0px;
  line-height: 1;
  letter-spacing: 1px;
  border-bottom: 2px solid #004071;
}

.primary ul li
{
  position:relative;
  float:left;
  margin:0;
  padding: 10px 15px;
  z-index: 999999999;
}

.primary ul li.current-menu-item a
{
  border-bottom: 2px solid rgb(178, 210, 52);
  color: rgb(178, 210, 52);
}

.primary ul li a:hover
{
  color: rgb(178, 210, 52);
  border-bottom: 2px solid rgb(178, 210, 52);
}

.primary ul ul
{
  display:none;
  position:absolute;
  top:100%;
  left:0;
  background:#004071;
  padding:0;
}

.primary ul ul li
{
  float:none;
  width:200px
}

.primary ul ul a
{
  line-height:120%;
  padding:10px 15px
  color:white;
}

.primary ul ul ul
{
  top:0;
  left:100%
}

.primary ul li:hover > ul
{
  display:block
}

#body-slider {
    margin-top: 15px;
    background-size: contain;
    background-repeat: no-repeat;
}

.sender-container {
    background-color: #b2d234;
    margin-top: 15px;
    padding: 30px;
}

.sender-container img {
    max-width: 100%;
    display: block;
    margin: 0 auto;
}

.sender-container h2 {
    font-size: 36px;
    font-family: "Arial";
    color: rgb(255, 255, 255);
    font-weight: bold;
    line-height: 1;
    margin: 0;
    padding-bottom: 15px;
}

.sender-container ul {
  list-style: none;
  padding: 0;
}

.sender-container a:hover {
  color: white;
}

.news-container ul li{
  padding: 5px 0;
}

.news-container ul li a {
  font-size: 16px;
  font-family: "Arial";
  color: rgb(0, 64, 113);
  text-decoration: underline;
  line-height: 1.125;
}

.link-container a {
    font-size: 28px;
    display: block;
    font-family: "Arial";
    color: rgb(0, 64, 113);
    font-weight: bold;
    text-decoration: underline;
    line-height: 1.125;
    text-align: center;
    padding: 10px;
}

.footer-container {
  padding: 100px 15px;
 }

.footer-container ul {
    list-style: none;
    column-count: 2;
}

.footer-container ul li a {
  font-size: 20px;
  font-family: "Arial";
  color: rgb(255, 255, 255);
  text-decoration: underline;
  line-height: 1;
}

.footer-container p {
  font-size: 18px;
  font-family: "Arial";
  color: rgb(255, 255, 255);
  line-height: 1.222;
}

footer {
  background-color: #004071;
}

footer li {
    padding: 5px 0px;
}
@media screen and (max-width: 991px) {
footer img {
    display: block;
    margin: 0 auto;
    padding: 20px 0;
}

.footer-container {
    padding: 40px 15px;
}

.footer-container ul {
    padding: 25px 0;
}

}

/*---- Info Section ----*/ 


.help-btn {
    font-size: 20px;
    font-family: "Arial";
    color: rgb(0, 64, 113);
    font-weight: bold;
    padding: 15px 25px;
    background-color: #b2d234;
    display: inline-block;
    margin-top: 30px;
    margin-bottom: 30px;
}

.communication-container h2 {
  font-size: 36px;
  font-family: "Arial";
  color: rgb(0, 0, 0);
  font-weight: bold;
  line-height: 1;
  padding-bottom: 30px;
}


ul.social-media-block {
    padding: 0;
    list-style: none;
    padding-top: 30px;
    padding-bottom: 30px;
    margin: 0;
}

ul.social-media-block li:last-child {
    padding-right: 0;
}

ul.social-media-block li {
    display: inline-block;
    padding-right: 16px;
}

/*-- LEGEND GALLERY ---*/

form {
    padding-top: 50px;
}

legend {
    padding: 0 15px;
    display: block;
    width: initial;
    margin: 0px;
    line-height: inherit;
    color: #004071;
    border: 0;
}

.communication-container legend h2 {
  padding: 0;
}

.col-sm-4.home-gallery {
    padding: 15px;
}

.home-gallery img {
width: 225px;
height:92px;
}

fieldset {
  border: 2px solid #b2d234;
  padding: .35em .625em .75em;
}

div.gallery img {
    width: 100%;
    height: auto;
}

div.desc {
    padding: 15px;
    text-align: center;
}

.clearfix:after {
    content: "";
    display: table;
    clear: both;
}

#body-arrow {
    background-size: contain;
    background-repeat: no-repeat;
    text-align: center;
    height: 141px;
    margin-top: 30px;
    margin-bottom: 30px;
    text-decoration: underline;
}

#body-arrow i {
  color: #b2d234;
  padding-left: .8em;
}

#body-arrow a {
    display: block;
    padding: 45px 0px 0 0;
    font-size: 2.5em;
    color: #fff;
}

.main.container {
  padding-top: 50px;
  padding-bottom: 50px; }

.main-content {
  background-color: white;
  min-height: 500px; }

.main-content h1 {
    text-align: left;
    font-weight: 600;
    /*text-transform: uppercase;*/
    padding: 20px 0 40px;
    margin: 0;
    color: #004071;
    font-family: "Arial";
    font-weight: bold;
}

.main-content h2 {
  letter-spacing: 0px;
  color: #b2d234;
  font-weight: 500; 
  font-family: "Arial";
  }

.main-content p {
  font-family: "Arial";
  font-weight: normal;
  font-size: 16px; }

.post-items img {
    width: 100%;
    padding: 30px;
}

.communication-container {
    padding-top: 30px;
    padding-bottom: 30px;
}

.info-container p {
  font-size: 20px;
  color: #004071; 
}

/* CUSTOM STYLES */
.bigtext {
  font-size:30px !important;
}

@media screen and (max-width: 991px) {

#body-arrow {
    background-image: none !important;
    background-color: #004071; 
    background-size: cover;
    background-repeat: no-repeat;
    text-align: center;
    height: auto;
    text-decoration: underline;
    margin-top: 15px;
    margin-bottom: 15px;
}

#body-arrow a {
    display: block;
    padding: 20px 15px;
    font-size: 1.7em;
    color: #fff;
}

#body-slider {
    margin-top: 15px;
    background-size: contain;
}

.cycle-prev {
    left: 0;
    background: 50% 50% no-repeat;
}

.cycle-next {
    right: 0;
    background: 50% 50% no-repeat;
}

.cycle-prev, .cycle-next {
    position: absolute;
    top: 0;
    width: 30%;
    opacity: 0;
    filter: alpha(opacity=0);
    z-index: 800;
    height: 100%;
    cursor: pointer;
}

.col-md-4.home-gallery {
    text-align: center;
}

}

.slideshow-container {
    padding: 20px;
}

.cycle-slideshow {
    width: 45%;
}

.cycle-slideshow img { width: 100%; height: auto }

.nav-wrapper {
    padding: 15px 0;
}

.nav-wrapper img {
    padding: 2px 0;
}

.head-left {
    padding: 4.8em;
    left: 0;
    top: 0;
    position: absolute;
}

.head-right {
    padding: 4.8em;
    right: 0;
    top: 0;
    position: absolute;
}

@media screen and (max-width: 991px) {
.partner-items a.title {
  display: none;
}
  .head-left, .head-right {
    padding: 4em;
  }
}

@media screen and (max-width: 767px) {
  .head-left, .head-right {
    padding: 3.2em;
  }
}

@media screen and (max-width: 667px) {
  .head-left, .head-right {
    padding: 2.2em;
  }
}

.all-projects {
  margin-top: 15px; }

.all-projects img {
  border: 2px solid #007bc4; }

  .main h1 {
  letter-spacing: 0px;
  color: #004071;
  font-weight: 500; 
  font-family: "Arial";
  font-weight: bold;
  }

input.search-field {
    width: 100%;
    padding: 5px;
}
#header-info img{
padding: 0 15px;
}

#header-info-mobile {
  display: none;
}

@media screen and (max-width: 991px) {

#header-info {
  display: none;
}

#header-info-mobile .contact-information {
  padding-top: 15px;
  padding-bottom: 15px;
}

#header-info-mobile {
  display: block;
}
#header-info-mobile a.phoneanchor, #header-info-mobile p{
  color: white !important;
  margin: 0;
}

#header-background {
  background-image: none !important;
  background-color: #004071; 
}

#header-background img{
  width: 90px;
}

}

.flickr a.all-flickr{
 display: inline-block;
 padding:10px 15px;
  background-color: #004071; 
  color: #fff!important;
  margin:10px 0;
}

