@font-face {
    font-family: 'MarketPro';
    src: url('./assets/fonts/marketPro/MarketPro.ttf');
}

.speakerimage {
    float: left;
    text-align: center;
    width: 25%
}

.speakertext {
    float: left;
    width: 75%;
    text-align: left;
    padding-bottom: 20px;
}

.speaker {
    display: block;
    overflow: auto;
    border-bottom: 1px dotted #1c2a3d;
    padding-bottom: 20px;
    padding-top: 20px;
}

.yellowbutton {
    background: #faa61a;
    color: #1c2a3d;
    padding: 10px;
    font-weight: bold;
    font-size: 14px;
    float: left;
    margin-top: 15px;
}

.detpic {
    padding-bottom: 50%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 30px;
}

.agency {
    text-align: center;
    margin-bottom: 20px;
}

img.agency-logo {
    height: 200px;
    width: auto;
}

img.resources-logo {
    height: 70px;
    width: auto;
}

.bheader {
    position: relative;
    height: 184px;
    padding: 25px 0px 35px 0px;
}

#menu-default-menu .menu-item-has-children {
    position: relative;
    padding-bottom: 10px;
}

#menu-default-menu .menu-item-has-children:hover .sub-menu {
    display: block;
}

#menu-default-menu .sub-menu {
    position: absolute;
    left: 0;
    padding: 0;
    top: 20px;
    text-align: initial;
    display: none;
    z-index: 20;
    pointer-events: all;
    background-color: #fff;
}

#menu-default-menu .sub-menu li {
    padding: 7px 10px 3px 10px;
}

.sub-menu.active {
    display: block !important;
}

.molding {
    position: absolute;
    top: 0;
    width: 100%;
    height: 6px;
    background: #0564ae;
}

.molding-rel {
    width: 100%;
    height: 6px;
    background: #0564ae;
}

.logopic {
    display: flex;
    flex-direction: row;
    justify-content: center;
    height: 140px;
    padding: 20px 0px;
}

.logopic img:first-child {
    padding-right: 10px;
}

.topsec {
    color: white;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.rightimage {
    position: absolute;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 70%;
    margin-left: 30%;
    height: 100%;
}

.topsec h1,
#contact-content h1,
#contributors h1 {
    color: #1c2a3d;
    position: relative;
    margin-bottom: 34px;
}

#contributors h1 {
    text-align: center;
}

.topsec h1:after {
    content: "";
    height: 3px;
    width: 120px;
    background-color: #fea501;
    position: absolute;
    bottom: -18px;
    left: 0
}

.topsec p,
.topsec a {
    color: #414042;
    font-size: 18px;
}

.topsec p {
    max-width: 550px;
}

.topsec a:not(.icon-link) {
    margin-right: 20px;
    border: 1px solid;
    padding: 15px 35px;
    display: inline-block;
    font-weight: bold;
    font-size: 15px;
}

.topsec a:last-child {
    margin-right: 0;
}

.topsec .btn {
    background: transparent;
    color: white;
    border: solid 1px white;
    border-radius: 0px;
    text-transform: uppercase;
    text-align: center;
    padding: 14px 35px;
    font-size: 15px;
}

.topsec .btn:after {
    content: none;
}

.bluetransp {
    position: absolute;
    top: 0;
    left: 0;
    right: 50%;
    bottom: 0;
    background-image: linear-gradient(to right, #1b2a3d, #1b2a3d);
}

.bluetransp::after {
    position: absolute;
    top: 0;
    bottom: 0;
    right: -128px;
    content: "";
    border-bottom: 250px solid transparent;
    border-left: 64px solid #1b2a3d;
    border-top: 250px solid #1b2a3d;
    border-right: 64px solid transparent;
}

.topmessage {
    background: #1c2a3d;
    color: #fff !important;
    padding: 10px 20px;
    text-align: center;
    font-size: 15px;
    font-weight: 600;
    margin: 0;
}

.triangles,
.triangle {
    position: relative;
}

.triangles:after {
    position: absolute;
    content: "";
    right: -31px;
    top: -15px;
    width: 0px;
    height: 0px;
    border-top: 0px solid transparent;
    border-bottom: 23px solid transparent;
    border-left: 11px solid #909295;
}

.triangles:before {
    position: absolute;
    content: "";
    right: -31px;
    top: 8px;
    width: 0px;
    height: 0px;
    border-top: 23px solid transparent;
    border-bottom: 0px solid transparent;
    border-left: 11px solid #909295;
}

.triangle:after {
    position: absolute;
    content: "";
    left: -31px;
    top: -15px;
    width: 0px;
    height: 0px;
    border-top: 0px solid transparent;
    border-bottom: 23px solid transparent;
    border-right: 11px solid #909295;
}

.triangle:before {
    position: absolute;
    content: "";
    left: -31px;
    top: 8px;
    width: 0px;
    height: 0px;
    border-top: 23px solid transparent;
    border-bottom: 0px solid transparent;
    border-right: 11px solid #909295;
}

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

    .triangles:before,
    .triangles:after,
    .triangle:before,
    .triangle:after {
        display: none;
    }
}

.toptable {
    display: table;
    height: 100%;
    vertical-align: middle;
    width: 60%;
    position: absolute;
    top: 0;
    bottom: 0;
}

@media screen and (max-width: 991px) {
    .toptable {
        width: 100%;
        padding-bottom: 55px;
        position: relative;
    }

    .bluetransp:after {
        border-bottom: 285px solid transparent;
        border-top: 285px solid #1b2a3d;
    }

    #menu-default-menu-1 .menu-item-has-children {
        position: relative;
    }

    #menu-default-menu-1 .sub-menu {
        position: absolute;
        left: 0;
        padding: 0 !important;
        text-align: initial;
        display: none;
    }

    #menu-default-menu-1 .sub-menu.active {
        position: relative;
    }
}

.innercont {
    padding-left: 13%;
    display: table-cell;
    vertical-align: middle;
}

@media screen and (max-width: 991px) {
    .innercont {
        padding-left: 7%;
        padding-right: 7%;
    }
}

.missionsec {
    padding-top: 50px;
    padding-bottom: 65px;
    background: #1c2a3d;
}

.missionsec h1 {
    margin-top: 0;
    margin-bottom: 40px;
    color: white;
    text-align: center;
}

.missionsec p {
    color: white;
}

