/*********************GENERAL*********************/
* {
    margin: 0;
}
html,
body {
    width: 100%;
    height: 100%;
    background: #ffffff;
    font-family: "Source Sans Pro", Helvetica, sans-serif;
}
body {
    overflow-y: scroll;
    overflow-x: hidden;
}
.force-wrapper {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -110px;
}
.footer,
.push {
    height: 110px;
}
a:hover {
    text-decoration: none;
}
.form-control::-webkit-input-placeholder {
    color: #ffffff;
}
.form-control:-moz-placeholder {
    color: #ffffff;
}
.form-control::-moz-placeholder {
    color: #ffffff;
}
.form-control:-ms-input-placeholder {
    color: #ffffff;
}
.priority {
    font-size: 1.25em;
    font-weight: bold;
    text-decoration: underline;
    display: block;
}
.external-link a {
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    border: 1px solid #d99b25;
    color: #d99b25;
    text-align: center;
    position: relative;
    transition: background-color 0.3s;
}
.external-link a:hover {
    color: white !important;
    background-color: #d99b25;
}
.external-link a::after {
    content: "\f08e";
    font: normal normal normal 0.8em/1 FontAwesome;
    min-width: 30px;
    color: inherit;
    padding: 6px 5px 4px;
    text-align: center;
    vertical-align: bottom;
    margin-left: 15px;
}
/*::-webkit-scrollbar {
    display: none;
}*/
/*********************HEADER*********************/
#header {
    background-image: url("../images/header_bg.jpg");
    background-color: #1b2e54;
    background-position: center top;
    background-repeat: no-repeat;
    height: 264px;
    width: 100%;
}
#header .top-bar {
    background-color: #d99b29;
    /* height: 44px; */
    height: auto;
}
#header .top-bar .content {
    color: #ffffff;
    text-align: center;
    font-family: "Source Sans Pro", Helvetica, sans-serif;
    font-weight: 700;
    font-size: 20px;
    text-transform: uppercase;
    /* padding-top: 8px; */
    padding: 8px 0;
    letter-spacing: 1px;
    line-height: 1em;
}
#header .top-bar .content a {
    color: #ffffff;
}
#header .logo-bar {
    padding-bottom: 4px;
    border-bottom: 1px solid #d99b29;
}
#header .logo-bar .logo {
    width: 87px;
    margin: 0 auto;
    padding: 15px 0;
    border-bottom: 1px solid #d99b29;
}
#header .logo-bar .main-title {
    color: #ffffff;
    text-align: center;
    padding-top: 3px;
    font-family: "Playfair Display", times new roman, serif;
    font-size: 30px;
    letter-spacing: 1px;
}
#header .logo-bar .main-title div {
    display: inline;
}
#header .logo-bar .main-title span {
    font-family: "Source Sans Pro", Helvetica, sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 36px;
    letter-spacing: 2px;
}
/*NAV*/
#header .navbar-default {
    background: none;
    border: none;
}
#header .navbar {
    min-height: 40px;
    margin-bottom: 0;
}
#header .navbar .container {
    padding-left: 5px;
    padding-right: 5px;
}
#header .navbar-collapse {
    padding: 0;
}
#header #main-nav .form-control {
    margin-top: -7px;
    height: 26px;
    padding: 4px 8px;
    color: #ffffff;
    background: none;
    border: 1px solid #ffffff;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
#header #main-nav .btn {
    background: none;
    color: #fff;
    font-size: 16px;
    padding: 4px 10px;
    line-height: normal;
    margin-top: -5px;
}
#header #main-nav .navbar-form {
    margin-top: 11px;
}
#header #main-nav .nav > li {
    position: inherit;
    display: block;
}
#header #main-nav .navbar-nav > li > .dropdown-menu {
    margin-top: -1px;
    width: 100%;
    background-color: rgba(29, 49, 89, 0.95);
    border-radius: 0;
    -webkit-box-shadow: 0px 10px 17px 0px rgba(0, 0, 0, 0.375);
    box-shadow: 0px 10px 17px 0px rgba(0, 0, 0, 0.375);
    border: none;
    padding: 20px;
}
#header #main-nav .dropdown-menu ul {
    list-style-type: none;
    padding-left: 0;
}
#header #main-nav .dropdown-menu ul li {
    padding-left: 0;
    margin-bottom: 8px;
}
#header #main-nav .dropdown-menu ul li:last-child {
    margin-bottom: 0;
}
#header #main-nav .dropdown-menu ul li a {
    color: #ffffff;
    font-size: 16px;
    font-weight: 300;
    line-height: normal;
}
#header #main-nav .dropdown-menu ul li a:hover {
    color: #d99b29;
    text-decoration: none;
}
#header .navbar-default .navbar-nav > li > a {
    color: #fff;
    padding: 11px 10px 12px 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-family: "Source Sans Pro", Helvetica, sans-serif;
    font-weight: 400;
    font-size: 16px;
}
#header .navbar-default .navbar-nav > .active > a,
#header .navbar-default .navbar-nav > .active > a:focus,
#header .navbar-default .navbar-nav > .active > a:hover {
    color: #ffffff;
    background-color: #3a5d87;
}
#header .navbar-default .navbar-nav > li > a:hover {
    color: #fff;
    text-decoration: none;
    background-color: #3a5d87;
    cursor: pointer;
}
#header .navbar-default .navbar-nav > .open > a,
#header .navbar-default .navbar-nav > .open > a:focus,
#header .navbar-default .navbar-nav > .open > a:hover {
    background-color: #3a5d87;
}
#header .container-fluid > .navbar-collapse,
#header .container-fluid > .navbar-header,
#header .container > .navbar-collapse,
#header .container > .navbar-header {
    margin-right: -10px;
    margin-left: -10px;
}
#header .navbar-nav {
    max-width: 80%;
    overflow: hidden;
    height: 43px;
}
/*********************HOME PAGE*********************/
/*HOT ISSUE BOX*/
#home {
    margin-top: 10px;
}
#home .hot-issue-box {
    padding-right: 5px;
    padding-left: 5px;
}
#home .hot-issue-box a.hot-issue {
    display: block;
    min-height: 255px;
    color: #ffffff;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
#home .hot-issue-box .hot-issue .hot-issue-text-wrapper {
    background-color: rgba(217, 155, 41, 0.9);
    float: left;
    padding: 10px 20px;
    position: absolute;
    bottom: 20px;
    left: 0;
}
#home .hot-issue-box .hot-issue .hot-issue-text-wrapper .category {
    color: #ffffff;
    font-family: "Source Sans Pro", Helvetica, sans-serif;
    font-weight: 600;
    font-size: 13px;
    text-transform: uppercase;
}
#home .hot-issue-box .hot-issue .hot-issue-text-wrapper .box-title {
    color: #ffffff;
    font-family: "Source Sans Pro", Helvetica, sans-serif;
    font-weight: 300;
    font-size: 30px;
    margin-top: -4px;
    line-height: 1.1;
}
/*CONNECT WITH THE GOVERNOR BOX*/
#home .connect-box {
    padding-right: 5px;
    padding-left: 5px;
}
#home .connect-box .connect {
    background-color: #f2f2f2;
    min-height: 255px;
}
#home .connect-box .connect .connect-title {
    text-align: center;
    color: #1b2e54;
    border-bottom: 1px solid #1b2e54;
    padding: 20px 0 15px;
    margin: 0 20px 15px;
    font-family: "Playfair Display", times new roman, serif;
    font-size: 30px;
    letter-spacing: 1px;
    line-height: 29px;
}
#home .connect-box .connect .connect-title span {
    font-family: "Source Sans Pro", Helvetica, sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 36px;
    letter-spacing: 2px;
}
#home .connect-box .connect .row {
    margin-left: 0;
    margin-right: 0;
    padding: 0 5px;
}
#home .connect-box .connect .contact a {
    display: block;
    text-align: center;
    position: relative;
    padding: 8px 10px;
    overflow: hidden;
    text-decoration: none;
    font-family: "Playfair Display", times new roman, serif;
    font-size: 13px;
    letter-spacing: 1px;
    line-height: 15px;
}
#home .connect-box .connect .contact a span {
    font-family: "Source Sans Pro", Helvetica, sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 15px;
    letter-spacing: 1px;
}
#home .connect-box .connect .contact a:after,
#home .connect-box .connect .contact a:before,
#home .connect-box .connect .contact a > span:before,
#home .connect-box .connect .contact a > span:after {
    z-index: -1;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
#home .connect-box .connect .contact a {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
#home .connect-box .connect .contact .connect-btn {
    color: #1b2e54;
    border: 1px solid #1b2e54;
    position: relative;
    z-index: 2;
}
#home .connect-box .connect .contact .connect-btn:before {
    content: "";
    width: 0;
    height: 0;
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
    border-style: solid;
    border-width: 0 0 0 0;
    border-color: transparent transparent transparent #1b2e54;
    position: absolute;
    bottom: 0;
    left: 0;
}
#home .connect-box .connect .contact .connect-btn:after {
    content: "";
    width: 0;
    height: 0;
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
    border-style: solid;
    border-width: 0 0 0 0;
    border-color: transparent #1b2e54 transparent transparent;
    position: absolute;
    top: 0;
    right: 0;
}
#home .connect-box .connect .contact .connect-btn:hover {
    color: #ffffff;
    z-index: 100;
}
#home .connect-box .connect .contact .connect-btn:hover:before {
    border-width: 250px 0 0 250px;
}
#home .connect-box .connect .contact .connect-btn:hover:after {
    border-width: 0 250px 250px 0;
}
#home .connect-box .connect .contact .connect-btn:active {
    background: #1b2e54;
}
#home .connect-box .connect .social {
    padding: 0 5px;
    margin-top: 20px;
    position: absolute;
    bottom: 0;
    width: 100%;
    margin-left: -5px;
    margin-right: -5px;
}
#home .connect-box .connect a.twitter {
    display: block;
    width: 33%;
    float: left;
    text-align: center;
    color: #ffffff;
    background-color: #639cbf;
    padding: 15px;
    font-size: 24px;
}
#home .connect-box .connect a:hover.twitter {
    -webkit-transition: all 0.5s ease-in;
    -moz-transition: all 0.5s ease-in;
    transition: all 0.5s ease-in;
    background-color: #5483a0;
}
#home .connect-box .connect a.facebook {
    display: block;
    width: 34%;
    float: left;
    text-align: center;
    color: #ffffff;
    background-color: #3a5d87;
    padding: 15px;
    font-size: 24px;
}
#home .connect-box .connect a:hover.facebook {
    -webkit-transition: all 0.5s ease-in;
    -moz-transition: all 0.5s ease-in;
    transition: all 0.5s ease-in;
    background-color: #2f4d71;
}
#home .connect-box .connect a.instagram {
    display: block;
    width: 33%;
    float: left;
    text-align: center;
    color: #ffffff;
    background-color: #1d3159;
    padding: 15px;
    font-size: 24px;
}
#home .connect-box .connect a:hover.instagram {
    -webkit-transition: all 0.5s ease-in;
    -moz-transition: all 0.5s ease-in;
    transition: all 0.5s ease-in;
    background-color: #0f2145;
}
/*ISSUES, FACTS, NEWS BOXES*/
#home .row2 {
    margin-top: 10px;
}
#home .row2 .issues-box,
#home .row2 .facts-box,
#home .row2 .newsroom-box {
    padding: 0 5px;
}
#home #issuesCarousel,
#home #factsCarousel,
#home #newsCarousel {
    height: 255px;
    margin-bottom: 0;
    padding: 0;
    border-radius: 0;
}
#home #issuesCarousel .container,
#home #factsCarousel .container,
#home #newsCarousel .container {
    width: 100%;
    padding: 0;
}
#home #issuesCarousel .carousel-indicators li,
#home #factsCarousel .carousel-indicators li,
#home #newsCarousel .carousel-indicators li {
    border-color: #ffffff;
}
#home #issuesCarousel .carousel-indicators .active,
#home #factsCarousel .carousel-indicators .active,
#home #newsCarousel .carousel-indicators .active {
    background-color: #ffffff;
}
#home #issuesCarousel .item h1,
#home #factsCarousel .item h1,
#home #newsCarousel .item h1 {
    font-size: 2em;
}
#home .carousel .carousel-indicators li {
    display: inline-block;
    width: 26px;
    height: 10px;
    margin: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: none;
    border: 1px solid #fff;
    border-radius: 0;
}
#home .carousel .category {
    color: #ffffff;
    font-family: "Source Sans Pro", Helvetica, sans-serif;
    font-weight: 600;
    font-size: 13px;
    text-transform: uppercase;
    margin-bottom: -38px;
    position: relative;
    z-index: 20;
    padding: 10px 15px;
}
#home .carousel .carousel-indicators .active {
    width: 26px;
    height: 10px;
    margin: 3px;
}
#home .carousel .item {
    height: 255px;
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: 5px;
}
#home #issuesCarousel .overlay {
    background-color: rgba(29, 49, 89, 0.9);
    height: 100%;
}
#home #factsCarousel .overlay {
    background-color: rgba(217, 155, 41, 0.9);
    height: 100%;
}
#home #newsCarousel .overlay {
    background-color: rgba(99, 156, 191, 0.9);
    height: 100%;
}
#home .carousel .box-title {
    color: #ffffff;
    font-family: "Source Sans Pro", Helvetica, sans-serif;
    font-weight: 300;
    font-size: 28px;
    margin-top: -4px;
    padding: 29px 14px;
    line-height: 28px;
    display: block;
    max-height: 183px;
    overflow: hidden;
}
#home .carousel .box-title:hover {
    text-decoration: none;
}
#home .carousel .date {
    color: #ffffff;
    font-family: "Source Sans Pro", Helvetica, sans-serif;
    font-weight: 600;
    font-size: 16px;
    margin-top: -13px;
    position: relative;
    z-index: 20;
    padding: 10px 0px;
}
#home .carousel a.read-more {
    display: block;
    width: 50%;
    margin: 0 auto;
    text-align: center;
    margin-top: -51px;
    z-index: 33;
    position: relative;
    color: #fff;
    border: 1px solid #fff;
    font-family: "Source Sans Pro", Helvetica, sans-serif;
    font-weight: 400;
    font-size: 13px;
    text-transform: uppercase;
    padding: 8px;
}
#home .carousel a.read-more {
    display: block;
    text-align: center;
    position: relative;
    padding: 8px 10px;
    overflow: hidden;
    text-decoration: none;
    line-height: 15px;
}
#home .carousel a.read-more:after,
#home .carousel a.read-more:before,
#home .carousel a.read-more > span:before,
#home .carousel a.read-more > span:after {
    z-index: -1;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
