.nav-logo h1 {
    padding:0;
    margin:0;
    line-height: 1;
    font-size:18px;
}
/* Dropdown Menus */
.navbar {padding-bottom:0;}
/* ===== Top ===== */
#navigation ul {
    list-style:none;
    margin:0;
    padding:1px 0;
}
#navigation ul li{
    display:inline-block;
text-align:left;
}
/* ===== First Level ===== */
#navigation ul li {
    position:relative;
    padding:0;
    margin:0;
    border-left:1px solid #008966;
}
#menu-item-125 {
    border-left:none !important;
}
    #navigation ul ul li {
    border:none;
    background: #ffffff;
}
    #navigation ul li a {
    display:block;
    text-decoration:none;
    line-height: 20px;
    border-bottom: 1px none rgba(22, 30, 103, 0.44);
    font-weight: 500;
    color: #000000;
    font-family: Poppins, sans-serif;
    /* font-family: Quicksand, sans-serif; */
     font-size: 16px;
    letter-spacing: 0;
    margin-left: 7px;
        margin-right: 7px;
    padding: 0px;
    text-transform: uppercase;
    transition: all 400ms ease;
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
}
    #navigation ul li:hover a {
    position:relative;
    color:#497174;
}
#navigation ul ul,  #navigation ul li:hover ul ul {
    position:absolute;
    display:none;
}
#navigation ul ul li:hover > .sub-menu  {
    display:block;
    top:0px;
    left: 100%;
}
.current-menu-item a {color:#497174 !important;}
/* ===== Second and Third Level ===== */
#navigation ul li:hover ul {
    display:block;
    position:absolute;
    left:0;
    top:100%;
    width:auto;
    height:auto;
    margin:0;
    padding:0;
    z-index: 2;
}
#navigation ul ul {
    background:#fff;
}
#navigation ul ul ul {
    background:#e4e4e4 !important;
    border-color:#e4e4e4 !important;
    margin-left:-14px;
}
#navigation ul ul li a {
    float:none;
    width:250px;
    font-family: Poppins, sans-serif;
    /* font-family: 'Open Sans', sans-serif; */
    font-weight:400;
    font-size:16px;
    color:#222222 !important;
    text-transform:none;
    padding:6px 10px;
    background:#ffffff !important;
    line-height: 28px;
}
#navigation ul ul li a{
    color:#222222;
}
#navigation ul ul li a:hover {
    color:#82b9af !important;
}

.entry p + ul{
	margin-top: -5px;
	margin-bottom: 25px;
}

.entry p + ol{
	margin-top: -5px;
	margin-bottom: 25px;
}

a.ui-button {
	color:#FFFFFF;
	font-size:1em;
	margin:0.5em;
	display:inline-block;
	padding:0.6em;
	text-align:center;
	text-decoration:none !important;
	background:#497174 !important;
	-moz-border-radius: 30px;
	-webkit-border-radius:30px;
	border-radius: 30px;
	margin-left:auto;
	margin-right:auto;
	width:218px !important;
}

a.ui-button:hover {
	background:#82b9af !important;
}
a.ui-button.ui-state-hover {
	color:#D3D3D3;
}

.btn, .nav-btn {
    -moz-border-radius: 20px;
	-webkit-border-radius:20px;
	border-radius: 20px;
}

#navigation ul li#menu-item-209, #navigation ul li#menu-item-2533 {display:none;}

/* Adding Arrow Click Dropdowns To Mobile Menu */
.holder{
    display: none;
}

#rmp_menu_trigger-5018 {
    position: static;
    margin-top: 0 !important;
    margin-left: 10px !important;
}

.a11y-toolbar {
    z-index: 999;
}
@media (max-width: 1299px) {
    #navigation ul li a {
        font-size:15px;
        margin-left:10px;
}
}
@media (max-width: 1198px) {
    #navigation ul li a {
        font-size:14px;
        margin-left:5px;
}
}
@media (max-width: 1100px) {
    #navigation ul li a {
        font-size:12px;
        margin-left:5px;
}
.nav-logo {
    max-width: 140px;
}
}