.sponsors h1,
.resources h1 {
    margin-bottom: 50px;
    margin-top: 0;
}

.missionsec h1:after,
.sponsors h1:after,
.resources h1:after,
#contact-content h1:after,
#contributors h1:after,
#single-contributor h1:after {
    content: "";
    height: 3px;
    width: 100px;
    left: calc(50% - 50px);
    background-color: #fea501;
    position: absolute;
    bottom: -14px;
}

#single-sponsor h1:after {
    content: "";
    height: 3px;
    width: 100px;
    left: calc(50% - 50px);
    background-color: #fea501;
    position: absolute;
    bottom: -14px;
}

.flexpics {
    display: flex;
    flex-wrap: wrap;
}

.aboutpic {
    height: 168px;
    width: 168px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-left: calc(50% - 84px);
    border-radius: 50%;
    border: 1px solid white;
}

@media screen and (max-width: 450px) {
    .aboutpic {
        height: 134px;
        width: 134px;
        margin-left: calc(50% - 62px);
    }

    .topsec a {
        margin: 10px 0px 0px 0px;
        text-align: center;
        display: block;
    }
}

.aboutcont {
    padding-top: 60px;
    padding-bottom: 20px;
    text-align: center;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.aboutcont h2,
.aboutcont h4,
.aboutcont p {
    color: white;
}

.aboutcont p {
    font-size: 12px;
}

.aboutcont .col-md-3 {
    margin-bottom: 40px;
}

.scnd {
    padding-bottom: 105px;
    padding-top: 35px;
}

.scnd h2 {
    margin-bottom: 30px;
}

.scnd p {
    margin-bottom: 0;
    color: #07006a;
}

.scnd .form-control {
    position: relative;
    background: transparent;
    border: 1px solid #909295;
    border-radius: 0;
    height: 50px;
    margin-top: 16px;
    color: #000029;
    width: 30%;
    display: inline-block;
    margin-right: 30px;
    padding: 0;
}

.gfield label {
    display: none;
}

#gform_11 {
    max-width: 900px;
    width: 100%;
}

#gform_11 label {
    display: block;
    font-weight: 600;
}

#gform_11 label br {
    display: none;
}

#gform_11 .gform_body {
    float: none;
    width: 100%;
}

#gform_11 .gform_footer {
    float: none;
    width: 100%;
}

#gform_11 legend {
    font-size: 16px;
    font-weight: bold;
}

.gform_wrapper .top_label input.medium {
    width: 100%;
    padding: 0;
    margin: 0;
    padding-left: 5px;
}

.scnd .form-control::placeholder {
    color: #000029;
    font-weight: 600;
}

.gform_wrapper .gform_footer {
    padding: 16px 0 10px 0;
    margin: 0;
    clear: none;
    text-align: left;
}

.gform_body {
    width: 80%;
    float: left;
}

@media screen and (max-width: 991px) {
    .scnd {
        padding-bottom: 35px;
    }
}

@media screen and (max-width: 895px) {
    .scnd .form-control {
        margin-right: 0;
        width: 100%;
    }

    .scnd .cbtn {
        margin-top: 16px;
    }
}

.scnd .cbtn {
    height: 50px;
    width: 50px;
    background: #1b2a3d;
    color: white;
    font-size: 24px;
    border-radius: 0px;
    box-shadow: none;
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    line-height: 1.42857;
    webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.bfooter {
    background: #1c2a3d;
    width: 100%;
    padding: 40px 0;
}

.flexitems {
    display: flex;
    flex-wrap: wrap;
}

.ochre {
    color: #ffa500 !important;
}

.bfooter h5,
.bfooter a {
    color: white;
    font-weight: 500;
}

.bfooter h5 {
    font-size: 12px;
    margin-bottom: 13px;
    line-height: 1.4;
}

.bfooter span {
    color: #ffa500;
    font-size: 11px;
}

.bfooter p {
    color: white;
    margin-top: 18px;
    margin-bottom: 8px;
    text-align: center;
    font-size: 12px;
}

.ftpic {
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 100%;
    height: 80px;
    margin-bottom: 15px;
}

.ftlogopic {
    background-position: left;
    background-repeat: no-repeat;
    background-size: contain;
    width: 100%;
    height: 65px;
}

@media screen and (max-width: 767px) {
    .ftlogopic {
        margin-top: 35px;
    }
}

.picbottom {
    margin: 10px 0;
    width: 100%;
}

@media screen and (min-width: 769px) {
    .bfooter .fborders {
        border-right: 1px solid white;
        border-left: 1px solid white;
    }
}

@media screen and (min-width: 769px) {
    .bfooter .col-sm-5 {
        width: 40%;
    }

    .bfooter .col-sm-3 {
        width: 29%;
    }
}

.fborders h5 i {
    position: absolute;
    left: 0;
    top: 1px;
    color: white;
}

.fborders h5 {
    padding-left: 17px;
    position: relative;
    margin-bottom: 10px;
    line-height: 1.4;
}

.fborders h5:nth-child(2) {
    padding-left: 0;
}

.social-icons {
    margin-top: 15px;
}

.social-icons i {
    border: 1px solid;
    border-radius: 50%;
    height: 40px;
    width: 40px;
    margin-right: 10px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.fimgtxt {
    padding-top: 24px;
}

@media screen and (min-width: 769px) {
    .cdiv {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
}

@media screen and (max-width: 768px) {
    .bfooter {
        text-align: center;
        padding-bottom: 60px;
    }

    .ftlogopic {
        background-position: center;
    }

    .fborders h5 i {
        position: relative;
        left: -4px;
        top: 0px;
    }

    .speakerimage {
        display: block;
        text-align: center;
        float: none !important;
        width: 100%
    }

    .speakertext {
        display: block;
        padding-bottom: 20px;
        float: none !important;
        width: 100%;
        text-align: center
    }

    .speaker {
        display: block;
        overflow: auto;
        border-bottom: 1px dotted #1c2a3d;
        padding-bottom: 20px;
        padding-top: 20px;
    }

    .yellowbutton {
        background: #faa61a;
        color: #1c2a3d;
        padding: 10px;
        font-weight: bold;
        font-size: 14px;
        display: block;
        margin-top: 15px;
        text-align: center;
        float: none !important;
    }
}

@media screen and (max-width: 767px) {
    .cdiv {
        margin: 40px 0;
    }
}

.underfooter {
    background: #faa61a;
    padding: 10px 30px;
}

.underfooter h6,
.underfooter h4 {
    color: #000029;
    display: inline-block;
}

.underfooter h6 {
    font-weight: 500;
    font-size: 11px;
}

.underfooter h4 {
    float: right;
    font-size: 15px;
}

@media screen and (max-width: 768px) {
    .underfooter h4 {
        float: none;
    }

    .underfooter h6,
    .underfooter h4 {
        display: block;
        text-align: center;
    }
}

.portrait {
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    padding-bottom: 100%;
}

@media screen and (max-width: 1200px) and (min-width: 992px) {
    .portrait {
        padding-bottom: 135%;
    }
}

@media screen and (max-width: 991px) {
    .portrait {
        margin-bottom: 40px;
        background-size: contain;
        padding-bottom: 70%;
    }

    #resources-details .col-md-12 {
        text-align: center;
    }
}

.dettitle {
    font-size: 30px;
}

.detsubtitle {
    color: #ffa500 !important;
    font-weight: 500;
    font-size: 24px;
    border-bottom: 1px solid #d9dada;
    padding-bottom: 10px;
    margin-bottom: 5px;
}

.listsubtitle {
    color: #ffa500;
    font-weight: 500;
    font-size: 17px !important;
}

#resources-details h6 {
    position: relative;
    font-size: 14px;
    font-weight: 500;
    margin: 12px 0;
    margin-left: 15px;
    line-height: 1.4;
}

#resources-details h6 a {
    color: #1b2a3d;
}