#home .carousel a.read-more {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
#home .carousel .read-more {
    color: #ffffff;
    border: 1px solid #1b2e54;
    position: relative;
    z-index: 2;
}
#home .carousel .read-more:before {
    content: "";
    width: 0;
    height: 0;
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
    border-style: solid;
    border-width: 0 0 0 0;
    border-color: transparent transparent transparent #ffffff;
    position: absolute;
    bottom: 0;
    left: 0;
}
#home .carousel .read-more:after {
    content: "";
    width: 0;
    height: 0;
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
    border-style: solid;
    border-width: 0 0 0 0;
    border-color: transparent #ffffff transparent transparent;
    position: absolute;
    top: 0;
    right: 0;
}
#home .carousel .read-more:hover {
    color: #1b2e54;
    z-index: 100;
}
#home .carousel .read-more:hover:before {
    border-width: 250px 0 0 250px;
}
#home .carousel .read-more:hover:after {
    border-width: 0 250px 250px 0;
}
#home .carousel .read-more:active {
    background: #ffffff;
}
/*EVENTS BOX*/
#home .row3 {
    margin-top: 10px;
}
#home .events-box {
    padding-left: 5px;
    padding-right: 5px;
}
#home .events-box .events {
    border-top: 1px solid #1d3159;
    border-bottom: 1px solid #1d3159;
    padding-top: 10px;
    padding-bottom: 10px;
    height: 255px;
}
#home .events-box .events .title-bar {
    border-bottom: 1px solid #1d3159;
    padding-bottom: 10px;
}
#home .events-box .events .title-bar:after {
    content: "";
    display: table;
    clear: both;
}
#home .events-box .events .title-bar .box-title {
    font-family: "Source Sans Pro", Helvetica, sans-serif;
    font-weight: 400;
    font-size: 18px;
    text-transform: uppercase;
    float: left;
    margin-top: 1px;
}
#home .events-box .events .title-bar a.read-more {
    display: block;
    text-align: center;
    position: relative;
    padding: 6px 20px;
    overflow: hidden;
    text-decoration: none;
    line-height: 15px;
    float: right;
    font-family: "Source Sans Pro", Helvetica, sans-serif;
    font-weight: 400;
    font-size: 13px;
    text-transform: uppercase;
}
#home .events-box .events .title-bar a.read-more:after,
#home .events-box .events .title-bar a.read-more:before,
#home .events-box .events .title-bar a.read-more > span:before,
#home .events-box .events .title-bar a.read-more > span:after {
    z-index: -1;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
#home .events-box .events .title-bar a.read-more {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
#home .events-box .events .title-bar .read-more {
    color: #1b2e54;
    border: 1px solid #1b2e54;
    position: relative;
    z-index: 2;
}
#home .events-box .events .title-bar .read-more:before {
    content: "";
    width: 0;
    height: 0;
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
    border-style: solid;
    border-width: 0 0 0 0;
    border-color: transparent transparent transparent #1b2e54;
    position: absolute;
    bottom: 0;
    left: 0;
}
#home .events-box .events .title-bar .read-more:after {
    content: "";
    width: 0;
    height: 0;
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
    border-style: solid;
    border-width: 0 0 0 0;
    border-color: transparent #1b2e54 transparent transparent;
    position: absolute;
    top: 0;
    right: 0;
}
#home .events-box .events .title-bar .read-more:hover {
    color: #ffffff;
    z-index: 100;
}
#home .events-box .events .title-bar .read-more:hover:before {
    border-width: 250px 0 0 250px;
}
#home .events-box .events .title-bar .read-more:hover:after {
    border-width: 0 250px 250px 0;
}
#home .events-box .events .title-bar .read-more:active {
    background: #1b2e54;
}
#home .events-box .events ul {
    margin-bottom: 0;
    padding-left: 0;
    list-style-type: none;
    overflow-y: scroll;
}
#home .events-box .events ul a li {
    color: #1d3159;
    padding: 10px;
    border-bottom: 1px solid #f2f2f2;
    font-family: "Source Sans Pro", Helvetica, sans-serif;
    font-weight: 400;
    font-size: 18px;
    display: block;
    line-height: 20px;
}
#home .events-box .events ul a:last-child li {
    border-bottom: 0;
}
#home .events-box .events ul a:hover li {
    background-color: #f2f2f2;
}
#home .events-box .events ul a:hover {
    text-decoration: none;
}
#home .events-box .events ul a li span {
    display: block;
    font-family: "Source Sans Pro", Helvetica, sans-serif;
    font-weight: 600;
    font-size: 16px;
    color: #d99b29;
}
/*SIGNUP BOX*/
#home .signup-box {
    padding-left: 5px;
    padding-right: 5px;
}
#home .signup-box.no-events {
    width: 100%;
}
#home .signup-box .signup {
    height: 255px;
    background-image: url("../images/signup_img.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
#home .signup-box .signup .overlay {
    background-color: rgba(29, 49, 89, 0.9);
    height: 100%;
    width: 100%;
    display: table;
    padding: 20px 40px;
}
#home .signup-box .signup .overlay .signup-wrapper {
    display: table-cell;
    vertical-align: middle;
}
#home .signup-box .signup .overlay .signup-wrapper .box-title {
    font-family: "Source Sans Pro", Helvetica, sans-serif;
    font-weight: 600;
    font-size: 20px;
    color: #d99b29;
}
#home .signup-box .signup .overlay .signup-wrapper .box-subtitle {
    font-family: "Source Sans Pro", Helvetica, sans-serif;
    font-weight: 300;
    letter-spacing: 1px;
    margin-top: -3px;
    margin-bottom: 40px;
    font-size: 28px;
    color: #ffffff;
    line-height: 31px;
}
#home .signup-box .signup .overlay .signup-wrapper .form-control {
    width: 75%;
    color: #ffffff;
    background: none;
    background-image: none;
    border: 1px solid #d99b29;
    float: left;
    border-radius: 0;
    box-shadow: none;
    font-family: "Source Sans Pro", Helvetica, sans-serif;
    font-weight: 400;
}
#home .signup-box .signup .overlay .signup-wrapper .btn {
    color: #fff;
    background-color: #d99b29;
    border-color: #d99b29;
    border-radius: 0;
    width: 25%;
    text-transform: uppercase;
    font-family: "Source Sans Pro", Helvetica, sans-serif;
    font-weight: 400;
    letter-spacing: 1px;
    font-size: 14px;
}
/*MEET THE GOVERNOR BOX*/
#home .row4 {
    margin-top: 10px;
}
#home .meet-gov-box {
    padding-left: 5px;
    padding-right: 5px;
}
#home .meet-gov-box .meet-gov {
    border: 1px solid #1b2e54;
    padding: 10px;
    height: 255px;
}
#home .meet-gov-box .meet-gov .meet-gov-int {
    height: 100%;
    background-color: #f2f2f2;
    padding: 20px;
}
#home .meet-gov-box .meet-gov .meet-gov-int .box-title {
    text-align: center;
    color: #1b2e54;
    padding: 20px 0 15px;
    margin: 40px 11px 0;
    font-family: "Playfair Display", times new roman, serif;
    font-size: 30px;
    letter-spacing: 1px;
    line-height: 29px;
    width: 60%;
    float: right;
}
#home .meet-gov-box .meet-gov .meet-gov-int .box-title div {
    display: inline;
}
#home .meet-gov-box .meet-gov .meet-gov-int .box-title span {
    font-family: "Source Sans Pro", Helvetica, sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 36px;
    letter-spacing: 2px;
}
#home .meet-gov-box .meet-gov .meet-gov-int a.read-more {
    display: block;
    text-align: center;
    position: relative;
    padding: 6px 20px;
    overflow: hidden;
    text-decoration: none;
    line-height: 15px;
    float: right;
    font-family: "Source Sans Pro", Helvetica, sans-serif;
    font-weight: 400;
    font-size: 13px;
    text-transform: uppercase;
    clear: both;
    width: 40%;
    margin: 0 83px;
}
#home .meet-gov-box .meet-gov .meet-gov-int a.read-more:after,
#home .meet-gov-box .meet-gov .meet-gov-int a.read-more:before,
#home .meet-gov-box .meet-gov .meet-gov-int a.read-more > span:before,
#home .meet-gov-box .meet-gov .meet-gov-int a.read-more > span:after {
    z-index: -1;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
