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

body {
  font-family: "Raleway", sans-serif !important;
  font-size: 22px;
  font-weight: 400;
  color: #000000;
  line-height: 32px;
  max-width: 1920px;
  margin: 0 auto;
  -webkit-box-shadow: 3px 3px 5px 6px #ccc;
  /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
  -moz-box-shadow: 3px 3px 5px 6px #ccc;
  /* Firefox 3.5 - 3.6 */
  box-shadow: 3px 3px 5px 6px #ccc;
  /* Opera 10.5, IE 9, Firefox 4+, Chrome 6+, iOS 5 */ }

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

/*--------------------------------------------------------------
	Header
--------------------------------------------------------------*/
.home #header nav {
  background: rgba(255, 255, 255, 0.8);
  padding: 20px 0;
  position: absolute;
  width: 100%; }
  @media (max-width: 768px) {
    .home #header nav {
      background: #071d34; } }
  @media (max-width: 576px) {
    .home #header nav {
      padding: 12px 0; } }

@media (max-width: 768px) {
  #header {
    background: #071d34; } }
#header nav {
  background: #eaf2f7;
  padding: 20px 0; }
  @media (max-width: 768px) {
    #header nav {
      background: #071d34; } }
  @media (max-width: 576px) {
    #header nav {
      padding: 12px 0; } }
#header .secondary {
  justify-content: flex-end;
  display: flex; }
  @media (max-width: 768px) {
    #header .secondary {
      background: #071d34; } }
#header .logo {
  width: 250px;
  left: 5%;
  background: #ffffff;
  position: absolute;
  padding: 10px;
  -webkit-box-shadow: 1px 1px 8px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 1px 1px 8px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 1px 1px 8px 0px rgba(0, 0, 0, 0.75);
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  z-index: 9; }
  @media (max-width: 768px) {
    #header .logo {
      width: 180px; } }
  @media (max-width: 576px) {
    #header .logo {
      width: 150px; } }
#header .fa-bars {
  float: right;
  font-size: 50px;
  color: #071d34; }
  @media screen and (max-width: 768px) {
    #header .fa-bars {
      font-size: 40px;
      color: #b9d4e5;
      margin-right: 15px; } }
@media screen and (min-width: 1199px) {
  #header #nav-toggle {
    display: none; } }
#header ul.contact {
  padding: 0;
  list-style: none;
  margin: 0;
  margin-top: 5px; }
  #header ul.contact li {
    display: inline-block;
    font-size: 16px; }
    #header ul.contact li .fa {
      margin-right: 3px;
      color: #b9d4e5;
      margin-left: 5px; }
    #header ul.contact li a {
      color: #071d34; }
  @media (max-width: 991px) {
    #header ul.contact {
      display: none; } }
#header ul.login {
  list-style: none;
  background: #071d34;
  font-size: 14px;
  margin: 0;
  padding: 5px 25px;
  margin-left: 15px; }
  @media (max-width: 576px) {
    #header ul.login {
      display: none; } }
  #header ul.login li {
    display: inline-block;
    line-height: 1;
    border-right: 1px solid #b9d4e5;
    margin-right: 10px;
    padding-right: 10px; }
    #header ul.login li:last-child {
      border-right: none;
      margin-right: 0px;
      padding-right: 0px; }
    #header ul.login li .fa {
      color: #b9d4e5; }
    #header ul.login li a {
      color: #b9d4e5; }
  @media (max-width: 768px) {
    #header ul.login {
      padding: 5px 0px; } }