.theme-red #resources-details h6 a {
    color: #8C1918;
}

.theme-red .edit-agency-resources .btn-primary {
    background-image: linear-gradient(to right, #4a0100, #8C1918);
    border: none;
}

.theme-red .acf-form-submit input {
    background-image: linear-gradient(to right, #4a0100, #8C1918) !important;
    border: none;
}

#resources-details h6 i {
    position: absolute;
    font-size: 18px;
    left: -24px;
    top: -1px;
}

@media screen and (max-width: 991px) {
    #resources-details h6 i {
        position: relative;
        left: -3px;
        top: 1px;
    }
}

#resources-details a h6 {
    background: #ffa500;
    color: white;
    padding: 13px 15px;
    display: inline-block;
    border-radius: 5px;
    font-weight: 600;
    font-size: 15px;
    margin-left: -10px;
}

#resources-details a h6 i {
    margin-left: 5px;
    margin-right: 0;
    position: relative;
    left: unset;
    top: unset;
}

#resources-details h3 {
    font-size: 22px;
}

#resources-details p {
    font-size: 14px;
}

#resources-details #accordion {
    margin-top: 60px;
}

#resources-details .panel-default>.panel-heading {
    color: #838588;
    background-color: white;
    border-color: transparent;
}

#resources-details .panel-default {
    border-radius: 0;
    border: none;
    border-bottom: 1px solid #d9dada;
}

#resources-details .panel-default>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #d9dada;
}

#resources-details #accordion .panel-heading a:after {
    font-family: "FontAwesome";
    position: absolute;
    font-size: 20px;
    right: 0;
    top: calc(50% - 10px);
    color: #838588;
    font-weight: 100;
}

#resources-details #accordion .panel-heading a[aria-expanded="false"]:after {
    content: "\f067";
}

#resources-details #accordion .panel-heading a[aria-expanded="true"]:after {
    content: "\f068";
    color: #1b2a3d;
}

#resources-details #accordion .panel-heading a[aria-expanded="true"] {
    color: #1b2a3d;
}

.theme-red #resources-details #accordion .panel-heading a[aria-expanded="true"]:after,
.theme-red #resources-details #accordion .panel-heading a[aria-expanded="true"] {
    color: #8C1918;
}

.topsearchbar {
    background: #0564ae;
    color: white;
    padding: 35px;
    margin-bottom: 45px;
}

.topsearchbar input,
.topsearchbar select {
    display: inline-block;
    height: 50px;
    border: 1px solid white;
    background: transparent;
    color: white;
    margin-right: 10px;
    margin-bottom: 10px;
}

.topsearchbar a,
.topsearchbar button {
    color: white;
    padding: 10px 20px;
    border: solid 1px white;
    border-radius: 5px;
    margin: 0 5px 10px 5px;
    font-size: 14px;
    background: transparent;
    display: inline-block;
}

.topsearchbar a:hover,
.topsearchbar a.active,
.topsearchbar button:hover,
.topsearchbar button.active {
    background-color: #ffa700;
}

.topsearchbar select:disabled {
    cursor: no-drop;
}

.topsearchbar select {
    border-radius: 5px;
    padding: 10px 20px;
    height: auto;
    margin: 5px 5px 10px 5px
}

.topsearchbar select option {
    color: #1b2a3d;
}

.firstinp {
    width: 210px;
}

.secondinp {
    width: 172px;
}

.topsearchbar .form-group {
    margin-bottom: 0;
    position: relative;
}

.topsearchbar button.search {
    height: 50px;
    width: 50px;
    border: none;
    border-radius: 5px;
    background: orange;
    font-size: 25px;
}

@media screen and (max-width: 700px) {
    .topsearchbar select {
        width: 100%;
        margin-right: 0;
        margin-bottom: 10px;
    }

    .topsearchbar input {
        margin-bottom: 10px;
        width: 100%;
        margin-right: 10px;
    }
}

.underlined {
    text-decoration: underline;
}

.direction {
    color: #1b2a3d;
    margin-left: 16px;
    font-size: 15px;
}

@media screen and (max-width: 991px) {
    .direction {
        margin-left: 0;
    }
}

@media screen and (min-width: 1074px) {
    #resources-details .rightsec {
        padding-left: 40px;
    }
}

@media screen and (max-width: 1073px) {
    #resources-details .col-md-6 {
        width: 100%;
    }
}

#resources-listing .col-md-6 {
    position: relative;
    border: 2px solid #dbdcdc;
    margin-bottom: 3%;
    padding: 20px;
}

@media screen and (min-width: 768px) {
    #resources-listing .col-md-6 {
        width: calc(50% - 20px);
        margin-right: 10px;
        margin-left: 10px;
    }
}