#home .meet-gov-box .meet-gov .meet-gov-int a.read-more {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
#home .meet-gov-box .meet-gov .meet-gov-int .read-more {
    color: #1b2e54;
    border: 1px solid #1b2e54;
    position: relative;
    z-index: 2;
}
#home .meet-gov-box .meet-gov .meet-gov-int .read-more:before {
    content: "";
    width: 0;
    height: 0;
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
    border-style: solid;
    border-width: 0 0 0 0;
    border-color: transparent transparent transparent #1b2e54;
    position: absolute;
    bottom: 0;
    left: 0;
}
#home .meet-gov-box .meet-gov .meet-gov-int .read-more:after {
    content: "";
    width: 0;
    height: 0;
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
    border-style: solid;
    border-width: 0 0 0 0;
    border-color: transparent #1b2e54 transparent transparent;
    position: absolute;
    top: 0;
    right: 0;
}
#home .meet-gov-box .meet-gov .meet-gov-int .read-more:hover {
    color: #ffffff;
    z-index: 100;
}
#home .meet-gov-box .meet-gov .meet-gov-int .read-more:hover:before {
    border-width: 250px 0 0 250px;
}
#home .meet-gov-box .meet-gov .meet-gov-int .read-more:hover:after {
    border-width: 0 250px 250px 0;
}
#home .meet-gov-box .meet-gov .meet-gov-int .read-more:active {
    background: #1b2e54;
}
#home .meet-gov-box .meet-gov .section-photo {
    width: 40%;
    position: absolute;
    left: 0;
    top: -6px;
    height: 260px;
    text-align: right;
    z-index: 22;
}
#home .meet-gov-box .meet-gov .section-photo img {
    height: 100%;
}
/*MEET THE CABINET BOX*/
#home .meet-cab-box {
    padding-left: 5px;
    padding-right: 5px;
}
#home .meet-cab-box .meet-cab {
    border: 1px solid #1b2e54;
    padding: 10px;
    height: 255px;
}
#home .meet-cab-box .meet-cab .meet-cab-int {
    background-image: url("../images/cabinet_img.jpg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 100%;
}
#home .meet-cab-box .meet-cab .meet-cab-int .overlay {
    background-color: rgba(99, 156, 191, 0.9);
    height: 100%;
    padding: 0 30px;
}
#home .meet-cab-box .meet-cab .meet-cab-int .box-title {
    text-align: center;
    color: #ffffff;
    padding: 20px 0 15px;
    margin: 40px 0 0;
    font-family: "Playfair Display", times new roman, serif;
    font-size: 30px;
    letter-spacing: 1px;
    line-height: 29px;
    width: 100%;
    float: left;
}
#home .meet-cab-box .meet-cab .meet-cab-int .box-title span {
    font-family: "Source Sans Pro", Helvetica, sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 36px;
    letter-spacing: 2px;
}
#home .meet-cab-box .meet-cab .meet-cab-int a.read-more {
    display: block;
    text-align: center;
    position: relative;
    padding: 6px 20px;
    overflow: hidden;
    text-decoration: none;
    line-height: 15px;
    float: left;
    font-family: "Source Sans Pro", Helvetica, sans-serif;
    font-weight: 400;
    font-size: 13px;
    text-transform: uppercase;
    clear: both;
    width: 100%;
}
#home .meet-cab-box .meet-cab .meet-cab-int a.read-more:after,
#home .meet-cab-box .meet-cab .meet-cab-int a.read-more:before,
#home .meet-cab-box .meet-cab .meet-cab-int a.read-more > span:before,
#home .meet-cab-box .meet-cab .meet-cab-int a.read-more > span:after {
    z-index: -1;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
#home .meet-cab-box .meet-cab .meet-cab-int a.read-more {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
#home .meet-cab-box .meet-cab .meet-cab-int .read-more {
    color: #ffffff;
    border: 1px solid #ffffff;
    position: relative;
    z-index: 2;
}
#home .meet-cab-box .meet-cab .meet-cab-int .read-more:before {
    content: "";
    width: 0;
    height: 0;
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
    border-style: solid;
    border-width: 0 0 0 0;
    border-color: transparent transparent transparent #ffffff;
    position: absolute;
    bottom: 0;
    left: 0;
}
#home .meet-cab-box .meet-cab .meet-cab-int .read-more:after {
    content: "";
    width: 0;
    height: 0;
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
    border-style: solid;
    border-width: 0 0 0 0;
    border-color: transparent #ffffff transparent transparent;
    position: absolute;
    top: 0;
    right: 0;
}
#home .meet-cab-box .meet-cab .meet-cab-int .read-more:hover {
    color: #5483a0;
    z-index: 100;
}
#home .meet-cab-box .meet-cab .meet-cab-int .read-more:hover:before {
    border-width: 250px 0 0 250px;
}
#home .meet-cab-box .meet-cab .meet-cab-int .read-more:hover:after {
    border-width: 0 250px 250px 0;
}
#home .meet-cab-box .meet-cab .meet-cab-int .read-more:active {
    background: #ffffff;
}
/*RECENT MEDIA*/
#home .row5 {
    margin-top: 10px;
}
#home .media-title {
    padding-left: 5px;
    padding-right: 5px;
}
#home .media-title .media {
    border-bottom: 1px solid #1d3159;
}
#home .media-title .media .box-title {
    color: #1b2e54;
    padding: 20px 0 8px;
    font-family: "Playfair Display", times new roman, serif;
    font-size: 30px;
    letter-spacing: 1px;
    line-height: 29px;
    float: left;
}
#home .media-title .media .box-title span {
    font-family: "Source Sans Pro", Helvetica, sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 36px;
    letter-spacing: 2px;
}
#home .media-title .media a.read-more {
    float: right;
    font-family: "Source Sans Pro", Helvetica, sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 17px;
    color: #1b2e54;
    margin-top: 29px;
}
#home .media-title .media a:hover.read-more {
    text-decoration: none;
    color: #5483a0;
}
#home .row6 {
    margin-top: 15px;
}
#home .video-box {
    padding-right: 5px;
    padding-left: 5px;
}
#home .video-box .video iframe {
    width: 100%;
    max-height: 214px;
}
/*SOCIAL FEEDS*/
#home .row7 {
    margin-top: 10px;
}
#home .social-title {
    padding-right: 5px;
    padding-left: 5px;
}
#home .social-title .social {
    border-bottom: 1px solid #1d3159;
}
#home .social-title .social .box-title {
    color: #1b2e54;
    padding: 40px 0 8px;
    font-family: "Playfair Display", times new roman, serif;
    font-size: 30px;
    letter-spacing: 1px;
    line-height: 29px;
}
#home .social-title .social .box-title span {
    font-family: "Source Sans Pro", Helvetica, sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 36px;
    letter-spacing: 2px;
}
#home .row8 {
    margin-top: 15px;
}
#home .twitter-box {
    padding-right: 5px;
    padding-left: 5px;
}
#home .twitter-box .twitter {
    border: 1px solid #639cbf;
    height: 360px;
    overflow-x: scroll;
}
#home .twitter-box .twitter .logo-bar {
    background-color: #639cbf;
    color: #ffffff;
    text-align: center;
    padding: 6px;
    font-size: 22px;
}
#home .twitter-box .twitter .logo-bar a,
.side-bar .social-feeds .twitter .logo-bar a {
    color: #ffffff;
}
#home .twitter-box .twitter .logo-bar a:hover,
.side-bar .social-feeds .twitter .logo-bar a:hover {
    color: #ffffff;
}
#home .twitter-box .twitter .feed {
    margin: 20px 20px 0;
    padding: 0 0 20px;
    font-size: 16px;
    color: #1d3159;
    border-bottom: 1px solid #639cbf;
    overflow-y: hidden;
    -ms-overflow-style: none;
}
#home .twitter-box .twitter .feed + .feed {
    border-bottom: 0;
}
#home .twitter-box .twitter .feed a {
    color: #d99b29;
}
#home .twitter-box .twitter .feed a:hover {
    color: #c38a22;
    text-decoration: none;
}
#home .facebook-box {
    padding-right: 5px;
    padding-left: 5px;
}
#home .facebook-box .facebook {
    border: 1px solid #3a5d87;
    height: 360px;
    overflow-x: scroll;
}
#home .facebook-box .facebook .logo-bar {
    background-color: #3a5d87;
    color: #ffffff;
    text-align: center;
    padding: 6px;
    font-size: 22px;
}
#home .facebook-box .facebook .logo-bar a,
.side-bar .social-feeds .facebook .logo-bar a {
    color: #ffffff;
}
#home .facebook-box .facebook .logo-bar a:hover,
.side-bar .social-feeds .facebook .logo-bar a:hover {
    color: #ffffff;
}
#home .facebook-box .facebook .feed {
    margin: 20px 20px 0;
    padding: 0 0 20px;
    font-size: 16px;
    color: #1d3159;
    border-bottom: 1px solid #1d3159;
    overflow-y: hidden;
    -ms-overflow-style: none;
}
#home .facebook-box .facebook .feed + .feed {
    border-bottom: 0;
}
#home .facebook-box .facebook .feed a {
    color: #d99b29;
}
#home .facebook-box .facebook .feed a:hover {
    color: #c38a22;
    text-decoration: none;
}
#home .instagram-box {
    padding-right: 5px;
    padding-left: 5px;
}
#home .instagram-box .instagram {
    border: 1px solid #1d3159;
    height: 360px;
}
#home .instagram-box .instagram .logo-bar {
    background-color: #1d3159;
    color: #ffffff;
    text-align: center;
    padding: 6px;
    font-size: 22px;
}
#home .instagram-box .instagram .logo-bar a,
.side-bar .social-feeds .instagram .logo-bar a {
    color: #ffffff;
}
#home .instagram-box .instagram .logo-bar a:hover,
.side-bar .social-feeds .instagram .logo-bar a:hover {
    color: #ffffff;
}
#home .instagram-box .instagram .feed {
    margin: 20px;
}
#home .instagram-box .instagram .feed img {
    display: table-cell;
    margin: 0 auto;
}
/*********************PAGEBUILDER/NEWS DETAIL*********************/
#pagebuilder {
    color: #1b2e54;
}
#pagebuilder .page-title h1 {
    font-family: "Source Sans Pro", Helvetica, sans-serif;
    font-weight: 400;
    font-size: 36px;
    letter-spacing: 1px;
    color: #1b2e54;
    border-bottom: 1px solid #d99b29;
    padding-bottom: 9px;
    margin-bottom: 16px;
}
#news-detail .page-title h1 {
    font-family: "Source Sans Pro", Helvetica, sans-serif;
    font-weight: 400;
    font-size: 36px;
    letter-spacing: 1px;
    color: #1b2e54;
    border-bottom: 1px solid #d99b29;
    padding-bottom: 9px;
    margin-bottom: 0px;
}
/* SASS INSERT START */
#tinymce [class="clps"],
#mceTemplatePreview [class="clps"],
#pagebuilder .clps,
#news-detail .clps,
#mceTemplatePreview .clps {
    margin-bottom: 15px;
}
#tinymce [class="clps"] div [class="clps-content"],
#mceTemplatePreview [class="clps"] div [class="clps-content"],
#pagebuilder .clps div [class="clps-content"],
#news-detail .clps div [class="clps-content"],
#mceTemplatePreview .clps div [class="clps-content"] {
    display: block;
    padding: 10px 15px;
}
#tinymce [class="clps"] div p,
#mceTemplatePreview [class="clps"] div p,
#pagebuilder .clps div p,
#news-detail .clps div p,
#mceTemplatePreview .clps div p {
    color: inherit;
    transition: 0.4s cubic-bezier(0.24, 0.96, 0.46, 1);
}
#tinymce [class="clps"] div p:last-child,
#mceTemplatePreview [class="clps"] div p:last-child,
#pagebuilder .clps div p:last-child,
#news-detail .clps div p:last-child,
#mceTemplatePreview .clps div p:last-child {
    margin-bottom: 0;
}
#tinymce [class="clps"] div ul,
#mceTemplatePreview [class="clps"] div ul,
#pagebuilder .clps div ul,
#news-detail .clps div ul,
#mceTemplatePreview .clps div ul {
    margin-top: 0;
}
#tinymce [class="clps"] div:first-child:not([class="clps-content"]),
#mceTemplatePreview [class="clps"] div:first-child:not([class="clps-content"]),
#pagebuilder .clps div:first-child:not([class="clps-content"]),
#news-detail .clps div:first-child:not([class="clps-content"]),
#mceTemplatePreview .clps div:first-child:not([class="clps-content"]) {
    cursor: pointer;
    background-color: #1d3159;
    color: white;
    font-weight: 900;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: 0.4s cubic-bezier(0.24, 0.96, 0.46, 1);
    padding: 0 15px;
}
#tinymce [class="clps"] div:first-child:not([class="clps-content"])::after,
#mceTemplatePreview [class="clps"] div:first-child:not([class="clps-content"])::after,
#pagebuilder .clps div:first-child:not([class="clps-content"])::after,
#news-detail .clps div:first-child:not([class="clps-content"])::after,
#mceTemplatePreview .clps div:first-child:not([class="clps-content"])::after {
    content: "\f01a";
    font-family: FontAwesome;
    font-size: 1.3em;
    font-weight: 400;
    transition: 0.4s cubic-bezier(0.24, 0.96, 0.46, 1);
}
#tinymce [class="clps"] div:first-child:not([class="clps-content"]) p,
#mceTemplatePreview [class="clps"] div:first-child:not([class="clps-content"]) p,
#pagebuilder .clps div:first-child:not([class="clps-content"]) p,
#news-detail .clps div:first-child:not([class="clps-content"]) p,
#mceTemplatePreview .clps div:first-child:not([class="clps-content"]) p {
    padding: 10px 10px 10px 0;
}
#tinymce [class="clps"] div:first-child:not([class="clps-content"]) i,
#mceTemplatePreview [class="clps"] div:first-child:not([class="clps-content"]) i,
#pagebuilder .clps div:first-child:not([class="clps-content"]) i,
#news-detail .clps div:first-child:not([class="clps-content"]) i,
#mceTemplatePreview .clps div:first-child:not([class="clps-content"]) i {
    font-size: 1.3em;
    transition: 0.4s cubic-bezier(0.24, 0.96, 0.46, 1);
}
#tinymce [class="clps"] div:last-child,
#mceTemplatePreview [class="clps"] div:last-child,
#pagebuilder .clps div:last-child,
#news-detail .clps div:last-child,
#mceTemplatePreview .clps div:last-child {
    background-color: transparent;
    color: black;
    transition: 0.4s cubic-bezier(0.24, 0.96, 0.46, 1);
    max-height: 0;
    overflow: hidden;
}
#tinymce [class="clps"] div:last-child [class="clps-content"],
#mceTemplatePreview [class="clps"] div:last-child [class="clps-content"],
#pagebuilder .clps div:last-child [class="clps-content"],
#news-detail .clps div:last-child [class="clps-content"],
#mceTemplatePreview .clps div:last-child [class="clps-content"] {
    border: 1px solid #3a5d87;
    border-bottom: none;
    border-top: none;
}
#tinymce [class="clps"] div:last-child [class="clps-content"]::after,
#mceTemplatePreview [class="clps"] div:last-child [class="clps-content"]::after,
#pagebuilder .clps div:last-child [class="clps-content"]::after,
#news-detail .clps div:last-child [class="clps-content"]::after,
#mceTemplatePreview .clps div:last-child [class="clps-content"]::after {
    display: none;
}
#tinymce [class="clps"] div:last-child [class="clps-content"]:first-child,
#mceTemplatePreview [class="clps"] div:last-child [class="clps-content"]:first-child,
#pagebuilder .clps div:last-child [class="clps-content"]:first-child,
#news-detail .clps div:last-child [class="clps-content"]:first-child,
#mceTemplatePreview .clps div:last-child [class="clps-content"]:first-child {
    border: 1px solid #3a5d87;
    border-bottom: none;
}
#tinymce [class="clps"] div:last-child [class="clps-content"]:last-child,
#mceTemplatePreview [class="clps"] div:last-child [class="clps-content"]:last-child,
#pagebuilder .clps div:last-child [class="clps-content"]:last-child,
#news-detail .clps div:last-child [class="clps-content"]:last-child,
#mceTemplatePreview .clps div:last-child [class="clps-content"]:last-child {
    border: 1px solid #3a5d87;
    border-top: none;
}
#tinymce .open[class="clps"] div:first-child,
#mceTemplatePreview .open[class="clps"] div:first-child,
#pagebuilder .open.clps div:first-child,
#news-detail .open.clps div:first-child,
#mceTemplatePreview .open.clps div:first-child {
    background-color: #3a5d87;
}
#tinymce .open[class="clps"] div:first-child::after,
#mceTemplatePreview .open[class="clps"] div:first-child::after,
#pagebuilder .open.clps div:first-child::after,
#news-detail .open.clps div:first-child::after,
#mceTemplatePreview .open.clps div:first-child::after {
    transform: rotate(180deg);
}