.admin-login-mobile {
  background: #071d34;
  border-bottom: 1px solid #8d7350; }
  .admin-login-mobile ul {
    list-style: none;
    text-align: right;
    font-size: 14px;
    margin: 0;
    padding: 5px 25px;
    margin-right: 15px; }
    .admin-login-mobile ul li {
      display: inline-block;
      line-height: 1;
      border-right: 1px solid #b9d4e5;
      margin-right: 10px;
      padding-right: 10px; }
      .admin-login-mobile ul li:last-child {
        border-right: none;
        margin-right: 0px;
        padding-right: 0px; }
      .admin-login-mobile ul li .fa {
        color: #b9d4e5; }
      .admin-login-mobile ul li a {
        color: #b9d4e5; }
    @media (max-width: 768px) {
      .admin-login-mobile ul {
        padding: 5px 0px; } }
  @media (min-width: 576px) {
    .admin-login-mobile {
      display: none; } }

/*--------------------------------------------------------------
	Some Global Stuff
--------------------------------------------------------------*/
a {
  color: #071d34; }

a:visited {
  color: #071d34; }

a:active {
  color: #071d34; }

a:hover {
  color: #8d7350;
  text-decoration: underline; }

@media screen and (max-width: 767px) {
  .row {
    padding-left: 0;
    padding-right: 0; } }
h2, h3, h4, h5 {
  font-weight: bold; }

h2, h3 {
  line-height: 1.4; }

input[type=search] {
  border: 1px solid #b9d4e5;
  text-align: center;
  min-height: 60px;
  border-radius: 5px; }

input[type=submit] {
  border: 1px solid #b9d4e5;
  background: #b9d4e5;
  text-align: center;
  min-height: 60px;
  border-radius: 5px;
  padding: 0 25px; }

.gform_wrapper .gform_heading {
  margin: 0; }
.gform_wrapper input, .gform_wrapper textarea {
  border: 1px solid #b9d4e5;
  text-align: center;
  min-height: 60px;
  border-radius: 5px; }
.gform_wrapper .gform_footer {
  text-align: center;
  padding: 10px;
  margin: 0; }
  .gform_wrapper .gform_footer .gform_button {
    background: #b9d4e5;
    min-width: 238px;
    transition: .4s;
    cursor: pointer; }
    .gform_wrapper .gform_footer .gform_button:hover {
      background: #071d34;
      color: #ffffff; }

.primary-btn {
  background: #071d34;
  color: #ffffff;
  border-radius: 5px;
  transition: .4s;
  padding: 5px 15px;
  display: block;
  display: inline-block;
  line-height: 2;
  text-decoration: none !important; }
  .primary-btna {
    color: #ffffff; }
  .primary-btn:visited {
    color: #ffffff; }
  .primary-btn:hover {
    background: #8d7350;
    cursor: pointer !important;
    color: #ffffff; }

.secondary-btn {
  background: #b9d4e5;
  color: #071d34;
  border-radius: 5px;
  transition: .4s;
  padding: 10px 15px;
  display: block;
  display: inline-block;
  font-size: 17px;
  font-weight: 400;
  line-height: normal;
  text-decoration: none !important; }
  .secondary-btna {
    color: #071d34; }
  .secondary-btn:visited {
    color: #071d34; }
  .secondary-btn:hover {
    background: #071d34;
    cursor: pointer !important; }

/*--------------------------------------------------------------
	Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em; }
  @media screen and (max-width: 580px) {
    .alignleft {
      float: none;
      margin-right: 0;
      display: block;
      margin-bottom: 20px; } }

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em; }
  @media screen and (max-width: 580px) {
    .alignright {
      float: none;
      margin-left: 0;
      display: block;
      margin-bottom: 20px; } }

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto; }

/*--------------------------------------------------------------
	Primary Menu
--------------------------------------------------------------*/
.primary-menu {
  display: none;
  float: right;
  margin: 0; }
  .primary-menu ul {
    list-style: none;
    margin: 0;
    padding: 0; }
  .primary-menu li {
    float: left;
    list-style: none;
    position: relative;
    padding-right: 10px;
    padding-left: 10px;
    margin-bottom: 0; }
    @media screen and (max-width: 1199px) {
      .primary-menu li {
        padding-right: 8px;
        padding-left: 8px; } }
    .primary-menu li:last-child {
      padding-right: 0; }
    .primary-menu li.current-menu-item > a {
      border-bottom: 1px solid #071d34; }
    .primary-menu li ul {
      background: #071d34;
      color: #ffffff;
      padding: 20px 25px 15px;
      z-index: 999;
      top: 100%;
      left: 10px;
      display: none;
      position: absolute;
      min-width: 215px; }
      .primary-menu li ul li {
        white-space: nowrap;
        display: block;
        width: 100%;
        padding: 10px 0px;
        border-top: 1px solid #8d7350;
        line-height: 1.5; }
        .primary-menu li ul li:first-child {
          border-top: 0px; }
        .primary-menu li ul li.current-menu-item {
          font-weight: bold;
          font-style: italic; }
        .primary-menu li ul li a {
          font-size: 16px;
          font-weight: 400;
          width: 100%;
          display: block;
          color: #ffffff;
          text-transform: capitalize; }
          .primary-menu li ul li a:hover {
            text-decoration: underline;
            background: none !important; }
    .primary-menu li:hover ul {
      display: block; }
  .primary-menu a {
    color: #000000;
    text-transform: capitalize;
    font-size: 16px;
    font-weight: bold; }
    .primary-menu a:hover {
      text-decoration: underline; }
  @media screen and (min-width: 1199px) {
    .primary-menu {
      display: block; } }

/*--------------------------------------------------------------
	Front Page
--------------------------------------------------------------*/
.hero {
  height: 600px;
  background-size: cover !important;
  background-position: center center !important;
  color: #ffffff;
  display: flex;
  align-items: flex-end;
  padding-bottom: 60px; }
  @media (max-width: 767px) {
    .hero {
      padding-bottom: 20px; } }
  @media (max-width: 576px) {
    .hero {
      margin-top: 50px; } }
  .hero .md {
    align-self: flex-end; }
    @media (max-width: 767px) {
      .hero .md {
        position: absolute;
        top: 150px; } }
  .hero .title {
    font-size: 16px;
    line-height: normal;
    display: flex;
    justify-content: flex-end; }
    @media (max-width: 767px) {
      .hero .title {
        justify-content: inherit; } }
    @media (max-width: 576px) {
      .hero .title {
        margin-top: 20px; } }
  @media (max-width: 767px) {
    .hero .col-md-7 {
      order: 2; } }
  .hero .slogan {
    background: rgba(7, 29, 52, 0.9);
    padding: 20px 30px 20px;
    border-radius: 5px; }
    .hero .slogan h1 {
      font-weight: 600;
      font-size: 45px; }
      @media (max-width: 767px) {
        .hero .slogan h1 {
          font-size: 30px; } }

.intro-login {
  background: #071d34;
  padding: 100px 0;
  color: #ffffff;
  border-top: 15px solid #8d7350;
  font-weight: 100;
  font-size: 27px;
  position: relative; }
  @media (max-width: 767px) {
    .intro-login {
      padding: 50px 0; } }
  .intro-login .triangle {
    width: 50px;
    height: 50px;
    position: absolute;
    background: #071d34;
    bottom: -25px;
    left: 35%;
    transform: rotate(45deg); }
    @media (max-width: 767px) {
      .intro-login .triangle {
        display: none; } }
  .intro-login .col-lg-5 {
    margin-top: 20px; }
    @media (max-width: 767px) {
      .intro-login .col-lg-5 {
        margin-top: 40px; } }
  .intro-login .secondary-btn {
    margin-top: 20px;
    margin-bottom: 30px;
    text-align: center; }
    @media (max-width: 576px) {
      .intro-login .secondary-btn {
        width: 100%; } }
    .intro-login .secondary-btn:hover {
      background: #8d7350;
      color: #ffffff;
      text-decoration: none; }
  .intro-login .login-box {
    background: #ffffff;
    border-radius: 5px;
    padding: 40px;
    text-align: center;
    color: #071d34; }
    @media (max-width: 576px) {
      .intro-login .login-box {
        padding: 20px; } }
    .intro-login .login-box h2 {
      font-weight: 100;
      font-size: 2.2rem;
      margin-bottom: 20px; }
    .intro-login .login-box .links {
      margin-top: 20px; }
      .intro-login .login-box .links ul {
        padding: 0px;
        margin: 0;
        list-style: none; }
        .intro-login .login-box .links ul li {
          display: inline-block;
          border-right: 1px solid #071d34;
          padding-right: 10px;
          margin-left: 5px;
          line-height: 0; }
          .intro-login .login-box .links ul li:last-child {
            border-right: none; }
          .intro-login .login-box .links ul li .l-links {
            font-size: 14px;
            display: inline-block;
            font-weight: 400;
            line-height: 1; }
            @media (max-width: 576px) {
              .intro-login .login-box .links ul li .l-links {
                font-size: 12px; } }
    .intro-login .login-box input[type=text], .intro-login .login-box input[type=password] {
      text-align: center;
      min-height: 60px;
      border-radius: 5px;
      border: 1px solid #071d34;
      color: #071d34;
      font-size: 16px;
      width: 45%;
      display: inline-block; }
      @media (max-width: 576px) {
        .intro-login .login-box input[type=text], .intro-login .login-box input[type=password] {
          width: 100%;
          margin-bottom: 10px; } }
    .intro-login .login-box input[type=text] {
      margin-right: 5px; }
      @media (max-width: 576px) {
        .intro-login .login-box input[type=text] {
          width: 100%;
          margin-right: 0; } }
    .intro-login .login-box input[type=password] {
      margin-left: 5px; }
      @media (max-width: 576px) {
        .intro-login .login-box input[type=password] {
          width: 100%;
          margin-left: 0px; } }
    .intro-login .login-box input[type=submit] {
      background: #071d34;
      color: #ffffff !important;
      margin-top: 15px;
      width: 45%;
      font-size: 20px;
      line-height: 2;
      transition: .4s;
      cursor: pointer; }
      @media (max-width: 576px) {
        .intro-login .login-box input[type=submit] {
          width: 100%;
          margin-top: 0; } }
      .intro-login .login-box input[type=submit]:visited {
        color: #ffffff; }
      .intro-login .login-box input[type=submit]:hover {
        background: #8d7350; }

.featured-cmes {
  background: #b9d4e5;
  padding: 60px 0; }
  .featured-cmes h2 {
    text-align: center;
    font-weight: 100;
    margin-bottom: 60px;
    font-size: 55px; }
    @media (max-width: 576px) {
      .featured-cmes h2 {
        font-size: 45px; } }
  .featured-cmes .col-lg-3, .featured-cmes .col-md-6 {
    -ms-flex-direction: column;
    flex-direction: column;
    display: flex;
    padding-right: 7.5px;
    padding-left: 7.5px; }
    @media (max-width: 991px) {
      .featured-cmes .col-lg-3, .featured-cmes .col-md-6 {
        margin-bottom: 15px; } }
    @media (max-width: 767px) {
      .featured-cmes .col-lg-3, .featured-cmes .col-md-6 {
        padding-right: 15px;
        padding-left: 15px; } }
  .featured-cmes .cme-box {
    background: #ffffff;
    padding: 20px 20px 0 20px;
    flex: 1 1 auto;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    font-size: 16px;
    text-align: center;
    color: #071d34;
    line-height: 22px; }
    .featured-cmes .cme-box h3 {
      font-weight: bold;
      font-size: 19px; }
    .featured-cmes .cme-box .fa {
      font-size: 40px;
      margin-bottom: 20px;
      color: #8d7350; }
  .featured-cmes .box-bottom {
    background: #ffffff;
    padding: 0px 20px 40px 20px;
    font-size: 15px;
    text-align: center;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px; }
    .featured-cmes .box-bottom .primary-btn {
      margin-top: 5px;
      font-size: 16px;
      text-decoration: none !important; }
    .featured-cmes .box-bottom .preview {
      display: inline-block;
      text-decoration: underline;
      font-weight: bold;
      margin-right: 5px;
      font-size: 16px; }
  .featured-cmes .all-btn {
    text-align: center;
    padding-top: 60px; }
    .featured-cmes .all-btn .primary-btn {
      font-size: 18px;
      text-align: center; }
      @media (max-width: 576px) {
        .featured-cmes .all-btn .primary-btn {
          width: 100%; } }

.testimonial {
  background: #071d34;
  padding: 80px 0;
  text-align: center;
  font-size: 35px;
  line-height: normal;
  color: #ffffff;
  font-weight: 300;
  line-height: 45px;
  position: relative; }
  @media (max-width: 991px) {
    .testimonial {
      font-size: 28px;
      line-height: 38px; } }
  .testimonial .triangle {
    width: 50px;
    height: 50px;
    position: absolute;
    background: #071d34;
    bottom: -25px;
    left: 52%;
    transform: rotate(45deg); }
  @media (max-width: 767px) {
    .testimonial {
      display: none; } }

.media {
  padding: 70px 0 60px 0; }
  .media h2 {
    text-align: center;
    font-weight: 100;
    margin-bottom: 30px;
    font-size: 55px; }
    @media (max-width: 576px) {
      .media h2 {
        font-size: 45px; } }
  .media .pod-wrapper, .media .vid-wrapper, .media .news-wrapper {
    position: relative;
    min-height: 406px;
    background-position: center center !important;
    background-size: cover !important;
    margin-bottom: 15px;
    border-radius: 5px; }
    .media .pod-wrapper .post-content, .media .vid-wrapper .post-content, .media .news-wrapper .post-content {
      color: #ffffff;
      z-index: 9;
      position: absolute;
      padding: 80px; }
      .media .pod-wrapper .post-content h3, .media .vid-wrapper .post-content h3, .media .news-wrapper .post-content h3 {
        margin-bottom: 15px;
        font-size: 1.95rem; }
      .media .pod-wrapper .post-content h4, .media .vid-wrapper .post-content h4, .media .news-wrapper .post-content h4 {
        font-size: 22px;
        margin-bottom: 20px;
        font-weight: 400; }
    .media .pod-wrapper .secondary-btn, .media .vid-wrapper .secondary-btn, .media .news-wrapper .secondary-btn {
      padding: 10px 35px;
      text-decoration: none !important; }
      .media .pod-wrapper .secondary-btn:hover, .media .vid-wrapper .secondary-btn:hover, .media .news-wrapper .secondary-btn:hover {
        background: #8d7350;
        color: #ffffff; }
  .media .vid-wrapper {
    margin-right: -7.5px; }
    @media (max-width: 767px) {
      .media .vid-wrapper {
        margin-right: inherit; } }
  .media .news-wrapper {
    margin-left: -7.5px; }
    @media (max-width: 767px) {
      .media .news-wrapper {
        margin-left: inherit; } }
  .media .vid-wrapper, .media .news-wrapper {
    display: flex;
    justify-content: center;
    align-items: center; }
    .media .vid-wrapper .post-content, .media .news-wrapper .post-content {
      text-align: center;
      width: 100%;
      position: relative; }
  .media .overlay {
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    background: #071d34;
    opacity: .85;
    border-radius: 5px; }
  @media (max-width: 767px) {
    .media .pod-wrapper {
      display: flex;
      justify-content: center;
      align-items: center; }
      .media .pod-wrapper .post-content {
        text-align: center;
        width: 100%; } }

/*--------------------------------------------------------------
	Main
--------------------------------------------------------------*/
.feature {
  background: #071d34;
  padding: 80px 0 60px 0;
  border-bottom: 15px solid #8d7350; }
  .feature h1 {
    font-size: 45px;
    color: #ffffff;
    font-weight: bold; }

.breadcrumb {
  padding: .75rem 0;
  margin-bottom: 0;
  background-color: transparent;
  border-radius: 0;
  font-size: 18px; }
  .breadcrumb a {
    font-weight: bold; }

.main {
  margin: 60px 0 60px 0; }
  .main a {
    text-decoration: underline; }
  .main .testimonials {
    margin-top: 40px; }

/*--------------------------------------------------------------
	Blog
--------------------------------------------------------------*/
.sidebar {
  background: #b9d4e5;
  padding: 20px;
  border-radius: 5px; }
  @media (max-width: 991px) {
    .sidebar {
      margin-top: 30px; } }
  .sidebar h2 {
    font-size: 24px;
    margin-top: 20px;
    font-weight: bold; }
  .sidebar a {
    text-decoration: none; }
  .sidebar ul {
    padding-left: 20px; }
  .sidebar li {
    line-height: normal;
    font-size: 16px;
    margin-bottom: 10px; }
  .sidebar select {
    background: #ffffff;
    font-size: 15px;
    height: 40px;
    width: 100%; }
  .sidebar input[type=search] {
    width: 100%; }
  .sidebar input[type=submit] {
    background: #071d34;
    color: #ffffff;
    transition: .4s; }
    .sidebar input[type=submit]:hover {
      background: #8d7350; }

.blog-icons {
  font-size: 16px; }
  .blog-icons .fa {
    color: #8d7350;
    margin-right: 5px; }

.blog h2 a, .archive h2 a {
  text-decoration: none;
  font-weight: bold; }
.blog .article-post, .archive .article-post {
  padding-bottom: 40px; }
.blog .read-more, .archive .read-more {
  font-weight: bold; }

.single h2 {
  font-weight: bold;
  margin-bottom: 20px; }

/*--------------------------------------------------------------
	Footer
--------------------------------------------------------------*/
.contact-bar {
  background: #eaf2f7;
  padding: 60px 0; }
  .contact-bar h2 {
    text-align: center;
    font-weight: 100;
    color: #071d34;
    font-size: 55px;
    margin-bottom: 30px; }
    @media (max-width: 576px) {
      .contact-bar h2 {
        font-size: 45px; } }
  .contact-bar h3 {
    font-size: 1.55rem;
    margin-top: 30px;
    margin-right: 60px;
    margin-left: -30px;
    font-weight: 400; }
    @media (max-width: 991px) {
      .contact-bar h3 {
        margin-right: 0;
        margin-left: 0; } }
    @media (max-width: 576px) {
      .contact-bar h3 {
        text-align: center; } }
  .contact-bar .ml-wrapper {
    color: #ffffff;
    background: #071d34;
    padding: 40px;
    border-radius: 5px; }
  .contact-bar .gform_wrapper .gform_heading {
    margin: 0; }
  .contact-bar .gform_wrapper input {
    border: none;
    text-align: center;
    min-height: 60px;
    border-radius: 5px; }
  .contact-bar .gform_wrapper .gform_footer {
    text-align: center;
    padding-top: 20px;
    margin: 0; }
    .contact-bar .gform_wrapper .gform_footer .gform_button {
      background: #b9d4e5;
      min-width: 238px;
      text-decoration: none !important; }
      .contact-bar .gform_wrapper .gform_footer .gform_button:hover {
        background: #8d7350;
        cursor: pointer; }
  @media only screen and (max-width: 641px) {
    .contact-bar .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=image]):not([type=file]) {
      line-height: 2;
      min-height: 60px;
      width: 100%; } }

#footer {
  background: #071d34;
  border-top: 15px solid #8d7350;
  padding: 80px 0 60px 0;
  color: #ffffff;
  font-size: 18px;
  line-height: 28px; }
  @media (max-width: 768px) {
    #footer {
      padding-top: 40px; } }
  #footer .copyright-row {
    margin-top: 100px; }
    @media (max-width: 768px) {
      #footer .copyright-row {
        margin-top: 40px; } }
  #footer a {
    color: #ffffff; }
  #footer ul.contact {
    padding: 0;
    list-style: none; }
    #footer ul.contact li .fa {
      margin-right: 5px;
      color: #b9d4e5; }
    #footer ul.contact li a {
      color: #b9d4e5; }
    @media (max-width: 991px) {
      #footer ul.contact {
        margin-top: 20px; } }
  #footer ul#footer-menu {
    padding: 0;
    list-style: none;
    column-count: 2; }
    #footer ul#footer-menu li {
      margin-bottom: 5px; }
      #footer ul#footer-menu li a {
        color: #b9d4e5; }
    @media (max-width: 991px) {
      #footer ul#footer-menu {
        column-count: unset;
        margin-top: 20px; } }
  #footer .copyright {
    font-size: 12px; }
    @media (max-width: 1199px) {
      #footer .copyright span {
        display: block; } }
    #footer .copyright span a {
      color: #b9d4e5;
      border-left: 1px solid #ffffff;
      margin-left: 10px;
      padding-left: 10px; }
      @media (max-width: 1199px) {
        #footer .copyright span a:first-child {
          border-left: none;
          margin-left: 0px;
          padding-left: 0px; } }
  #footer .m-six {
    font-size: 12px;
    text-align: right; }
    @media (max-width: 768px) {
      #footer .m-six {
        text-align: left;
        margin-top: 40px; } }

/*--------------------------------------------------------------
	Off canvas sidebar
--------------------------------------------------------------*/
#sidebar {
  background: #071d34;
  color: #ffffff;
  padding: 20px 0 0 40px;
  z-index: 9; }

@media screen and (min-width: 1000px) {
  #sidebar {
    padding: 40px 0 0 50px; } }
#sidebar a {
  color: #ffffff;
  text-decoration: none;
  text-transform: capitalize; }