@media screen and (max-width: 767px) {
    #resources-listing .col-xs-12 {
        margin-left: 15px;
        margin-right: 0px;
    }
}

#resources-listing .col-md-6:hover {
    border: 2px solid #1b2a3d;
}

.theme-red #resources-listing .col-md-6:hover {
    border: 2px solid #8C1918;
}

#resources-listing .col-md-6 h4 {
    margin-top: 0;
    font-size: 24px;
    margin-bottom: 5px;
}

#resources-listing .col-md-6 h6 {
    line-height: 1.5;
    font-size: 15px;
    color: #000029;
    margin-bottom: 0;
    margin-top: 5px;
    font-weight: 500;
}

#resources-listing .direction {
    margin-left: 0;
    font-weight: 600;
}

#resources-listing .topics {
    color: #ffa700;
    font-size: 24px;
    padding-right: 5px;
}

#resources-listing .zip {
    color: #0a0269;
    font-size: 24px;
}

.resicon {
    position: absolute;
    left: 20px;
    top: 30px;
    height: 34px;
    width: 40px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

@media screen and (max-width: 991px) {
    #resources-listing .col-md-6 h4 {
        font-size: 18px;
    }

    #resources-listing .listsubtitle {
        font-size: 16px !important;
    }

    #resources-listing .col-md-6 h6 {
        font-size: 14px;
    }
}

@media screen and (max-width: 600px) {
    .innercont {
        padding-top: 0;
    }

    .toptable,
    .topmessage {
        position: relative;
    }
}

.orgtypes {
    padding-top: 50px;
    padding-bottom: 40px;
}

.wellness,
.sponsors {
    background: #f2f2f2;
    padding-top: 40px;
    padding-bottom: 40px;
}

.sponsors {
    text-align: center;
    padding-bottom: 50px;
}

.wellness h1,
.wellness h2,
.wellness h3,
.wellness h4,
.wellness h5,
.wellness h6,
.pcmobile h1,
.pcmobile h2,
.pcmobile h3,
.pcmobile h4,
.pcmobile h5,
.pcmobile h6 {
    margin-top: 0;
}

.pcmobile {
    padding-top: 45px;
    padding-bottom: 45px;
}

.pcmobile .row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
}

.pcmobile .row>[class*='col-'] {
    display: flex;
    flex-direction: column;
}

@media (min-width: 991px) {
    .pcmobile .row .col-md-6 {
        width: 49%;
    }
}

.pcmobile .align-self-center {
    align-self: center;
}

.pcmobile p {
    margin-bottom: 0;
}

@media screen and (min-width: 992px) {
    .rightsec {
        padding-left: 40px;
    }
}

.custompad {
    padding-left: 30px;
    padding-right: 0;
}

.pcmobile .rightsec h4 {
    position: relative;
}

.pcmobile .rightsec h4:after {
    content: "";
    height: 13px;
    width: 13px;
    border: 2px solid orange;
    border-radius: 50%;
    position: absolute;
    bottom: 4px;
    left: -27px;
}

h2.pcmtitle {
    margin-bottom: 50px;
}

h2.pcmtitle:after {
    content: "";
    height: 3px;
    width: 120px;
    background-color: #fea501;
    position: absolute;
    bottom: -18px;
    left: 0;
}

.bparahraph {
    margin-top: 20px;
}

.resources {
    padding-top: 45px;
    text-align: center;
}

.sppic {
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    height: 100%;
    width: 100%;
    display: inline-block;
}

.orn-item {
    display: inline-block;
}

.ornframe {
    display: inline-block;
    height: 110px;
    width: 150px;
    margin-right: 17px;
    margin-left: 17px;
}

@media screen and (max-width: 600px) {
    .orn-item {
        display: block;
    }

    .ornframe {
        width: 100%;
        height: 95px;
        margin: 0px 0px 15px 0px;
    }
}

@media screen and (min-width: 992px) {

    .sponsors .col-md-2,
    .orgtypes .col-md-2 {
        width: 20%;
    }
}

@media screen and (max-width: 600px) {
    .resources .col-xs-4 {
        width: 50%;
    }
}

.respic {
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 100%;
    height: 0;
    padding-bottom: 45%;
}

.resources h4 {
    font-size: 14px;
}

.resources .col-md-2 {
    margin-bottom: 45px;
}

.orgpic {
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 100%;
    height: 35px;
}

.orgtypes .col-md-2 {
    text-align: center;
    margin-bottom: 30px;
}

.orgtypes h6 {
    font-size: 14px;
    margin-bottom: 0;
    margin-top: 8px;
}

@media screen and (max-width: 815px) {
    .orgtypes h6 {
        font-size: 13px;
    }
}

@media screen and (max-width: 395px) {
    .orgtypes h6 {
        font-size: 12px;
    }
}

@media screen and (max-width: 375px) {
    .orgtypes h6 {
        font-size: 11px;
    }
}

.orngframe {
    border: 1px solid orange;
    border-left: 8px solid orange;
    padding: 15px 0px;
    text-align: center;
    margin-bottom: 10px;
}

#contact-content {
    margin-top: 40px;
}

#contact-content .gfield label {
    display: block;
    font-size: 15px;
    color: #1c2a3d;
}

#contact-content .gform_body {
    width: 100%;
}

#contact-content .gform_wrapper .top_label input.medium {
    width: 50%;
}

#contact-content .gform_title {
    display: none;
}

.cform {
    background: #f2f2f2;
    padding-top: 40px;
    padding-bottom: 30px;
    margin-bottom: 10px;
    margin-top: 60px;
}

.solidinp {
    width: 100% !important;
    margin-right: 0;
    margin-left: 0;
}

#contact-content .form-group {
    width: 50%;
    padding: 0 1%;
    display: inline-block;
}

@media screen and (max-width: 600px) {
    #contact-content .form-group {
        width: 100%;
        display: block;
    }
}

#contact-content .form-control {
    border: 1px solid #1c2a3d;
    border-radius: 0;
}

#contact-content .gform_wrapper .gform_footer {
    text-align: right;
}

#contact-content .btn {
    margin-right: 1%;
    background: transparent;
    border: 1px solid #1c2a3d;
    border-radius: 0;
    color: #1c2a3d;
    padding: 14px;
    margin-bottom: 0;
}

#contact-content .btn:after {
    display: none;
}

#contact-content .sponsors {
    margin-top: 40px;
}