#tinymce .table-responsive,
#pagebuilder .table-responsive,
#news-detail .table-responsive,
#mceTemplatePreview .table-responsive {
    width: 100%;
    overflow-x: auto;
    overflow-y: visible;
}
#tinymce .table-responsive table,
#pagebuilder .table-responsive table,
#news-detail .table-responsive table,
#mceTemplatePreview .table-responsive table {
    margin-bottom: 20px;
    border-top: 1px solid rgba(0, 0, 0, 0.25);
}
#tinymce .table-responsive table td:nth-child(n),
#pagebuilder .table-responsive table td:nth-child(n),
#news-detail .table-responsive table td:nth-child(n),
#mceTemplatePreview .table-responsive table td:nth-child(n) {
    border-left: 1px solid rgba(0, 0, 0, 0.25);
}
#tinymce .table-responsive table td:nth-child(n):first-child,
#pagebuilder .table-responsive table td:nth-child(n):first-child,
#news-detail .table-responsive table td:nth-child(n):first-child,
#mceTemplatePreview .table-responsive table td:nth-child(n):first-child {
    border-left: none;
}
#tinymce .table-responsive thead th,
#pagebuilder .table-responsive thead th,
#news-detail .table-responsive thead th,
#mceTemplatePreview .table-responsive thead th {
    background-color: transparent;
    color: #1d3159;
    text-align: center;
    line-height: 1.2;
}
#tinymce .table-responsive tbody tr:first-child td,
#pagebuilder .table-responsive tbody tr:first-child td,
#news-detail .table-responsive tbody tr:first-child td,
#mceTemplatePreview .table-responsive tbody tr:first-child td {
    border-top: 5px solid #1d3159;
}
#tinymce .table-responsive tbody tr:nth-child(odd),
#pagebuilder .table-responsive tbody tr:nth-child(odd),
#news-detail .table-responsive tbody tr:nth-child(odd),
#mceTemplatePreview .table-responsive tbody tr:nth-child(odd) {
    background-color: rgba(0, 0, 0, 0.1);
}
#tinymce .table-responsive tbody tr td,
#pagebuilder .table-responsive tbody tr td,
#news-detail .table-responsive tbody tr td,
#mceTemplatePreview .table-responsive tbody tr td {
    text-align: center;
    line-height: 1.2;
    border: none;
    color: black;
    vertical-align: center;
}
#tinymce .simple.table-responsive tbody,
#pagebuilder .simple.table-responsive tbody,
#news-detail .simple.table-responsive tbody,
#mceTemplatePreview .simple.table-responsive tbody {
    border-top: 1px solid rgba(0, 0, 0, 0.25);
}
#tinymce .simple.table-responsive tbody td:nth-child(n),
#pagebuilder .simple.table-responsive tbody td:nth-child(n),
#news-detail .simple.table-responsive tbody td:nth-child(n),
#mceTemplatePreview .simple.table-responsive tbody td:nth-child(n) {
    background: transparent;
    border-bottom: 1px solid rgba(0, 0, 0, 0.25);
    border-left: 1px solid rgba(0, 0, 0, 0.25);
    border-top: none;
}
#tinymce .simple.table-responsive tbody td:nth-child(n):last-child,
#pagebuilder .simple.table-responsive tbody td:nth-child(n):last-child,
#news-detail .simple.table-responsive tbody td:nth-child(n):last-child,
#mceTemplatePreview .simple.table-responsive tbody td:nth-child(n):last-child {
    border-right: 1px solid rgba(0, 0, 0, 0.25);
}
#tinymce .simple.table-responsive tbody tr:nth-child(even),
#pagebuilder .simple.table-responsive tbody tr:nth-child(even),
#news-detail .simple.table-responsive tbody tr:nth-child(even),
#mceTemplatePreview .simple.table-responsive tbody tr:nth-child(even) {
    background-color: rgba(0, 0, 0, 0.1);
}
#tinymce .simple.table-responsive tbody tr:nth-child(odd),
#pagebuilder .simple.table-responsive tbody tr:nth-child(odd),
#news-detail .simple.table-responsive tbody tr:nth-child(odd),
#mceTemplatePreview .simple.table-responsive tbody tr:nth-child(odd) {
    background-color: transparent;
}

.a2a_kit {
    box-shadow: none;
}
.a2a_kit.a2a_floating_style {
    position: relative;
    margin-top: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    max-width: unset;
    padding: 4px 46px;
    margin-bottom: 15px;
}
.a2a_kit.a2a_floating_style .a2a_container {
    display: flex;
    flex-direction: row;
    margin-left: auto;
    margin-right: auto;
}
.a2a_kit.a2a_floating_style .a2a_svg {
    border-radius: 0;
    background-color: #1d3159 !important;
}
.a2a_kit.a2a_floating_style .a2a_text {
    padding: 4px;
    font-size: 10.5px;
    display: block;
    overflow: hidden;
    line-height: 10px;
    font-size: 14px;
    line-height: 1;
    padding-bottom: 8px;
    padding-top: 15px;
    text-align: center;
}
.a2a_kit.a2a_floating_style.left {
    display: inline-flex;
}
.a2a_kit.a2a_floating_style.left .a2a_text {
    text-align: left;
}

.rm,
.replace,
.stopper {
    display: none !important;
}

#tinymce [class="clps"] div:first-child p,
#mceTemplatePreview [class="clps"] div:first-child p {
    margin-top: 0;
}
#tinymce [class="clps"] div:first-child::after,
#mceTemplatePreview [class="clps"] div:first-child::after {
    display: none;
}
#tinymce [class="clps"] div:last-child,
#mceTemplatePreview [class="clps"] div:last-child {
    max-height: none;
}
#tinymce [class="rm"],
#mceTemplatePreview [class="rm"] {
    display: block !important;
    line-height: 20px !important;
    font-size: 20px;
    margin: 0 !important;
    padding: 0 !important;
    border: none;
    width: 100%;
    height: 10px;
    position: relative;
}
#tinymce [class="replace"],
#mceTemplatePreview [class="replace"] {
    display: block !important;
    background-color: #1d3159;
    margin: 10px auto;
    height: 20px;
    position: relative;
    width: calc(100% - 20px);
    clear: both;
}
#tinymce [class="replace"]::after,
#mceTemplatePreview [class="replace"]::after {
    content: "+";
    position: absolute;
    display: block;
    width: 16px;
    height: 16px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 22px;
    padding: 4px 2px;
    border-radius: 15px;
    line-height: 5px;
    background-color: white;
    color: #1d3159;
    padding: 2px;
    line-height: 13px;
    font-family: sans-serif;
    font-family: "Font Awesome 5 Brands", "Font Awesome 5 Free";
    text-align: center;
}
#tinymce [class="replace"][data-mce-selected],
#mceTemplatePreview [class="replace"][data-mce-selected] {
    background-color: #d99b25;
}
#tinymce [class="stopper"],
#mceTemplatePreview [class="stopper"] {
    width: 100%;
    height: 0px;
    opacity: 0;
    overflow: 0;
    margin: 0;
    padding: 0;
    background-color: transparent;
    border: none;
    display: block !important;
}

#mceTemplatePreview [class="clps"] div p {
    margin-top: 0;
}
#mceTemplatePreview [class="clps"] div:first-child::after {
    display: none;
}