#sidebar a:hover {
  text-decoration: underline; }

#sidebar .close-x {
  display: block;
  cursor: pointer;
  color: #fff;
  font-size: 14px;
  padding: 30px 10% 0 0; }

@media screen and (min-width: 1000px) {
  #sidebar .close-x {
    display: block; } }
#sidebar ul {
  list-style: none;
  margin: 0;
  padding: 0; }

#sidebar ul:before {
  clear: both;
  display: table;
  content: ''; }

#sidebar ul li {
  font-size: 16px;
  text-align: left;
  width: 75%;
  position: relative;
  font-weight: bold; }

@media screen and (min-width: 1000px) {
  #sidebar ul li {
    font-size: 20px;
    width: 60%; } }
@media screen and (max-width: 580px) {
  #sidebar ul li {
    width: 85%; } }
#sidebar ul li a {
  display: block;
  padding: 12px 0; }

#sidebar ul li:first-child a {
  border: 0; }

#sidebar ul li ul {
  display: none;
  padding-bottom: 20px; }

#sidebar ul li ul li {
  font-size: 16px;
  display: block;
  width: 80%;
  padding-top: 20px;
  margin-left: 20px;
  font-weight: 400; }

#sidebar ul li ul li:first-child {
  padding-top: 20px; }

#sidebar ul li ul li a {
  padding: 0;
  border: 0;
  line-height: 19px; }