#contact-content .sponsors iframe {
    width: 100%;
}

#contact-content p {
    margin-bottom: 0;
}

#contact-content .topmessage {
    margin: 0;
}

.defbck {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 200px;
}

.palebck {}

#menu-default-menu {
    list-style-type: none;
    text-align: right;
    padding: 85px 10px;
    margin-bottom: 0;
}

#menu-default-menu li {
    display: inline-block;
    padding-left: 15px;
}

#menu-default-menu li a {
    color: #474646;
    font-size: 11px;
    font-weight: bold;
    text-transform: uppercase;
    position: relative;
}

#menu-default-menu li a:hover,
#menu-default-menu li.current_page_item a {
    border-bottom: 2px solid orange;
    padding-bottom: 5px;
}

#menu-default-menu-1 {
    list-style-type: none;
    text-align: center;
    padding: 0px;
    background: #ffffff75;
    margin-bottom: 0;
}

.deflogo {
    height: 65px;
    top: 130px;
    position: absolute;
    left: calc(15% - 68px);
}

.whitesec .gform_title,
.whitesec label {
    display: none;
}

.scnd input.medium {
    width: 266px !important;
    float: left;
}

.scnd #input_1_1 {
    margin-left: calc(50% - 321px);
}

.scnd .gform_footer button {
    margin: 0;
    border-radius: 0;
    height: 50px;
    width: 50px;
    background: #1b2a3d;
    padding: 0;
}

.scnd .gform_footer {
    display: inline-block;
    padding: 0;
}

.scnd .btn:after {
    font-size: 24px;
    width: initial;
    font-weight: normal;
    right: 16px;
    top: 6px;
}

@media screen and (max-width: 1020px) {
    .scnd input.medium {
        width: 100% !important;
        float: none;
    }

    .scnd #input_1_1 {
        margin-left: 0;
    }

    .scnd .gform_wrapper form {
        text-align: center;
    }
}

.agadmin,
.agnadmin {
    display: inline-block;
    text-transform: uppercase;
}

.agnadmin {
    padding-top: 5px;
    width: 100%;
}

.agadmin a,
.agnadmin a {
    color: #ffa600;
}

@media screen and (min-width: 711px) {
    .agnadmin {
        display: none;
    }
}

@media screen and (max-width: 710px) {
    .agadmin {
        display: none;
    }

    .agnadmin {
        display: block;
    }
}

@media screen and (max-width: 550px) {
    .resources-section {
        padding-top: 10px;
    }

    .resource-details img {
        height: 55px;
        margin-bottom: 10px;
    }

    .resource-details h4 {
        font-size: 12px;
    }

    .resource-details {
        flex: none;
        width: 20%;
    }
}

@media screen and (max-width: 534px) {
    .header-agency .login {
        position: absolute;
        right: -100px;
    }
}

@media screen and (max-width: 430px) {
    .search-social .form-group {
        width: 160px;
    }

    .search-social .social-icons-header a {
        padding-left: 15px;
    }
}

@media screen and (max-width: 368px) {
    .search-social .form-group {
        width: 120px;
    }

    .search-social .social-icons-header a {
        padding-left: 12px;
    }
}

.mobile-container {
    margin: auto;
    color: white;
}

.topnav {
    /*overflow: hidden;*/
    position: relative;
}

.topnav #myLinks {
    display: none;
}

.topnav a {
    color: #404041;
    padding: 28px;
    text-decoration: none;
    font-size: 17px;
    display: block;
    text-align: center;
}

.topnav a.icon {
    display: block;
    position: absolute;
    right: 15px;
    top: 26px;
    padding: 20.5px;
    border: 1px solid #404041;
    border-radius: 15px;
    z-index: 999;
}

.topnav img {
    height: 56px;
}

.defbackg {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.defbackg .diffa {
    background: #ffffff75;
}

#myLinks ul {
    background: transparent;
}

#myLinks ul li a {
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    padding: 12px;
}

#myLinks ul li a:hover {
    color: orange;
}

.aactive {
    background-color: #4CAF50;
    color: white;
}

.logopic.defbck {
    height: 140px;
}

@media screen and (min-width: 992px) {
    .defbackg {
        display: none;
    }
}

@media screen and (max-width: 991px) {
    .defbck {
        display: none;
    }

    .defbackg {
        display: block;
    }
}

.altlogo {
    padding-right: 40px;
}

.altgtitle {
    display: none !important;
}

.contrpic {
    background-size: cover !important;
    height: 0px;
    padding-bottom: 80%;
}

.contgroup {
    margin: 50px 0;
    margin-bottom: 40px;
}

.sponsgroup {
    margin: 50px 0;
    margin-bottom: 40px;
    display: flex;
    flex-wrap: wrap;
}

.contgroup .col-md-3,
.sponsgroup .col-md-3 {
    margin-bottom: 20px;
}

.contrsec {
    background: #f2f2f2;
    padding: 10px;
    min-height: 170px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.contrsec h3 {
    margin-top: 0;
    font-size: 15px;
}

.contrsec h4 {
    font-size: 11px;
    font-weight: 100;
}

.contrloc {
    display: inline-block;
    margin-bottom: 0;
    margin-left: 5px;
    padding-top: 15px;
}

.contrsec .location-and-links {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

#single-news .news-author {
    margin-bottom: 40px;
}

#single-news .news-author .sicons,
#single-news .news-sponsor-wrap .sicon {
    padding-top: 0px;
}

#single-news .location-and-links i {
    font-size: 20px;
}

#single-news .location-and-links {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

#single-news .location-and-links i {
    color: #faa61a;
}

#single-news .author-desc,
#single-news .sponsor-dcontent {
    text-align: justify;
}

#single-news .author-title h3,
#single-news .sponsor-title h3 {
    margin-top: 0px;
    margin-bottom: 0px;
}

#single-news .author-position p,
#single-news .sponsor-subtitle p {
    margin-bottom: 0px;
    font-weight: bolder;
}

#single-news .location-and-links h4 {
    padding-top: 0px;
}

#single-news .news-author,
#single-news .news-sponsor-wrap {
    padding: 15px 5px;
    border: 1px solid #474646;
    border-radius: 5px;
}

#single-news .news-author .contrpic,
#single-news .news-sponsor-wrap .contrpic {
    border-radius: 5px;
}