#tinymce .photo-snippet.responsive,
#mceTemplatePreview .photo-snippet.responsive {
    max-width: 750px;
    float: none;
}
/* SASS INSERT END */
#pagebuilder .featured-image,
#news-detail .featured-image {
    height: 440px;
    background-repeat: no-repeat;
    background-color: #f2f2f2;
    background-size: cover;
    position: relative;
}
#pagebuilder .featured-image .image-caption,
#news-detail .featured-image .image-caption {
    background-color: rgba(217, 155, 41, 0.9);
    float: left;
    padding: 10px 20px;
    position: absolute;
    bottom: 20px;
    left: 0;
    color: #ffffff;
    width: 100%;
    font-family: "Source Sans Pro", Helvetica, sans-serif;
    font-weight: 300;
    font-size: 16px;
}
#pagebuilder .featured-image {
    background-color: white;
    background-size: contain;
}
#pagebuilder .image-credit,
#news-detail .image-credit {
    border-bottom: 1px solid #d99b29;
    font-family: "Source Sans Pro", Helvetica, sans-serif;
    font-weight: 400;
    font-size: 12px;
    color: #1b2e54;
    padding: 10px 15px;
    text-align: right;
}
#news-detail a.hi-res {
    border-bottom: 1px solid #d99b29;
    font-family: "Source Sans Pro", Helvetica, sans-serif;
    font-weight: 400;
    font-size: 12px;
    color: #1b2e54;
    padding: 10px 15px;
    display: block;
    float: left;
}
#news-detail a:hover.hi-res {
    color: #d99b25;
    text-decoration: none;
}
#pagebuilder .main-content,
#news-detail .main-content {
    margin-top: 15px;
    color: #1b2e54;
}
#pagebuilder .main-content:after,
#news-detail .main-content:after {
    content: "";
    display: table;
    clear: both;
}
#pagebuilder .main-content h2.subtitle,
#news-detail .main-content h2.subtitle {
    margin-top: 0;
}
#pagebuilder .main-content p,
#news-detail .main-content p {
    font-size: 16px;
    line-height: 22px;
}
#pagebuilder .main-content a,
#news-detail .main-content a {
    color: #d99b25;
}
#pagebuilder .main-content a:hover,
#news-detail .main-content a:hover {
    color: #d99b25;
    text-decoration: none;
}
#pagebuilder .main-content ul,
#news-detail .main-content ul {
    padding-left: 0px;
    font-size: 16px;
    list-style-type: none;
    margin-top: 17px;
    margin-bottom: 17px;
}
#pagebuilder .main-content ul li:before,
#news-detail .main-content ul li:before {
    content: "\f0c8";
    font-family: FontAwesome;
    margin-right: 5px;
    color: #d99b25;
    font-size: 8px;
    position: relative;
    top: -3px;
}
#pagebuilder .main-content ol,
#news-detail .main-content ol {
    font-size: 16px;
    margin-top: 17px;
    margin-bottom: 17px;
    padding-left: 22px;
}
#pagebuilder .main-content ol li ol,
#news-detail .main-content ol li ol {
    list-style-type: lower-alpha;
    margin-top: 4px;
    margin-bottom: 8px;
}
#pagebuilder .main-content blockquote,
#news-detail .main-content blockquote {
    padding: 10px 20px 10px 40px;
    margin: 0 0 20px;
    font-size: 17.5px;
    border: 1px solid #d99b29;
    position: relative;
}
#pagebuilder .main-content blockquote:before,
#news-detail .main-content blockquote:before {
    content: "“";
    color: #c1c1c1;
    position: absolute;
    font-size: 62px;
    top: -8px;
    left: 11px;
    font-family: "Playfair Display", times new roman, serif;
}
#pagebuilder .main-content blockquote footer,
#news-detail .main-content blockquote footer {
    color: #c1c1c1;
}
#pagebuilder .main-content .news-list h3 {
    margin-top: 0;
}
#pagebuilder .main-content .news-list > p {
    margin: 15px 0 0;
}
#news-detail .interior-img-wrapper {
    margin-top: 20px;
    width: 50%;
}
#news-detail .interior-img-wrapper .interior-img {
    height: 200px;
    background-repeat: no-repeat;
    background-color: #f2f2f2;
    background-size: cover;
    position: relative;
}
#news-detail .interior-img-wrapper .interior-img .image-caption {
    background-color: rgba(217, 155, 41, 0.9);
    float: left;
    padding: 10px 20px;
    position: absolute;
    bottom: 0;
    left: 0;
    color: #ffffff;
    width: 100%;
    font-family: "Source Sans Pro", Helvetica, sans-serif;
    font-weight: 300;
    font-size: 14px;
}
#news-detail .date {
    margin-top: 7px;
    margin-bottom: 9px;
    font-size: 18px;
    font-weight: 400;
    color: #d99b25;
}
#news-detail .date span {
    float: right;
    color: #1d3159;
}
/*********************FACTS*************************/
#pagebuilder .category {
    margin-bottom: 40px;
}
#pagebuilder .category .fact-wrapper {
    border: 1px solid #d99b29;
    padding: 20px;
    min-height: 445px;
}
#pagebuilder .category .fact-wrapper .fact-title {
    color: #1d3159;
    font-family: "Source Sans Pro", Helvetica, sans-serif;
    font-weight: 300;
    font-size: 28px;
    margin-top: -10px;
    padding: 20px 0px 8px;
    line-height: 30px;
}
#pagebuilder .category .fact-wrapper .fact-details {
    font-style: italic;
}
#pagebuilder .category .fact-wrapper .fact-image {
    overflow: hidden;
    height: 200px;
    margin-bottom: 14px;
    position: relative;
}
#pagebuilder .category .fact-wrapper .fact-image img {
    min-width: 100%;
    height: auto;
    position: absolute;
    left: 50%;
    margin-left: -159px;
}
#pagebuilder .category .row + .row {
    margin-top: 20px;
}
/*********************NEWS INDEX************************/
#news-index .page-title h1 {
    font-family: "Source Sans Pro", Helvetica, sans-serif;
    font-weight: 400;
    font-size: 36px;
    letter-spacing: 1px;
    color: #1b2e54;
    border-bottom: 1px solid #d99b29;
    padding-bottom: 9px;
    margin-bottom: 15px;
}
#news-index .page-title h1 .fa {
    font-size: 23px;
    color: #d99b29;
    margin-left: 5px;
}
#news-index .news-block {
    margin: 15px 0 0;
    border-bottom: 1px solid #d99b29;
    padding: 0 0 15px;
}
#news-index .news-block:after {
    content: "";
    display: table;
    clear: both;
}
#news-index .news-block .featured-image {
    overflow: hidden;
    height: 200px;
    width: 275px;
    float: left;
    margin-right: 20px;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
}
#news-index .news-block .featured-image img {
    margin-left: auto;
    margin-right: auto;
    display: block;
}
#news-index .news-block a.category {
    color: #ffffff;
    font-family: "Source Sans Pro", Helvetica, sans-serif;
    font-weight: 600;
    font-size: 13px;
    text-transform: uppercase;
    margin-bottom: 0;
    position: relative;
    padding: 4px 12px;
    background-color: #d99b25;
}
#news-index .news-block a:hover.category {
    text-decoration: none;
    background-color: #c38a22;
    -webkit-transition: all 0.5s ease-in;
    -moz-transition: all 0.5s ease-in;
    transition: all 0.5s ease-in;
}
#news-index .news-block .box-title h2 {
    color: #1b2e54;
    font-weight: 300;
    margin-top: 10px;
    margin-left: 295px;
}
#news-index .news-block .date {
    margin-top: -2px;
    margin-bottom: 9px;
    font-size: 18px;
    font-weight: 400;
    color: #d99b25;
    margin-left: 295px;
}
#news-index .news-block .blurb {
    color: #1b2e54;
    margin-left: 295px;
    font-size: 16px;
}
#news-index .news-block.no-img .featured-image {
    display: none;
}
#news-index .news-block.no-img .box-title h2 {
    margin-left: 0;
}
#news-index .news-block.no-img .date {
    margin-left: 0;
}
#news-index .news-block.no-img .blurb {
    margin-left: 0;
}
#news-index .news-block a.read-more {
    display: block;
    text-align: center;
    position: relative;
    padding: 6px 20px;
    overflow: hidden;
    text-decoration: none;
    line-height: 15px;
    font-family: "Source Sans Pro", Helvetica, sans-serif;
    font-weight: 400;
    font-size: 13px;
    text-transform: uppercase;
    margin: 15px 0 0;
    float: right;
}
#news-index .news-block a.read-more:after,
#news-index .news-block a.read-more:before,
#news-index .news-block a.read-more > span:before,
#news-index .news-block a.read-more > span:after {
    z-index: -1;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
#news-index .news-block a.read-more {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
#news-index .news-block .read-more {
    color: #1b2e54;
    border: 1px solid #1b2e54;
    position: relative;
    z-index: 2;
}
#news-index .news-block .read-more:before {
    content: "";
    width: 0;
    height: 0;
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
    border-style: solid;
    border-width: 0 0 0 0;
    border-color: transparent transparent transparent #1b2e54;
    position: absolute;
    bottom: 0;
    left: 0;
}
#news-index .news-block .read-more:after {
    content: "";
    width: 0;
    height: 0;
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
    border-style: solid;
    border-width: 0 0 0 0;
    border-color: transparent #1b2e54 transparent transparent;
    position: absolute;
    top: 0;
    right: 0;
}
#news-index .news-block .read-more:hover {
    color: #ffffff;
    z-index: 100;
}
#news-index .news-block .read-more:hover:before {
    border-width: 250px 0 0 250px;
}
#news-index .news-block .read-more:hover:after {
    border-width: 0 250px 250px 0;
}
#news-index .news-block .read-more:active {
    background: #1b2e54;
}
/*PAGINATION*/
#pagination {
    margin: 40px 0 10px;
    text-align: center;
}
#pagination ul {
    display: inline-block;
    font-size: 16px;
    list-style: none;
    margin: 0;
    overflow: hidden;
    padding: 0;
    text-align: center;
    font-weight: 300;
}
#pagination ul li {
    float: left;
    padding: 5px 20px;
}
#pagination ul li:hover {
    background: #d99b25;
}
#pagination ul li a {
    color: #1b2e54;
}
#pagination ul li:hover a {
    color: #ffffff;
    text-decoration: none;
}
#pagination ul li.active {
    background-color: rgba(217, 155, 41, 0.9);
}
/*********************EVENTS*************************/
#events .page-title h1 {
    font-family: "Source Sans Pro", Helvetica, sans-serif;
    font-weight: 400;
    font-size: 36px;
    letter-spacing: 1px;
    color: #1b2e54;
    border-bottom: 1px solid #d99b29;
    padding-bottom: 9px;
    margin-bottom: 16px;
}
#events .event-wrapper .box-title h2 {
    margin-top: 6px;
    color: #1b2e54;
    font-weight: 600;
    margin-bottom: 32px;
    font-size: 40px;
}
#events .event-wrapper .when .data {
    font-weight: 400;
    font-size: 22px;
    line-height: 28px;
    margin-top: 2px;
}
#events .event-wrapper .where .data {
    font-weight: 400;
    font-size: 22px;
    line-height: 28px;
    margin-top: 2px;
}
#events .event-wrapper .where a.more {
    display: block;
    text-align: center;
    position: relative;
    padding: 6px 20px;
    overflow: hidden;
    text-decoration: none;
    line-height: 15px;
    font-family: "Source Sans Pro", Helvetica, sans-serif;
    font-weight: 400;
    font-size: 13px;
    text-transform: uppercase;
    margin: 12px 0 0;
    float: left;
}
#events .event-wrapper .where a.more:after,
#events .event-wrapper .where a.more:before,
#events .event-wrapper .where a.more > span:before,
#events .event-wrapper .where a.more > span:after {
    z-index: -1;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
#events .event-wrapper .where a.more {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
#events .event-wrapper .where .more {
    color: #1b2e54;
    border: 1px solid #1b2e54;
    position: relative;
    z-index: 2;
}
#events .event-wrapper .where .more:before {
    content: "";
    width: 0;
    height: 0;
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
    border-style: solid;
    border-width: 0 0 0 0;
    border-color: transparent transparent transparent #1b2e54;
    position: absolute;
    bottom: 0;
    left: 0;
}
#events .event-wrapper .where .more:after {
    content: "";
    width: 0;
    height: 0;
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
    border-style: solid;
    border-width: 0 0 0 0;
    border-color: transparent #1b2e54 transparent transparent;
    position: absolute;
    top: 0;
    right: 0;
}
#events .event-wrapper .where .more:hover {
    color: #ffffff;
    z-index: 100;
}
#events .event-wrapper .where .more:hover:before {
    border-width: 250px 0 0 250px;
}
#events .event-wrapper .where .more:hover:after {
    border-width: 0 250px 250px 0;
}
#events .event-wrapper .where .more:active {
    background: #1b2e54;
}
#events .event-wrapper .what {
    border-top: 1px solid #d99b29;
    padding-top: 20px;
    margin-top: 20px;
    margin-bottom: 30px;
}
#events .event-wrapper .label {
    font-family: "Playfair Display", times new roman, serif;
    font-size: 22px;
    letter-spacing: 1px;
    line-height: 35px;
    color: #c1c1c1;
    padding: 0;
}
#events .event-wrapper .when > .data {
    margin-bottom: 20px;
}
#events .event-wrapper .data {
    color: #1b2e54;
    font-size: 16px;
}
#events .event-index .box-title {
    background-color: #f2f2f2;
    padding: 20px;
    margin-bottom: 20px;
}
#events .event-index .box-title a {
    color: #d99b29;
    font-size: 26px;
    position: relative;
    top: -6px;
    width: 20%;
    display: inline-block;
}
#events .event-index .box-title a:hover {
    color: #c38a22;
}
#events .event-index .box-title a.right {
    text-align: right;
}
#events .event-index .box-title h2 {
    text-align: center;
    display: inline-block;
    font-size: 48px;
    text-transform: uppercase;
    font-weight: 600;
    color: #1b2e54;
    width: 59%;
    margin: 0;
}
#events .event-index .event {
    margin: 15px 0 0;
    border-bottom: 1px solid #d99b29;
    padding: 0 0 15px;
    position: relative;
}
#events .event-index .event:after {
    content: "";
    display: table;
    clear: both;
}
#events .event-index .event .date {
    background-color: #d99b29;
    color: #ffffff;
    padding: 13px 10px;
    float: left;
    font-family: "Playfair Display", times new roman, serif;
    font-size: 40px;
    letter-spacing: 1px;
    width: 100%;
    text-align: center;
    line-height: 40px;
    height: 60px;
}
#events .event-index .event .time {
    float: left;
    clear: left;
    background-color: #639cbf;
    width: 100%;
    height: 43px;
    color: #ffffff;
    margin-top: 5px;
    text-align: center;
    font-size: 16px;
    padding: 10px;
}
#events .event-index .event .title a {
    color: #1b2e54;
    font-weight: 300;
    margin-top: 10px;
    font-size: 30px;
    display: block;
    line-height: 31px;
}
#events .event-index .event .title a:hover {
    color: #c38a22;
}