@media (max-width: 991px) {
    #navigation ul li#menu-item-209, #navigation ul li#menu-item-2533  {
        display:block;
    background-color:#497174;
}
#navigation ul li#menu-item-209 a, #navigation ul li#menu-item-2533 a {color:#ffffff;}

      .menu-main-navigation-container>ul{
        -webkit-box-orient: vertical;-webkit-box-direction: normal;-ms-flex-direction: column;flex-direction: column;
      }
      .menu-main-navigation-container{
        background-color: #393be5;
      }
    #navigation ul li a{
        padding:10px 30px 10px 0px;
        text-align: left;
    }
    #navigation ul li{
        width:100%;
        text-align: right;
        border-left:none;
    }
    #navigation ul li ul{
        width: 100%;
        position: relative;
        padding-top: 0px;
        margin-top: 0px;
    }
    #navigation ul li:hover ul{
        position: relative;
        display: none;
    }
    #navigation ul ul li a{
        width: 100% !important;
    }
    #navigation ul li:hover a{
        width: 100%;
    }
    .menu li.has-children > a:after{
        display: none;
    }
    #navigation ul ul li:hover ul, #navigation ul li:hover ul li:hover ul{
        display: none;
    }
    /* Drop Down Arrows  Mobile */
/* Drop Down Arrows */
#navigation > ul > li > a:hover,
#navigation > ul > li.active > a,
#navigation > ul > li.open > a {
  color: #eeeeee;
  background: #1fa0e4;
  background: -webkit-linear-gradient(#1fa0e4, #1992d1);
  background: -moz-linear-gradient(#1fa0e4, #1992d1);
  background: -o-linear-gradient(#1fa0e4, #1992d1);
  background: -ms-linear-gradient(#1fa0e4, #1992d1);
  background: linear-gradient(#1fa0e4, #1992d1);
}

#navigation > ul > li.open > a {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.15);
  border-bottom: 1px solid #1682ba;
}
li.open .holder {
  transform: rotate(0);
}
.holder {
  display: block;
  position: absolute;
  top: 4px;
  right: 0px;
  z-index: 1000;
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  color:#497174;
  transform: rotate(0deg);
  transition: all 350ms ease;
}
.holder:hover{
  background: transparent;
}
.holder::before {
  display: inline-block;
  content: "";
  width: 6px;
  height: 6px;
  right: 20px;
  z-index: 10;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
  color: #222222;
}
.holder::after {
  top: 17px;
  border-top: 2px solid #ffffff;
  border-left: 2px solid #ffffff;
}
#navigation > ul > li > a:hover > span::after,
#navigation > ul > li.active > a > span::after,
#navigation > ul > li.open > a > span::after {
  border-color: #eeeeee;
}
.holder::before {
  top: 18px;
  border-top: 2px solid;
  border-left: 2px solid;
  border-top-color: inherit;
  border-left-color: inherit;
}
#navigation > ul > li > a:hover > span::after,
#navigation > ul > li.active > a > span::after,
#navigation > ul > li.open > a > span::after {
  border-color: #eeeeee;
}
#navigation ul ul li:hover > a,
#navigation ul ul li.open > a,
#navigation ul ul li.active > a {
  background: #424852;
  color: #ffffff;
}
#navigation > ul > li > ul > li.open:last-child > a,
#navigation > ul > li > ul > li.last.open > a {
  border-bottom: 1px solid #32373e;
}
#navigation > ul > li > ul > li.open:last-child > ul > li:last-child > a {
  border-bottom: 0;
}
#navigation ul ul li.active > a::after,
#navigation ul ul li.open > a::after,
#navigation ul ul li > a:hover::after {
  border-color: #ffffff;
  }
}