#single-news .news-sponsor-wrap {
    padding: 20px 0px;
    margin-bottom: 40px;
}

#single-news .sponsors-title {
    padding: 40px 0px;
}

#single-news .sponsors-title h1:after {
    content: "";
    height: 3px;
    width: 100px;
    left: calc(50% - 50px);
    background-color: #fea501;
    position: absolute;
    bottom: -14px;
}

.sicons {
    display: inline-block;
    padding-top: 15px;
}

.sicons i {
    border: 1px solid;
    border-radius: 50%;
    height: 25px;
    width: 25px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.sicons a {
    display: inline-block;
    margin-right: 10px;
}

.sicons a:last-child {
    margin-right: 0;
}

.contrsec i {
    color: #faa61a;
}

.sponspic {
    background-size: contain !important;
    height: 0px;
    padding-bottom: 60%;
}

#single-contributor .post-title h2,
#single-sponsor .post-title h2 {
    margin-top: 0px;
}

#single-contributor .contributor-content,
#single-sponsor .sponsor-content {
    text-align: justify;
}

#single-contributor .container,
#single-sponsor .container {
    width: 50%;
    margin: 0 auto;
}

@media (max-width: 1024px) {

    #single-contributor .container,
    #single-sponsor .container {
        width: 90% !important;
    }
}

#single-contributor .contrsec,
#single-sponsor .contrsec {
    min-height: auto;
}

#single-contributor .page-title,
#single-sponsor .page-title,
#single-sponsor .page-title {
    padding-bottom: 30px;
}

#single-contributor .single-contributor-wrap,
#single-sponsor .single-contributor-wrap {
    padding: 40px 0px;
}

#single-sponsor .single-sponsor-wrap {
    padding: 40px 0px;
}

#single-sponsor .sicons {
    padding-top: 0px;
}

#single-sponsor .sponsor-img {
    padding: 10px 0px;
}

#single-sponsor .sponsor-img img {
    max-width: 200px;
}

#sponsors .contgroup .col-md-2 {
    margin-bottom: 20px;
}

#sponsors .sicons {
    padding-top: 0;
}

@media screen and (min-width: 992px) {
    #sponsors .contgroup .col-md-2 {
        width: 20%;
    }

    #sponsors .sicons {
        float: none;
        padding-top: 8px;
        display: block;
    }
}

#sponsors .contrloc {
    padding-top: 0;
}

.sinline {
    font-size: 12px;
    display: inline-block;
    margin: 0;
    margin-bottom: 4px;
}

.sponsgroup h5 {
    float: right;
    font-weight: 500;
    text-transform: uppercase;
}

.sponsgroup p {
    font-size: 10px;
}

.upperborder {
    border: 1px solid #1c2a3d;
}

.colored {
    border: 1px solid #1c2a3d;
    border-top: none;
    padding: 7px 8px;
}

.upperborder {
    padding: 25px 0px;
}

.sponsgroup .col-md-3:nth-child(odd) .colored {
    background: #1c2a3d;
}

.sponsgroup .col-md-3:nth-child(odd) .colored h4,
.sponsgroup .col-md-3:nth-child(odd) .colored h5,
.sponsgroup .col-md-3:nth-child(even) .colored h4,
.sponsgroup .col-md-3:nth-child(even) .colored h5 {
    color: white;
}

.sponsgroup .col-md-3:nth-child(odd) .colored p {
    color: #fdb130;
}

.sponsgroup .col-md-3:nth-child(even) .colored {
    background: #fdb130;
}

.contanchor {
    display: inline-block;
    float: right;
    color: #1c2a3d;
    font-weight: 600;
    font-size: 14px;
    position: relative;
    padding-right: 20px;
    margin-top: 15px;
}

a.contanchor:after {
    content: ">>";
    position: absolute;
    right: 0;
    color: #fdb130;
}

.fullwidth {
    width: 100%;
}

#contributors .topmessage {
    margin: 0;
}

.contrs {
    background: #f2f2f2;
    padding-top: 20px;
}

#sponsors .contrsec {
    background: white;
}

#sponsors .sponsors {
    margin-top: 40px;
    margin-bottom: 20px;
}


/* Faq Page */

#faq-content {
    margin: 50px 0px;
}

.faq-page-title {
    margin-bottom: 40px;
}

.faq-page-title h1:after {
    content: "";
    height: 3px;
    width: 100px;
    left: calc(50% - 50px);
    background-color: #fea501;
    position: absolute;
    bottom: -14px;
}

.panel-group .panel+.panel {
    margin-bottom: 25px;
}

.panel-group .panel {
    margin-bottom: 25px;
}

.panel-default>.panel-heading {
    padding: 15px 20px;
}

.faq-btn a:hover h4 {
    color: #ffa600;
}


/*News Page*/

.news-item {
    padding: 50px 0px 20px 0px;
    border-bottom: 2px solid orange;
}

.orngframe-btn {
    display: inline-block;
    background-color: white;
    color: #1c2a3d;
    border: 1px solid orange;
    border-left: 8px solid orange;
    padding: 10px;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    overflow: hidden;
    max-width: 100%;
    height: auto;
}

.video-cotnaier iframe {
    width: 100% !important;
}

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

.continue-reading .orngframe-btn {
    margin-top: 20px;
}


/*Single News*/

.news-title {
    background-color: orange;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 10px;
}


/*#DIRECTORY*/

.cfrc-badge {
    max-width: 100px;
}

.listNavShow .col-xs-12 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.listNavShow .col-xs-12 a:first-child {
    width: 100%;
}

@media(max-width:768px) {
    .news-title {
        flex-direction: column;
        align-items: flex-start;
    }
}

.news-title h1,
.news-title p {
    color: #fff;
}

#single-news .news-content {
    padding: 20px 0px;
}

#single-news .news-bg {
    padding: 20px 0px;
}

.page-content {
    padding: 40px 0px;
}

@media(max-width:1024px) {
    .sponsors-content {
        width: 90% !important;
    }

    .cfrc-badge {
        margin: 0 auto;
    }

    .listNavShow .col-xs-12 {
        display: flex;
        flex-wrap: wrap;
        /*        justify-content: flex-start;*/
    }

    .listNavShow .col-xs-12 .cfrc-badge {
        margin: 0;
        margin-top: 10px;
    }
}


/* Sponsors and Partenres page style */