/*********************SEARCH*************************/
#search .page-title h1 {
    font-family: "Source Sans Pro", Helvetica, sans-serif;
    font-weight: 400;
    font-size: 36px;
    letter-spacing: 1px;
    color: #1b2e54;
    border-bottom: 1px solid #d99b29;
    padding-bottom: 9px;
    margin-bottom: 15px;
}
#search .search-term {
    font-size: 24px;
    letter-spacing: 1px;
    padding: 8px 10px;
    margin-bottom: 10px;
    background-color: #f2f2f2;
    color: #1b2e54;
    font-weight: 400;
}
#search .search-term .fa {
    margin-right: 10px;
}
#search .search-term span {
    font-weight: 700;
}
#search .search-block {
    margin: 15px 0 0;
    border-bottom: 1px solid #d99b29;
    padding: 0 0 15px;
}
#search .search-block a.box-title h2 {
    color: #d99b29;
    font-weight: 300;
    margin-top: 10px;
}
#search .search-block a.box-title:hover h2 {
    color: #c38a22;
}
#search .search-block .blurb {
    color: #1b2e54;
    font-size: 16px;
}
/*********************RELATED CONTENT*********************/
#related-content {
    background-color: #f2f2f2;
    padding: 20px 0;
    margin-top: 30px;
    margin-bottom: -30px;
}
#related-content .related-articles {
    border-bottom: 1px solid #1d3159;
    margin-bottom: 5px;
}
#related-content .related-articles .box-title {
    color: #1b2e54;
    padding: 0 0 8px;
    font-family: "Playfair Display", times new roman, serif;
    font-size: 25px;
    line-height: 29px;
}
#related-content .related-articles .box-title span {
    font-family: "Source Sans Pro", Helvetica, sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 31px;
    letter-spacing: 1px;
}
#related-content .row + .row {
    margin-left: -5px;
    margin-right: -5px;
}
#related-content .related-article-box {
    padding: 0 5px;
}
#related-content .related-article-box .related-article {
    height: 255px;
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: 5px;
}
#related-content .related-article-box .related-article .overlay {
    background-color: rgba(29, 49, 89, 0.9);
    height: 100%;
}
#related-content .related-article-box:nth-child(2) .related-article .overlay {
    background-color: rgba(217, 155, 41, 0.9);
    height: 100%;
}
#related-content .related-article-box:nth-child(3) .related-article .overlay {
    background-color: rgba(99, 156, 191, 0.9);
    height: 100%;
}
#related-content .related-article-box .related-article .overlay a.box-title {
    color: #ffffff;
    font-family: "Source Sans Pro", Helvetica, sans-serif;
    font-weight: 300;
    font-size: 30px;
    margin-top: -4px;
    padding: 13px 15px;
    line-height: 30px;
    display: block;
    max-height: 255px;
    overflow: hidden;
}
#related-content .related-article-box .related-article .overlay a:hover.box-title {
    color: #f2f2f2;
    text-decoration: none;
}
#related-content .related-article-box .related-article .overlay a.box-title .date {
    color: #ffffff;
    font-family: "Source Sans Pro", Helvetica, sans-serif;
    font-weight: 600;
    font-size: 16px;
    margin-top: -13px;
    position: relative;
    z-index: 20;
    padding: 10px 0px;
}
#related-content .related-content {
    border-bottom: 1px solid #1d3159;
    margin-bottom: 5px;
    margin-top: 20px;
}
#related-content .related {
    padding: 0 5px;
}
#related-content .related-content .box-title {
    color: #1b2e54;
    padding: 0 0 8px;
    font-family: "Playfair Display", times new roman, serif;
    font-size: 25px;
    line-height: 29px;
}
#related-content .related-content .box-title span {
    font-family: "Source Sans Pro", Helvetica, sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 31px;
    letter-spacing: 1px;
}
#related-content ul {
    padding-left: 4px;
    list-style-type: none;
}
#related-content ul a li {
    color: #639cbf;
    margin: 6px 0;
    font-size: 16px;
}
#related-content ul a:hover li {
    color: #1b2e54;
    text-decoration: none;
}
#related-content ul a li .fa {
    margin-right: 8px;
    border: 1px solid;
    padding: 8px;
    background-color: #639cbf;
    color: #ffffff;
}
#related-content ul a:hover li .fa {
    background-color: #1b2e54;
}
/*********************SIDE BAR*********************/
.side-bar {
    margin-top: 15px;
}
.side-bar .connect {
    background-color: #f2f2f2;
    margin-bottom: 15px;
    position: relative;
    min-height: 390px;
}
.side-bar .connect .connect-title {
    text-align: center;
    color: #1b2e54;
    border-bottom: 1px solid #1b2e54;
    padding: 20px 0 15px;
    margin: 0 20px 15px;
    font-family: "Playfair Display", times new roman, serif;
    font-size: 30px;
    letter-spacing: 1px;
    line-height: 29px;
}
.side-bar .connect .connect-title span {
    font-family: "Source Sans Pro", Helvetica, sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 36px;
    letter-spacing: 2px;
}
.side-bar .connect .contact {
    margin-left: 20px;
    margin-right: 20px;
}
.side-bar .connect .contact a {
    display: block;
    text-align: center;
    position: relative;
    padding: 8px 10px;
    overflow: hidden;
    text-decoration: none;
    font-family: "Playfair Display", times new roman, serif;
    font-size: 13px;
    letter-spacing: 1px;
    line-height: 15px;
}
.side-bar .connect .contact a span {
    font-family: "Source Sans Pro", Helvetica, sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 15px;
    letter-spacing: 1px;
}
.side-bar .connect .contact a:after,
.side-bar .connect .contact a:before,
.side-bar .connect .contact a > span:before,
.side-bar .connect .contact a > span:after {
    z-index: -1;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.side-bar .connect .contact a {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.side-bar .connect .contact .connect-btn {
    color: #1b2e54;
    border: 1px solid #1b2e54;
    position: relative;
    z-index: 2;
    margin-bottom: 15px;
}
.side-bar .connect .contact .connect-btn:before {
    content: "";
    width: 0;
    height: 0;
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
    border-style: solid;
    border-width: 0 0 0 0;
    border-color: transparent transparent transparent #1b2e54;
    position: absolute;
    bottom: 0;
    left: 0;
}
.side-bar .connect .contact .connect-btn:after {
    content: "";
    width: 0;
    height: 0;
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
    border-style: solid;
    border-width: 0 0 0 0;
    border-color: transparent #1b2e54 transparent transparent;
    position: absolute;
    top: 0;
    right: 0;
}
.side-bar .connect .contact .connect-btn:hover {
    color: #ffffff;
    z-index: 100;
}
.side-bar .connect .contact .connect-btn:hover:before {
    border-width: 500px 0 0 500px;
}
.side-bar .connect .contact .connect-btn:hover:after {
    border-width: 0 500px 500px 0;
}
.side-bar .connect .contact .connect-btn:active {
    background: #1b2e54;
}
.side-bar .connect .social {
    padding: 0;
    margin-top: 20px;
    position: absolute;
    bottom: 0;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
}
.side-bar .connect .social a.twitter {
    display: block;
    width: 33%;
    float: left;
    text-align: center;
    color: #ffffff;
    background-color: #639cbf;
    padding: 15px;
    font-size: 24px;
}
.side-bar .connect .social a:hover.twitter {
    -webkit-transition: all 0.5s ease-in;
    -moz-transition: all 0.5s ease-in;
    transition: all 0.5s ease-in;
    background-color: #5483a0;
}
.side-bar .connect .social a.facebook {
    display: block;
    width: 34%;
    float: left;
    text-align: center;
    color: #ffffff;
    background-color: #3a5d87;
    padding: 15px;
    font-size: 24px;
}
.side-bar .connect .social a:hover.facebook {
    -webkit-transition: all 0.5s ease-in;
    -moz-transition: all 0.5s ease-in;
    transition: all 0.5s ease-in;
    background-color: #2f4d71;
}
.side-bar .connect .social a.instagram {
    display: block;
    width: 33%;
    float: left;
    text-align: center;
    color: #ffffff;
    background-color: #1d3159;
    padding: 15px;
    font-size: 24px;
}
.side-bar .connect .social a:hover.instagram {
    -webkit-transition: all 0.5s ease-in;
    -moz-transition: all 0.5s ease-in;
    transition: all 0.5s ease-in;
    background-color: #0f2145;
}
.side-bar .social-feeds {
    background-color: #f2f2f2;
    padding-bottom: 20px;
}
.side-bar .social-feeds .social-title {
    text-align: center;
    color: #1b2e54;
    border-bottom: 1px solid #1b2e54;
    padding: 20px 0 15px;
    margin: 0 20px 15px;
    font-family: "Playfair Display", times new roman, serif;
    font-size: 30px;
    letter-spacing: 1px;
    line-height: 29px;
}
.side-bar .social-feeds .social-title span {
    font-family: "Source Sans Pro", Helvetica, sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 36px;
    letter-spacing: 2px;
}
.side-bar .social-feeds .twitter {
    height: auto;
    margin: 0 20px;
}
.side-bar .social-feeds .twitter .logo-bar {
    background-color: #639cbf;
    color: #ffffff;
    text-align: center;
    padding: 6px;
    font-size: 22px;
}
.side-bar .social-feeds .twitter .feed {
    margin: 15px 0;
    padding: 0 0 15px;
    font-size: 16px;
    color: #1d3159;
    border-bottom: 1px solid #639cbf;
}
.side-bar .social-feeds .twitter .feed + .feed {
    border-bottom: 0;
    padding-bottom: 0;
}
.side-bar .social-feeds .twitter .feed a {
    color: #d99b29;
}
.side-bar .social-feeds .twitter .feed a:hover {
    color: #c38a22;
    text-decoration: none;
}
.side-bar .social-feeds .facebook {
    height: auto;
    margin: 0 20px;
}
.side-bar .social-feeds .facebook .logo-bar {
    background-color: #3a5d87;
    color: #ffffff;
    text-align: center;
    padding: 6px;
    font-size: 22px;
}
.side-bar .social-feeds .facebook .feed {
    margin: 15px 0;
    padding: 0;
    font-size: 16px;
    color: #1d3159;
}
.side-bar .social-feeds .facebook .feed a {
    color: #d99b29;
}
.side-bar .social-feeds .facebook .feed a:hover {
    color: #c38a22;
    text-decoration: none;
}
.side-bar .social-feeds .instagram {
    height: auto;
    margin: 0 20px;
}
.side-bar .social-feeds .instagram .logo-bar {
    background-color: #1d3159;
    color: #ffffff;
    text-align: center;
    padding: 6px;
    font-size: 22px;
}
.side-bar .social-feeds .instagram .feed img {
    display: table-cell;
    margin: 15px auto 0;
    width: 100%;
    max-width: 350px;
}
/*********************FOOTER*********************/
#footer {
    background-color: #1d3159;
    height: 80px;
    margin-top: 30px;
}
#footer .footer-top {
    border-bottom: 1px solid #d99b29;
    margin-left: 0;
    margin-right: 0;
    text-align: center;
    padding: 12px;
    font-size: 12px;
    width: 100%;
}
#footer .footer-top .footer-links {
    color: #ffffff;
    letter-spacing: 1px;
    font-weight: 300;
}
#footer .footer-top .footer-links a {
    color: #ffffff;
}
#footer .footer-top .footer-links a:hover {
    color: #d99b29;
    text-decoration: none;
}
#footer .footer-bottom {
    position: relative;
}
/**********FOCAL POINT**********/
.fp-top {
    background-position: top;
}
.fp-bottom {
    background-position: bottom;
}
.fp-center {
    background-position: center;
}
.fp-left {
    background-position: left;
}
.fp-right {
    background-position: right;
}
/*********************SNIPPETS*********************/
.member {
    width: 33.33333334%;
    float: left;
    border-left: 8px solid #ffffff;
    border-right: 8px solid #ffffff;
    border-bottom: 16px solid #ffffff;
    overflow: hidden;
    padding: 20px 30px;
    text-align: center;
    min-height: 300px;
}
.member .photo {
    width: 150px;
    height: 150px;
    border: 1px solid;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto 10px;
}
.member .photo img {
    width: 100%;
}
.member a.name {
    color: #d99b25;
    font-size: 18px;
    font-weight: 600;
}
.admin {
    width: 50%;
    float: left;
    border-left: 8px solid #ffffff;
    border-right: 8px solid #ffffff;
    border-bottom: 16px solid #ffffff;
    overflow: hidden;
    padding: 20px 30px;
    text-align: center;
    min-height: 400px;
}
.admin:nth-child(2n + 1) {
    clear: both;
}
.admin a.name {
    color: #d99b25;
    font-size: 20px;
    font-weight: 600;
}
.admin .title {
    font-style: italic;
}
.admin p {
    border-top: 1px solid #d99b29;
    padding: 10px 0px;
    text-align: left;
    margin-top: 10px;
    font-size: 14px !important;
    line-height: 18px !important;
}