/*Home PopUp Form*/
.page-id-6 #myBtn {
    display:none;
}
#myBtn {
    position:relative; 
    z-index: 5; 
    padding:0px 0px 15px 0px;
    background: transparent;
    color:#497174;
    font-family: Poppins, sans-serif;
    /* font-family: Quicksand, sans-serif; */
    font-size: 18px;
    text-transform: uppercase;
    text-align: left;
}
/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 10; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
  background-color: #fefefe;
  margin: 40px auto;
  padding: 20px;
  border: 1px solid #888;
  width: 80%;
    max-width:835px;
    text-align: center;
}
.modal-content h2 {
    color:#008966;
}
p.waiting {color:#999; font-size:.9;}
/* The Close Button */
.close {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}
/*Home PopUpForm*/

/*NOTE* - This is the core WP code*/
/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

@media (max-width: 991px) {
    img.alignright.size-full {
        float:none;
        display: block;
    }

    .embed-container  {
        width: 100% !important;
        padding-top:56.375% !important;
    }
}


.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

.gflexbox{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.resp-video{
	max-width:800px;
	margin-left:auto;
	margin-right:auto;
}

/* Modifiers */
.gflexbox .ui-button{
	min-width: 300px;
	margin:10px;
	-ms-flex-item-align: stretch;  align-self: stretch;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
/*  Responsive Embed Container */
/* .embed-container { position: relative; padding-bottom: 57.25%; height: 0; overflow: hidden; max-width: 100%; margin:auto;margin-bottom:20px;} */

/* .embed-container iframe, .embed-container object, .embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; } */


.embed-container {
    position: relative;
    width: 60%;
    padding-top: 36.375%;
    margin: 1em auto;
}

.embed-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

/*Content Styles*/
.post h1 {
    margin-top: 0px;
    margin-bottom: 50px;
    font-family: Poppins, sans-serif;
    /* font-family: Quicksand, sans-serif; */
    font-size: 48px;
    line-height: 1.25;
    font-weight: 500;
    letter-spacing: 10px;
    text-transform: uppercase;
}
.blog-items .post h2 {
    line-height:24px;
}
.blog-items .entry p {
    width:100%;
    max-width:280px;
}
@media (max-width: 467px) {
    .post h1 {
        font-size:24px;
    }
    .blog-items .post {
        margin-left:20px;
    }
}

.f-p a {color:#fff;}

.wp-caption p.wp-caption-text {
    font-size: 14px;
    line-height: 1.3;
    margin: 0;
    padding: 4px 5px;
}

/*Sidebar Styling*/
h3.submenu_headline{
    margin-bottom: 20px;
    margin-left: 10px;
    font-family: Poppins, sans-serif;
    /* font-family: Quicksand, sans-serif; */
    font-size: 22px;
    line-height: 48px;
    font-weight: 700;
    text-transform: uppercase;
}
h3.submenu_headline a {color:#222222;}
h3.submenu_headline a:hover {color:#497174;}
.related-topics-div {
  box-shadow: 1px 0 15px 0 rgba(0, 0, 0, .15);
}
.related-topics-div ul {
    list-style: none;
    padding-left:0;
}
.related-topics-div ul li a {
    display:inherit;
    width: 100%;
    padding: 10px 25px;
    background-color: #497174;
    color: #fff;
}
.related-topics-div ul li a:hover {
    background-color: #82b9af;
    opacity: 1;
    color: #fff;
}

/*Blog Styling*/
article hr{
    margin:20px 0;
  }
  .thumb-wrap {margin-bottom:20px;}

  #searchform, h2.rounded, .tagcloud{
    margin-bottom: 20px;
    margin-left: 10px;
    font-family: Poppins, sans-serif;
    /* font-family: Quicksand, sans-serif; */
    font-size: 24px;
    line-height: 36px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 6px;
  }
  .search-form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: 600px;
    margin-top: 40px;
    margin-bottom: 0px;
    background-color: transparent;
  }
  .search-form label{width:100%;}
  .search-field {
    height: auto;
    margin-bottom: 0px;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 0px;
    border-style: none none solid;
    border-bottom-width: 1px;
    border-bottom-color: #fff;
    background-color: transparent;
    font-family: Poppins, sans-serif;
    /* font-family: Quicksand, sans-serif; */
    color: #fff;
    text-transform: uppercase;
    width:100%;
  }
  .search-field::placeholder {
      color:#bad8d3;
  }
  input.search-submit {
    width: 40px;
    height: 40px;
    margin-left: -40px;
    padding-right: 0px;
    padding-left: 0px;
    background-color: transparent;
    background-image: url(images/search.svg);
    background-position: 50% 50%;
    background-size: 18px;
    background-repeat: no-repeat;
    -webkit-transition: opacity 0ms ease;
    transition: opacity 0ms ease;
    border:none;
  }
  .callout-wrap .search-field {color:#999999;}
  .callout-wrap input.search-submit {background-image: url(images/search-dark.svg);}
  .related-topics-div .comment-author-link a, .related-topics-div .recentcomments a  {
      background-color:#FFFFFF;
      color:#222222;
  }

  .related-topics-div .comment-author-link a:hover, .related-topics-div .recentcomments a:hover {
    color:#497174;
}
  .moretag{
    display:block !important;
    margin:15px 0;
    color:#fff;
    font-size:1em;
    padding:0.6em;
    text-align:center;
    text-decoration:none;
    background:#497174; !important;
    width:200px !important;
    transition:color 350ms ease 0s, background-color 350ms ease 0s;
    -moz-border-radius: 30px;
	-webkit-border-radius:30px;
	border-radius: 30px;
  }
  .moretag:hover {
    background:#82b9af !important;
    color:#fff;
  }
  #searchsubmit{
    background:#c4e9fb;
    color:#333;
    transition:color 350ms ease 0s, background-color 350ms ease 0s;
    padding:0.66em !important;
    font-size:1em;
    border:none;
  }
  #searchsubmit:hover{
    background:#4f7aac;
    color:#fff;
  }
  #searchform input {
    padding:0.5em;
  }

  /* Home Page Blog Posts */

.blog-items .post {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding-right: 2.5%;
    padding-left: 2.5%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    border-right: 2px solid #e8e8e8;
}
.blog-items .post p.postmetadata {
    margin-top: 20px;
    font-family: Poppins, sans-serif;
    /* font-family: Quicksand, sans-serif; */
    color: rgba(0, 0, 0, .2);
    font-size: 14px;
    line-height: 18px;
    font-weight: 700;
    text-transform: uppercase;    
}
.blog-items .post h2 a {
    max-width: 320px;
    margin-bottom: 0px;
    font-size: 21px;
    line-height: 26px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
}

  /*Accordian Menu Styles*/
  .su-spoiler-title{
    font-family: Poppins, sans-serif;
    /* font-family: Quicksand, sans-serif; */
    font-size:22px !important;
    line-height: 30px !important;
  }
  .su-spoiler-icon {line-height:30px !important;}

  /*Footer*/
.footer {
    background:#54968acf;
}
  .f-soc {margin-top:20px;}
.f-top {
    padding-top: 20px;
    color: #bad8d3;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
}
.f-top:hover {color:#C2C2C2;}
div.f-soc  a img {
    width:36px;
    height:36px
}

  /* ACCESSIBILITY STYLES*/
.entry a {text-decoration:underline;}
.fontsize body {font-size: 22px;}
.fontsize .entry p {
    font-size: 24px;
    line-height: 1.5;
}
.fontsize a.footer-link {font-size:17px;}
.fontsize p.f-p {font-size: 17px; line-height:1.5;}
.fontsize .nr-top a.nav-btn {font-size:21px;} 