.sponsgroup .colored {
    min-height: 80px;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}

.sponsgroup .colored .sponstitle {
    font-size: 13px;
    font-weight: bolder;
}

.agency-help-line-number {
    font-weight: bolder;
}

.d-mob {
    display: none;
}

.d-desktop {
    display: block;
}

@media (max-width:767px) {

    /* #questions-list .question-text{text-align: center;} */
    .score-from-multiplier,
    .multiplier,
    .input-amount {
        text-align: left;
        padding-left: 1.6em;
    }

    .question-block-row .input-amount {
        margin-bottom: 15px !important;
    }

    .score-from-multiplier,
    .multiplier {
        margin-bottom: 20px;
    }

    .multiplier {
        display: flex;
        align-items: center;
    }

    .d-desktop {
        display: none;
    }

    .d-mob {
        display: block;
    }
}

#gform_12 label,
#gform_13 label {
    display: block !important;
}

#gform_12 .gform_body,
#gform_13 .gform_body {
    float: none !important;
    width: 100%;
}

#gform_12 .gform_wrapper .gform_footer,
#gform_12 .gform_wrapper .gform_footer {
    clear: both !important;
}

#gform_12 .gform_footer.top_label,
#gform_13 .gform_footer.top_label {
    text-align: center !important;
}

#gform_12 #input_12_10,
#gform_12 #input_12_11,
#gform_13 #input_13_10,
#gform_13 #input_13_11 {
    width: 100% !important;
}

/* Lighthouse core admin page */
.cstm-container {
    width: 50%;
    margin: 0 auto;
}

.core-admin-resources-page .container {
    width: 50%;
    margin: 0 auto;
}

.core-admin-resources-page .resource,
.core-admin-resources-page .resource a {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-bottom: 20px;
}

.core-admin-resources-page .resource span {
    margin-top: 25px;
    color: #000 !important;
}

.core-admin-resources-page .circle-icon {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 100ms linear;
}

.core-admin-resources-page .resource a:hover .circle-icon {
    height: 160px;
    width: 160px;
}

.core-admin-resources-page .gh-section .section-title h2 {
    color: #FAA619;
    text-transform: uppercase;
}

.core-admin-resources-page .gh-circle-icon {
    background: #FAA619;
    color: #fff;
}

.core-admin-resources-page .si-circle-icon {
    background: #005DB0;
    color: #fff;
}

.core-admin-resources-page .si-section .section-title h2 {
    color: #005DB0;
    text-transform: uppercase;

}

.core-admin-resources-page .si-section {
    padding: 25px 0px 50px 0px;
}

.core-admin-resources-page .gh-section {
    padding: 25px 0px;
    border-top: 2px solid #DCE1E6;
    border-bottom: 2px solid #DCE1E6;
}

.core-admin-resources-page .si-section .section-title,
.core-admin-resources-page .gh-section .section-title {
    padding-bottom: 25px;
}

.core-admin-resources-page .page-title {
    margin: 30px 0px;
    text-transform: uppercase;
}

/* Apex Core support */
.apex-core-support .cstm-container {
    width: 90% !important;
}

.apex-core-support .support-articles {
    position: relative;
}

.apex-core-support .line-between {
    border-right: 2px solid #DCE1E6;
    height: 80%;
    position: absolute;
    left: 50%;
    top: 10%;
    bottom: 10%;
}

.apex-core-support .support-articles .support-article {
    padding: 20px 55px 0 55px;
}

@media(max-width:768px) {
    .apex-core-support .support-articles .support-article {
        padding: 20px 0px 0 0px;
    }
}

.apex-core-support .support-articles {
    border-top: 2px solid #DCE1E6;
    padding: 90px 0px;
}

.contact-us-support-plans .page-title,
.single-core-support-article .page-title,
.apex-core-support .page-title,
.core-contact-us-page .page-title {
    margin: 30px 0px;
    text-transform: uppercase;
}

/* Apex Core Support Articles */
.single-core-support-article .post-wrapper {
    padding: 90px 0px;
    border-top: 2px solid #DCE1E6;
}

.single-core-support-article .post-links i {
    font-size: 30px;
    margin-right: 10px;
}

.single-core-support-article .post-links {
    padding-left: 25px;
}

.single-core-support-article .post-content .line-between {
    border-right: 2px solid #DCE1E6;
    height: 80%;
    position: absolute;
    right: 0;
    top: 0;
}

.single-core-support-article .post-content {
    position: relative;
    padding: 0 45px 45px 0;
    text-align: justify;
}

.single-core-support-article .post-links a {
    text-transform: uppercase;
    font-size: 21px;
    display: block;
    font-weight: bolder;
    margin-bottom: 20px;
}

.single-core-support-article .post-links a.txt-blue:hover {
    color: #005DB0;
}

.single-core-support-article .post-links a.txt-orange:hover {
    color: #FAA619;
}

.txt-lblue {
    color: #005DB0;
}

.txt-orange {
    color: #FAA619;
}

.txt-black {
    color: #000;
}


/* Core Contacts & Contact Us Support Plans  */
.contact-us-support-plans .contacts-wrapper .row {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
}

.contact-us-support-plans .column-title h1 {
    text-transform: uppercase;
    font-size: 30px;
}

.contact-us-support-plans .contact-actions.text-center {
    justify-content: center !important;
}

.contact-us-support-plans .contacts-wrapper {
    border-top: 2px solid #DCE1E6;
    padding: 25px 0px;
}

.core-contact-us-page .core-contacts {
    border-top: 2px solid #DCE1E6;
    padding: 25px 0px;
}

.contact-us-support-plans .contact-card,
.core-contact-us-page .contact-card {
    background-color: #F1F2F3;
    border-radius: 5px;
}

.contact-us-support-plans .contact-card .contact-actions .orngframe-btn.mr-20,
.core-contact-us-page .contact-actions .orngframe-btn.mr-20 {
    margin-right: 20px;
}

.contact-us-support-plans .contact-card .contact-actions .orngframe-btn,
.core-contact-us-page .contact-actions .orngframe-btn {
    background-color: #FAA619;
    color: #fff;
    border-left: 1px !important;
    border-radius: 5px;
}

.contact-us-support-plans .contact-card .contact-actions .blue-btn,
.core-contact-us-page .contact-actions .blue-btn {
    background-color: #005DB0;
    color: #fff;
    padding: 10px;
    display: inline-block;
    border-radius: 5px;
}