.photo-snippet {
    border-top: 1px solid #d99b29;
    /*margin-top: 20px;*/
    padding-top: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #d99b29;
    margin-top: 6px;
    margin-right: 30px;
    float: left;
}
.photo-snippet .photo {
    overflow: hidden;
    width: 400px;
    max-height: 250px;
    position: relative;
    margin: 0 auto;
}
.photo-snippet .photo .image-caption {
    padding: 8px 20px;
    font-size: 14px;
    background-color: rgba(217, 155, 41, 0.9);
    float: left;
    position: absolute;
    bottom: 20px;
    left: 0;
    color: #ffffff;
    width: 100%;
    font-family: "Source Sans Pro", Helvetica, sans-serif;
    font-weight: 300;
}
.photo-snippet .photo img {
    width: 100%;
    height: auto;
}
.photo-snippet .image-credit {
    width: 100%;
    margin: 0 auto;
    border-bottom: 0px;
}
.photo-snippet.responsive {
    width: 100%;
    max-width: 100%;
}
.photo-snippet.responsive .photo {
    width: 100%;
    max-height: unset;
}

/*********************SHARE THIS*********************/
a.at-svc-twitter .at-icon-wrapper {
    background: #c2c2c2 !important;
}
a.at-svc-facebook .at-icon-wrapper {
    background: #acacac !important;
}
.at4-icon.aticon-facebook {
    margin-right: 11px !important;
}
a.at-svc-email .at-icon-wrapper {
    background: #959595 !important;
}
a.at-svc-printfriendly .at-icon-wrapper {
    background: #7d7d7d !important;
    position: relative;
}
a.at-svc-compact .at-icon-wrapper {
    background: #636363 !important;
}
.at4-icon.aticon-printfriendly {
    background: url("../images/print_icon.png") no-repeat left !important;
}
.atss {
    z-index: 104 !important;
}
/*********************COMING SOON*********************/
#coming-soon {
    background-color: #1b2e54;
    height: 100%;
    width: 100%;
    position: relative;
}
#coming-soon .top-bar {
    background-color: #d99b29;
    height: 44px;
}
#coming-soon .top-bar .content {
    color: #ffffff;
    text-align: center;
    font-family: "Source Sans Pro", Helvetica, sans-serif;
    font-weight: 700;
    font-size: 20px;
    text-transform: uppercase;
    padding-top: 8px;
    letter-spacing: 1px;
}
#coming-soon .logo-bar {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -585px;
    margin-top: -146px;
}
#coming-soon .logo-bar .logo {
    width: 87px;
    margin: 0 auto;
    padding: 15px 0;
    border-bottom: 1px solid #d99b29;
}
#coming-soon .logo-bar .subtitle {
    color: #d99b29;
    text-align: center;
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: 2px;
    padding-top: 6px;
}
#coming-soon .logo-bar .main-title {
    color: #ffffff;
    text-align: center;
    padding-top: 2px;
    font-family: "Playfair Display", times new roman, serif;
    font-size: 30px;
    letter-spacing: 1px;
}
#coming-soon .logo-bar .main-title div {
    display: inline;
}
#coming-soon .logo-bar .main-title span {
    font-family: "Source Sans Pro", Helvetica, sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 36px;
    letter-spacing: 2px;
}
/*********************LIVE STREAM*********************/
#stream-wrapper {
    width: 100%;
    height: 100px;
    background-color: #d99b29;
}
#stream-wrapper .container a.stream-link {
    display: inline-block;
    color: #ffffff;
    cursor: pointer;
}
#stream-wrapper .container a.stream-link .stream-icon-wrapper {
    width: 130px;
    float: left;
    margin-left: -10px;
    height: 66px;
    background-color: #c38a22;
    border: 1px solid #ffffff;
    margin-top: 17px;
    padding: 10px;
    text-align: center;
}
#stream-wrapper .container a.stream-link .stream-icon-wrapper .stream-icon {
    font-size: 55px;
    margin-top: -16px;
}
#stream-wrapper .container a.stream-link .stream-text-wrapper {
    float: left;
    margin-top: 19px;
    margin-left: 20px;
}
#stream-wrapper .container a.stream-link .stream-text-wrapper .stream-text {
    font-family: "Playfair Display", times new roman, serif;
    font-size: 40px;
    letter-spacing: 0;
}
#stream-wrapper .container a.stream-link .stream-text-wrapper .stream-text span {
    font-family: "Source Sans Pro", Helvetica, sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 42px;
    letter-spacing: 0;
}
.modal-backdrop.in {
    filter: alpha(opacity=85);
    opacity: 0.85;
}
#stream-modal .modal-dialog {
    width: 100%;
    margin: 0;
    margin: 100px 0 0;
}
#stream-modal .modal-content {
    position: relative;
    background: none;
    background-clip: padding-box;
    border: none;
    border-radius: 0;
    outline: 0;
    box-shadow: none !important;
}
#stream-modal .modal-header {
    min-height: 16.43px;
    padding: 15px;
    border-bottom: 0;
    text-align: center;
    color: #ffffff;
    font-family: "Playfair Display", times new roman, serif;
    font-size: 30px;
    letter-spacing: 1px;
}
#stream-modal .modal-header span {
    font-family: "Source Sans Pro", Helvetica, sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 36px;
    letter-spacing: 2px;
    color: #d99b29;
}
#stream-modal .modal-body {
    padding: 0;
}
#stream-modal #stream-vid {
    width: 1160px;
    height: 650px;
    margin-left: -10px;
}
#stream-modal .modal-footer {
    text-align: center;
    border-top: none;
}
#stream-modal .modal-footer a {
    display: block;
    font-family: "Source Sans Pro", Helvetica, sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 24px;
    letter-spacing: 2px;
    color: #d99b29;
    cursor: pointer;
}
/*********************MEDIA QUERIES*********************/
@media (max-width: 1199px) {
    #home .connect-box .connect .contact a span {
        font-size: 13px;
    }
    #news-detail .interior-img-wrapper {
        width: 60%;
    }
    .member {
        width: 50%;
    }
    #coming-soon .logo-bar {
        left: 0;
        margin-left: 0;
        width: 100%;
    }
    #header .navbar-nav {
        max-width: 77%;
    }
    #home .meet-gov-box .meet-gov .meet-gov-int .box-title {
        margin: 25px 0 0;
    }
    #home .meet-gov-box .meet-gov .meet-gov-int a.read-more {
        margin: 0 60px;
    }
    #stream-wrapper .container a.stream-link .stream-text-wrapper {
        margin-top: 24px;
    }
    #stream-wrapper .container a.stream-link .stream-text-wrapper .stream-text {
        font-size: 32px;
    }
    #stream-wrapper .container a.stream-link .stream-text-wrapper .stream-text span {
        font-size: 34px;
    }
    #stream-modal #stream-vid {
        width: 960px;
        height: 540px;
    }
}

@media (max-width: 991px) {
    #header .logo-bar .logo {
        width: auto;
        margin: 20px 20px 20px 0;
        padding: 0 20px 0 0;
        border-bottom: 0;
        border-right: 1px solid #d99b29;
        float: left;
        height: 70px;
    }
    #header .logo-bar .logo img {
        height: 100%;
    }
    #header .logo-bar .main-title {
        padding-top: 29px;
        float: left;
    }
    #header .logo-bar {
        padding-bottom: 0;
    }
    .navbar .navbar-nav {
        display: inline-block;
        float: none;
        vertical-align: top;
    }
    /* new */
    #header .navbar-default .navbar-nav > li > a {
        padding: 11px 5px 12px 5px;
        font-size: 15px;
    }
    /* new */
    .navbar .navbar-collapse {
        text-align: center;
    }
    .navbar-right {
        float: none !important;
    }
    #header #main-nav .navbar-form {
        margin-top: 6px;
    }
    #header {
        height: 242px;
    }
    #header #main-nav .navbar-nav > li > .dropdown-menu {
        margin-top: 5px;
    }
    #home .connect-box .connect .connect-title {
        padding: 12px 0 10px;
        margin: 0 20px 13px;
        font-size: 18px;
        line-height: 23px;
    }
    #home .connect-box .connect .connect-title div {
        display: inline;
    }
    #home .connect-box .connect .connect-title span {
        font-size: 20px;
        letter-spacing: 0px;
    }
    #home .connect-box .connect .contact .connect-btn div {
        display: inline;
    }
    #home .connect-box .connect .contact .connect-btn {
        margin-bottom: 4px;
    }
    #home .connect-box .connect .social {
        padding: 0 0 0 10px;
        margin-top: 15px;
        margin-left: -10px;
        margin-right: -10px;
    }
    #home .carousel a.read-more {
        width: 85%;
    }
    #home .meet-gov-box .meet-gov .meet-gov-int a.read-more {
        margin: 0 45px;
    }
    #home .meet-gov-box .meet-gov .meet-gov-int .box-title {
        margin: 19px 0 0;
    }
    #home .meet-gov-box .meet-gov .section-photo {
        right: 33px;
    }
    #home .video-box .video iframe {
        height: 136px;
    }
    #home .instagram-box .instagram .feed img {
        width: 100% !important;
        height: auto !important;
        max-width: 273px;
    }
    #home .meet-gov-box .meet-gov .meet-gov-int .box-title div {
        display: block;
    }
    #pagebuilder .category .fact-wrapper {
        min-height: 600px;
    }
    #header .navbar-nav {
        max-width: 100%;
        height: auto;
    }
    #stream-wrapper .container a.stream-link .stream-text-wrapper {
        margin-top: 32px;
    }
    #stream-wrapper .container a.stream-link .stream-text-wrapper .stream-text {
        font-size: 24px;
    }
    #stream-wrapper .container a.stream-link .stream-text-wrapper .stream-text span {
        font-size: 26px;
    }
    #stream-modal #stream-vid {
        width: 740px;
        height: 416px;
    }
}

@media screen and (min-width: 768px) {
    .carousel-indicators {
        bottom: 44px;
    }
}