#sidebar ul li .aw {
  position: absolute;
  right: 0;
  top: 10px;
  z-index: 999;
  font-size: 18px; }

#sidebar ul li .aw:hover {
  cursor: pointer; }

@media screen and (min-width: 1000px) {
  #sidebar ul li .aw {
    font-size: 22px; } }
#sidebar .fa-home {
  font-size: 26px;
  padding-top: 30px; }

#sidebar .show {
  display: none; }

#sidebar ul.mlogin {
  background: #071d34;
  font-size: 14px;
  margin-bottom: 20px; }
  #sidebar ul.mlogin li {
    display: inline-block;
    line-height: 1;
    border-bottom: 1px solid #b9d4e5;
    padding: 10px 0; }
    #sidebar ul.mlogin li a {
      display: inline-block; }
    #sidebar ul.mlogin li .fa {
      color: #b9d4e5; }
    #sidebar ul.mlogin li a {
      color: #b9d4e5; }
#sidebar ul.contact {
  padding: 0;
  list-style: none;
  column-count: 2; }
  #sidebar ul.contact li {
    margin-bottom: 5px;
    font-weight: 400; }
    #sidebar ul.contact li .fa {
      color: #b9d4e5; }
    #sidebar ul.contact li a {
      color: #b9d4e5;
      display: inline-block;
      border-top: none;
      padding: 0; }
  @media (max-width: 991px) {
    #sidebar ul.contact {
      column-count: unset;
      margin-top: 20px; } }

/*--------------------------------------------------------------
	Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */ }

.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;
  clip-path: none;
  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. */ }

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0; }

/*--------------------------------------------------------------
Media
--------------------------------------------------------------*/
video {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */ }

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  margin-bottom: 1.5em;
  max-width: 100%; }

audio,
video {
  display: inline-block; }

audio:not([controls]) {
  display: none;
  height: 0; }

/*--------------------------------------------------------------
	Pagination
--------------------------------------------------------------*/
ul.page-numbers {
  margin-left: -40px;
  margin-top: 40px; }
  ul.page-numbers li {
    float: left;
    list-style: none;
    margin-right: 5px; }
    ul.page-numbers li span.current {
      border: 1px solid #ccc;
      padding: 5px 10px;
      border-radius: 4px; }
    ul.page-numbers li a {
      border: 1px solid #ccc;
      padding: 5px 10px;
      border-radius: 4px;
      font-weight: bold; }
    ul.page-numbers li a.next.page-numbers {
      border: none;
      float: none; }
    ul.page-numbers li a.prev.page-numbers {
      border: none;
      float: none; }

/*# sourceMappingURL=styles.css.map */