.contact-us-support-plans .contact-card,
.core-contact-us-page .contact-card {
    padding: 20px 0px;
    margin-bottom: 20px;
    max-width: 310px;
    margin: 0 auto 20px auto;
}

.core-contact-us-page .container {
    width: 50%;
    margin: 0 auto;
}

.contact-us-support-plans .contact-card .contact-actions,
.core-contact-us-page .contact-card .contact-actions {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    max-width: 257px;
    margin: 20px auto 0 auto;
}

.contact-us-support-plans .contact-card .contact-fullname h3,
.core-contact-us-page .contact-card .contact-fullname h3 {
    margin-top: 0px;
    text-transform: uppercase;
    font-weight: 100;
}

@media(max-width:767px) {

    .single-core-support-article .post-content .line-between,
    .apex-core-support .line-between {
        display: none;
    }

    .single-core-support-article .post-links {
        padding-left: 0px;
    }

    .single-core-support-article .post-content {
        padding-right: 0px;
    }
}

@media(max-width: 1024px) {
    .cstm-container {
        width: 90%;
    }

    .core-admin-resources-page .container,
    .core-contact-us-page .container {
        width: 90%;
    }
}

@media(min-width:1024px) and (max-width:1812px) {
    .core-contact-us-page .container {
        width: 90%;
    }

    .single-core-support-article .cstm-container {
        width: 90%;
    }
}

/* NEW DESIGN */
.main-header .menu-container {
    background-color: #fff;
}

.main-header .menu-container .defbck {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.topsec .mobile-bg,
.topsec .desktop-bg {
    position: relative;
}

.topsec .desktop-bg {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 100%;
    min-height: 530px;
}

.topsec .mobile-bg {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 100%;
}

.topsec .mobile-bg .overlay,
.topsec .desktop-bg .overlay {
    background-color: rgba(0, 93, 176, 80%);
    position: absolute;
    width: 100%;
    height: 100%;
}

.topsec .desktop-bg .hero-content .container {
    height: 100%;
}

.topsec .hero-content {
    color: #fff;
}

.topsec .hero-content .hero-heading {
    padding: 20px 0px;
}

.topsec .hero-content .hero-heading h1 {
    color: #fff;
    font-family: "MarketPro";
    font-weight: 100;
    font-size: 5rem;
}

.topsec .hero-content .hero-heading h1::after {
    display: none;
}

.topsec .hero-content .hero-icons .icon-wrap {
    flex-basis: 25%;
    text-align: center;
}

.topsec .hero-content .hero-icons .icon-wrap p {
    font-weight: bolder;
}

.topsec .hero-content .hero-icons {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    flex-wrap: wrap;
}

.topsec .hero-content .hero-icons .icon-wrap p {
    color: #fff;
    max-width: 200px;
    margin: 0 auto;
}

.topsec .hero-content .icon-wrap img {
    max-width: 100px;
    padding-bottom: 20px;
}

.topsec .mobile-bg {
    display: none;
}

.main-header .menu-container .defbck .hlogo {
    max-width: 250px;
    padding-right: 0px;
}

.agency-mission-cols {
    margin: 40px auto;
}

.agency-mission-cols .mission-col {
    padding-left: 70px;
}

.agency-mission-cols .agency-login-col {
    border-right: 1px dotted grey;
}

.agency-mission-cols form button {
    background-color: #035DB2 !important;
    color: #fff;
}

.agency-mission-cols form a {
    background-color: #1E2842 !important;
    color: #fff;
    margin-bottom: 0px !important;
    margin-top: 0px !important;
}

.orange-banner {
    background-color: #fea501;
    width: 100%;
    max-width: 600px;
    height: 100%;
    position: relative;
    bottom: -115px;
    margin: 0 auto;
}

.orange-banner p {
    margin: 0 auto;
    color: #fff;
    text-align: center;
    font-size: 30px;
    font-weight: bolder;
}

.orange-banner::before {
    content: '';
    clip-path: polygon(75% 0%, 100% 50%, 75% 100%, 0% 100%, 25% 50%, 0% 0%);
    background-color: #fea501;
    width: 30px;
    height: 100%;
    position: absolute;
    left: -10px;
    top: -0.5px;
}

.orange-banner::after {
    content: '';
    clip-path: polygon(100% 0%, 75% 50%, 100% 100%, 25% 100%, 0% 50%, 25% 0%);
    background-color: #fea501;
    width: 30px;
    height: 100%;
    position: absolute;
    right: -10px;
    top: -0.5px;
}

@media(max-width:991px) {
    .main-header .menu-container .defbck {
        display: none;
    }

    .topsec .mobile-bg {
        display: block;
    }

    .topsec .desktop-bg {
        display: none;
    }

    .topsec .hero-content .hero-icons .icon-wrap {
        flex-basis: 50%;
        padding-bottom: 40px;
    }

    .agency-mission-cols .agency-login-col {
        border-right: 0px !important;
        border-bottom: 1px dotted grey;
    }

    .agency-mission-cols .mission-col {
        padding-left: 0px;
    }

    .agency-mission-cols .col {
        padding: 40px 0px;
    }

    .agency-mission-cols {
        margin: 20px;
    }

    .topsec .hero-content .hero-heading h1 {
        font-size: 4rem;
    }

    .orange-banner {
        bottom: -20px;
    }

}

@media(max-width:556px) {

    .orange-banner::after,
    .orange-banner::before {
        display: none;
    }
}


.pricecard {
    background-color: #F1F2F3;
    border-radius: 5px;
	padding: 25px;
	margin: 0px 25px 0px 25px;
	text-align: center;
	max-width: 400px;
}



#comparison table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  border: none;
}

/* Style table headers and table data */
#comparison th, td {
  text-align: center;
  padding: 16px;
	border: none;
}

#comparison th:first-child, td:first-child {
  text-align: left;
}

/* Zebra-striped table rows */
#comparison tr:nth-child(even) {
  background-color: #F1F2F3
}

.fa-check {
  font-size: 20px;
}

.ltgray {
  color: #677684;
}
.brblue {
  color: #005baa;
}
.yellow {
  color: #faa61a;
}

.marker-heading{font-family: "MarketPro";
    font-weight: 100;
    font-size: 4rem;
color: #005baa;}