@media (max-width: 767px) {
    #header {
        height: auto;
    }
    #header .navbar-collapse {
        background-color: #1d3159;
    }
    .navbar-default .navbar-toggle {
        border-color: #d99b29;
        border-radius: 0;
    }
    .navbar-default .navbar-toggle .icon-bar {
        background-color: #ffffff;
    }
    .navbar-default .navbar-toggle:focus,
    .navbar-default .navbar-toggle:hover {
        background-color: #d99b29;
    }
    .navbar .navbar-nav {
        display: block;
    }
    #header #main-nav .dropdown-menu ul li {
        text-align: center;
    }
    #header #main-nav .navbar-form {
        width: 80%;
        margin: 0 auto;
        border: none;
        box-shadow: none;
    }
    #home .connect-box .connect .social {
        padding: 0 10px;
    }
    #home .connect-box .connect {
        margin-top: 10px;
        min-height: 345px;
    }
    #home .connect-box .connect .contact .connect-btn {
        margin-bottom: 10px;
        padding: 20px;
    }
    #home .connect-box .connect .connect-title span {
        font-size: 29px;
        letter-spacing: 1px;
    }
    #home .connect-box .connect .connect-title {
        font-size: 24px;
    }
    #home .connect-box .connect .contact a span {
        font-size: 21px;
    }
    #home .connect-box .connect .contact .connect-btn {
        font-size: 18px;
    }
    #home .connect-box .connect .contact .connect-btn:hover:before {
        border-width: 500px 0 0 500px;
    }
    #home .connect-box .connect .contact .connect-btn:hover:after {
        border-width: 0 500px 500px 0;
    }
    #home .carousel .read-more:hover:before {
        border-width: 500px 0 0 500px;
    }
    #home .carousel .read-more:hover:after {
        border-width: 0 500px 500px 0;
    }
    #home .meet-cab-box .meet-cab .meet-cab-int .read-more:hover:before {
        border-width: 500px 0 0 500px;
    }
    #home .meet-cab-box .meet-cab .meet-cab-int .read-more:hover:after {
        border-width: 0 500px 500px 0;
    }
    #home .carousel a.read-more {
        font-size: 16px;
        padding: 15px;
        margin-top: -67px;
    }
    .carousel-indicators {
        bottom: 60px;
    }
    #home .row2 .facts-box,
    #home .row2 .newsroom-box {
        margin-top: 10px;
    }
    #home .events-box .events {
        height: auto;
    }
    #home .signup-box {
        margin-top: 10px;
        padding-left: 10px;
        padding-right: 10px;
    }
    #home .meet-gov-box .meet-gov .meet-gov-int a.read-more {
        margin: 0 58px;
    }
    #home .meet-gov-box .meet-gov .section-photo {
        right: -13px;
    }
    #home .meet-cab-box {
        margin-top: 10px;
        padding-left: 10px;
        padding-right: 10px;
    }
    #header .navbar .container {
        padding-left: 10px;
        padding-right: 10px;
    }
    #home .hot-issue-box {
        padding-right: 10px;
        padding-left: 10px;
    }
    #home .connect-box {
        padding-right: 10px;
        padding-left: 10px;
    }
    #home .row2 .issues-box,
    #home .row2 .facts-box,
    #home .row2 .newsroom-box {
        padding: 0 10px;
    }
    #home .events-box {
        padding-left: 10px;
        padding-right: 10px;
    }
    #home .meet-gov-box {
        padding-left: 10px;
        padding-right: 10px;
    }
    #home .media-title {
        padding-left: 10px;
        padding-right: 10px;
    }
    #home .video-box {
        padding-right: 10px;
        padding-left: 10px;
    }
    #home .video-box .video iframe {
        height: 410px;
        max-height: 700px;
    }
    #home .social-title {
        padding-right: 10px;
        padding-left: 10px;
    }
    #home .twitter-box {
        padding-right: 10px;
        padding-left: 10px;
    }
    #home .facebook-box {
        padding-right: 10px;
        padding-left: 10px;
        margin-top: 10px;
    }
    #home .instagram-box {
        padding-right: 10px;
        padding-left: 10px;
        margin-top: 10px;
    }
    #home .twitter-box .twitter {
        height: auto;
    }
    #home .facebook-box .facebook {
        height: auto;
    }
    #home .instagram-box .instagram .feed img {
        width: auto;
    }
    #header .navbar-form .form-group {
        margin-bottom: 5px;
        width: 83%;
        float: left;
    }
    #header #main-nav .btn {
        margin-top: -11px;
    }
    #header .navbar-nav {
        margin: 7.5px 0px;
    }
    #pagebuilder .featured-image,
    #news-detail .featured-image {
        height: 375px;
    }
    #related-content .related-article-box .related-article {
        margin-bottom: 10px;
    }
    #events .event-index .event .time {
        margin-bottom: 20px;
    }
    #pagebuilder .category .fact-wrapper {
        margin-bottom: 20px;
    }
    #pagebuilder .category .fact-wrapper {
        min-height: 0;
    }
    .admin {
        width: 100%;
        min-height: 0;
    }
    #pagebuilder .category .fact-wrapper .fact-image img {
        left: 0;
        margin-left: 0;
    }
    #stream-modal #stream-vid {
        width: 100%;
        height: 416px;
        margin-left: 0;
    }
    #stream-wrapper .container a.stream-link .stream-icon-wrapper {
        margin-left: -5px;
    }
    #stream-wrapper .container a.stream-link .stream-text-wrapper {
        margin-top: 32px;
    }
    #stream-wrapper .container a.stream-link .stream-text-wrapper .stream-text {
        font-size: 19px;
    }
    #stream-wrapper .container a.stream-link .stream-text-wrapper .stream-text span {
        font-size: 21px;
    }
}

@media (max-width: 667px) {
    #home .meet-gov-box .meet-gov .section-photo {
        left: 10px;
    }
    #news-index .news-block .featured-image {
        height: 150px;
        width: 225px;
    }
    #news-index .news-block .box-title h2,
    #news-index .news-block .date,
    #news-index .news-block .blurb {
        margin-left: 245px;
    }
    #events .event-index .box-title h2 {
        font-size: 20px;
        width: 57%;
    }
    #events .event-index .box-title a {
        font-size: 16px;
        top: -2px;
    }
    #stream-modal #stream-vid {
        height: 356px;
    }
    #stream-modal .modal-header span {
        display: block;
    }
}
@media (max-width: 630px) {
    #pagebuilder .main-content .photo-snippet {
        margin-right: 0;
        float: none;
    }
    #pagebuilder .main-content .photo-snippet .photo {
        width: 100%;
    }
    #pagebuilder .main-content .photo-snippet .image-credit {
        width: 100%;
    }
    #stream-wrapper .container a.stream-link .stream-icon-wrapper {
        width: 82px;
        margin-left: -5px;
    }
    #stream-wrapper .container a.stream-link .stream-text-wrapper {
        margin-top: 26px;
    }
    #stream-wrapper .container a.stream-link .stream-text-wrapper .stream-text span {
        display: block;
        line-height: 11px;
    }
    #stream-modal .stream-vid {
        height: 339px;
    }
}

@media (max-width: 568px) {
    #home .meet-gov-box .meet-gov .section-photo {
        display: none;
    }
    #home .meet-gov-box .meet-gov .meet-gov-int .box-title {
        width: 100%;
    }
    #home .meet-gov-box .meet-gov .meet-gov-int a.read-more {
        width: 100%;
        margin: 0 auto;
    }
    #pagebuilder .featured-image,
    #news-detail .featured-image {
        height: 260px;
    }
    #news-detail .interior-img-wrapper {
        width: 100%;
    }
    #home .instagram-box .instagram .feed img {
        width: auto !important;
        height: 273px !important;
    }
    #stream-modal .modal-dialog {
        margin: 50px 0 0;
    }
}

@media (max-width: 542px) {
    #header .logo-bar .main-title span {
        font-size: 28px;
        letter-spacing: 1px;
    }
    #header .logo-bar .main-title {
        font-size: 24px;
        padding-top: 35px;
    }
    #home .meet-gov-box .meet-gov .meet-gov-int a.read-more {
        margin: 0;
        width: 60%;
    }
    #news-detail a.hi-res {
        border-bottom: none;
        padding: 10px 15px 0;
        float: left;
    }
    #news-detail .image-credit {
        text-align: left;
        clear: left;
    }
    #news-index .news-block .featured-image {
        height: auto;
        width: 100%;
        margin-bottom: 10px;
        max-height: 300px;
    }
    #news-index .news-block .featured-image img {
        width: 100%;
    }
    #news-index .news-block a.category {
        clear: both;
    }
    #news-index .news-block .box-title h2,
    #news-index .news-block .date,
    #news-index .news-block .blurb {
        margin-left: 0;
    }
    #stream-modal .modal-footer a {
        font-size: 18px;
        letter-spacing: 1px;
    }
    #stream-modal .modal-footer {
        padding: 30px;
    }
    #stream-modal .stream-vid {
        height: 294px;
    }
    #stream-modal .modal-header {
        font-size: 20px;
    }
}

@media (max-width: 500px) {
    .member {
        width: 100%;
    }
}
@media (max-width: 488px) {
    #footer {
        height: 90px;
    }
}

@media (max-width: 454px) {
    #home .connect-box .connect {
        min-height: 375px;
    }
    #header .logo-bar .main-title div {
        display: block;
        text-align: left;
        line-height: 9px;
    }
    #stream-modal .stream-vid {
        height: 237px;
    }
}

@media (max-width: 470px) {
    #stream-wrapper .container a.stream-link .stream-text-wrapper {
        margin-top: 16px;
        width: calc(100% - 100px);
    }
    #stream-wrapper .container a.stream-link .stream-text-wrapper .stream-text {
        letter-spacing: 1px;
    }
    #stream-wrapper .container a.stream-link .stream-text-wrapper .stream-text span {
        line-height: 1;
        letter-spacing: 2px;
    }
}

@media (max-width: 430px) {
    #pagebuilder .main-content .photo-snippet .photo {
        width: 100%;
    }
    #pagebuilder .main-content .photo-snippet .image-credit {
        width: 100%;
    }
    #stream-wrapper .container a.stream-link .stream-text-wrapper .stream-text {
        font-size: 17px;
    }
    #stream-wrapper .container a.stream-link .stream-text-wrapper .stream-text span {
        font-size: 20px;
    }
}
@media (max-width: 414px) {
    #home .video-box .video iframe {
        height: 222px;
    }
    #pagebuilder .featured-image,
    #news-detail .featured-image {
        height: 200px;
    }
    #home .meet-gov-box .meet-gov .meet-gov-int a.read-more {
        width: 100%;
    }
}

@media (max-width: 372px) {
    #home .connect-box .connect {
        min-height: 400px;
    }
    #stream-modal .stream-vid {
        height: 192px;
    }
    #stream-modal .modal-footer span {
        display: none;
    }
}

@media (max-width: 357px) {
    #home .instagram-box .instagram .feed img {
        width: 100%;
    }
    #home .signup-box .signup .overlay .signup-wrapper .form-control {
        width: 100%;
    }
    #home .signup-box .signup .overlay .signup-wrapper .btn {
        width: 100%;
    }
    #stream-wrapper .container a.stream-link .stream-text-wrapper .stream-text span {
        font-size: 16px;
    }
    #stream-wrapper .container a.stream-link .stream-text-wrapper .stream-text {
        font-size: 15px;
    }
    #stream-wrapper .container a.stream-link .stream-text-wrapper {
        margin-left: 18px;
        margin-top: 20px;
    }
    #stream-modal .modal-header {
        font-size: 14px;
    }
    #stream-modal .modal-header span {
        font-size: 27px;
    }
}
@media (max-width: 327px) {
    #header .logo-bar .logo {
        margin: 20px 15px 20px 0;
        padding: 0 15px 0 0;
    }
}

@media (max-width: 320px) {
    #home .connect-box .connect .contact .connect-btn {
        line-height: 20px;
    }
    #home .meet-gov-box .meet-gov .meet-gov-int .box-title {
        width: 100%;
    }
    #home .meet-gov-box .meet-gov .meet-gov-int a.read-more {
        width: 100%;
    }
    #home .media-title .media a.read-more {
        float: left;
        margin-top: 0px;
    }
    #home .video-box .video iframe {
        height: 168px;
    }
    .side-bar .connect {
        min-height: 414px;
    }
    #home .carousel .box-title {
        max-height: 155px;
    }
}
