﻿@charset "utf-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600,700,900');
@import url('https://fonts.googleapis.com/css?family=Source+Serif+Pro:400,600,700');

/*
font-family: 'Source Sans Pro', sans-serif;
font-family: 'Source Serif Pro', serif;
*/

/*
	Normalize
=========================================*/
img, legend {
    border: 0;
}

legend, td, th {
    padding: 0;
}

html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

body, figure {
    margin: 0;
}

article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary {
    display: block;
}

audio, canvas, progress, video {
    display: inline-block;
    vertical-align: baseline;
}

    audio:not([controls]) {
        display: none;
        height: 0;
    }

[hidden], template {
    display: none;
}

a {
    background-color: transparent;
}

    a:active, a:hover {
        outline: 0;
    }

abbr[title] {
    border-bottom: 1px dotted;
}

b, optgroup, strong {
    font-weight: 700;
}

dfn {
    font-style: italic;
}

h1 {
    font-size: 2em;
    margin: .67em 0;
}

mark {
    background: #ff0;
    color: #000;
}

small {
    font-size: 80%;
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -.5em;
}

sub {
    bottom: -.25em;
}

svg:not(:root) {
    overflow: hidden;
}

hr {
    box-sizing: content-box;
    height: 0;
}

pre, textarea {
    overflow: auto;
}

code, kbd, pre, samp {
    font-family: monospace,monospace;
    font-size: 1em;
}

button, input, optgroup, select, textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}

button {
    overflow: visible;
}

button, select {
    text-transform: none;
}

button, html input[type=button], input[type=reset], input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer;
}

    button[disabled], html input[disabled] {
        cursor: default;
    }

    button::-moz-focus-inner, input::-moz-focus-inner {
        border: 0;
        padding: 0;
    }

input {
    line-height: normal;
}

    input[type=checkbox], input[type=radio] {
        box-sizing: border-box;
        padding: 0;
    }

    input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
        height: auto;
    }

    input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
        -webkit-appearance: none;
    }

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

h1, h2, h3, h4, h5, h6 {
    clear: both;
}

p {
    margin: 0;
    margin-bottom: 20px;
}

cite, dfn, em, i {
    font-style: italic;
}

blockquote {
    margin: 0 1.5em;
}

address {
    margin: 0 0 1.5em;
}

pre {
    background: #eee;
    font-family: "Courier 10 Pitch",Courier,monospace;
    font-size: 15px;
    font-size: .9375rem;
    line-height: 1.6;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 1.6em;
}

code, kbd, tt, var {
    font-family: Monaco,Consolas,"Andale Mono","DejaVu Sans Mono",monospace;
    font-size: 15px;
    font-size: .9375rem;
}

abbr, acronym {
    border-bottom: 1px dotted #666;
    cursor: help;
}

ins, mark {
    background: #fff9c0;
    text-decoration: none;
}

big {
    font-size: 125%;
}

p {
    margin: 0;
    margin-bottom: 11px;
}

/*
	Global
=========================================*/

/*
	Globals --> Typography
-----------------------------*/
body {
    background-color: #fff;
    color: #333333;
    line-height: 1.6;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 15px;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0;
    margin-bottom: 10px;
    color: #000000;
    font-weight: bold;
    font-family: 'Source Serif Pro', serif;
}

h1,
.h1 {
    font-size: 36px;
    font-weight: 400;
    line-height: 1.35;
}

h2,
.h2, .h2-alt {
    font-size: 24px;
    line-height: 1.5;
}

    .h2-alt:after,
    .h2-alt2:after {
        width: 60.5px;
        height: 0;
        border: solid 1px #007FA3;
        content: "";
        clear: both;
        display: block;
        margin-top: 18px;
    }

.h2-alt2 {
    font-size: 24px;
    line-height: 1.4;
    color: #ffffff;
    font-weight: 500;
}

    .h2-alt2:after {
        border: solid 1px #ffffff;
    }

h3,
.h3 {
    font-size: 22px;
    line-height: 1.6;
}

h4,
.h4,
.h4-alt2 {
    font-size: 18px;
    line-height: 1.4;
    font-weight: 700;
}

.h4 {
    color: #9ba4ad;
    font-weight: 600;
}

.h4-alt {
    font-size: 18px;
    line-height: 1.4;
    font-weight: 600;
    color: #69727b;
}

.h4-alt2 {
    margin-bottom: 5px !important;
    margin-top: 20px !important;
}

h5,
.h5 {
    font-size: 14px;
    line-height: 1.5;
    color: #69727b;
    font-family: 'Source Sans Pro', sans-serif;
    text-transform: uppercase;
}

.h5-alt {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 15px;
    font-weight: normal;
    line-height: 1.6;
    color: #333333;
}

.h5-alt2,
.h5-alt3 {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.3;
    letter-spacing: 0.3px;
    color: #007FA3;
    font-family: 'Source Sans Pro', sans-serif;
}

.h5-alt3 {
    margin-top: 15px;
    margin-bottom: 15px;
    text-transform: none;
}

h6,
.h6 {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.5;
    color: #323232;
    text-transform: uppercase;
    margin-bottom: 2px;
}

.h6-alt {
    font-size: 14px;
    color: #69727b;
    line-height: 1.5;
    display: block;
}

.h6-alt2 {
    font-size: 14px;
    display: block;
    text-transform: none !important;
    font-weight: normal !important;
    color: #69727b;
}

.text_link,
.text_link-alt {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.3;
    color: #007FA3;
    font-family: 'Source Sans Pro', sans-serif;
}

.text_link-alt {
    text-transform: none;
    margin-bottom: 5px;
}

p + h1, p + h2, p + h3, p + h4, p + h5, p + h6 {
    margin-top: 30px;
}

a {
    color: #007FA3;
    text-decoration: none;
}

    a:hover {
        color: #002059;
    }

.separator {
    width: 100%;
    height: 2px;
    clear: both;
    margin-top: 18px;
    margin-bottom: 18px;
}

    .separator:after {
        width: 60.5px;
        height: 2px;
        background-color: #007FA3;
        content: "";
        clear: both;
        display: block;
    }

.separator-alt {
    width: 100%;
    height: 1px;
    clear: both;
    margin-top: 8px;
    margin-bottom: 8px;
}

.separator-alt2 {
    width: 100%;
    height: 1px;
    clear: both;
    margin-top: 20px;
    margin-bottom: 20px;
}

.padding-10px {
    padding-top: 10px;
}

.padding-20px {
    padding-top: 20px;
}

.padding-20px-alt {
    padding-bottom: 20px;
}

.padding-30px {
    padding-top: 30px;
}

.margin-top30 {
    margin-top: 30px !important;
}

.c_red {
    color: #007FA3;
}

@media screen and (max-width: 980px) {
}

@media screen and (max-width: 768px) {
    h1, .h1 {
        font-size: 26px;
    }

    h2, .h2 {
        font-size: 20px;
    }

    h3, .h3 {
        font-size: 18px;
    }

    h4, h4 {
        font-size: 16px;
    }
}


/*
	Globals --> Element
-----------------------------*/
hr {
    background-color: #eae6e6;
    border: 0;
    height: 1px;
    margin-top: 1.5em;
    margin-bottom: 1.5em;
}

    hr.hr-alt {
        height: 1px;
        background-color: rgba(234, 230, 230, 0.43);
        margin-top: 4.7em;
        margin-bottom: 4.34em;
    }

    hr.hr-alt2 {
        height: 1px;
        background-color: rgba(234, 230, 230, 0.43);
        margin-top: 3.7em;
        margin-bottom: 3.2em;
    }

    hr.hr-alt3,
    hr.hr-alt4 {
        height: 1px;
        background-color: rgba(234, 230, 230, 0.5);
        margin-top: 2.7em;
        margin-bottom: 2.2em;
    }

    hr.hr-alt4 {
        margin-top: 1.7em;
        margin-bottom: 2.0em;
    }

    hr.hr-alt5 {
        margin-top: 1.5em;
        margin-bottom: 4em;
    }

    hr.hr-alt6 {
        margin-top: 1.7em;
        margin-bottom: 0em;
    }

    hr.hr-alt7 {
        height: 1px;
        background-color: rgba(234, 230, 230, 0.43);
        margin-top: 0em;
        margin-bottom: 3.2em;
    }

dt {
    font-weight: bold;
}

dd {
    margin: 0 1.5em 1.5em;
}

img {
    height: auto; /* Make sure images are scaled correctly. */
    max-width: 100%; /* Adhere to container width. */
    vertical-align: bottom;
}

table {
    margin: 0 0 1.5em;
    width: 100%;
}

embed,
iframe,
object {
    max-width: 100%;
}

.form-hr {
    margin-top: 2.6em;
    margin-bottom: 2.5em;
}

.add_another_license {
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.3px;
    background-image: url(/Images/ui/red-add-circle-icon.svg);
    background-position: 0px 5px;
    background-repeat: no-repeat;
    padding-left: 13px;
    background-size: 8px;
}

.border-bottom {
    border-bottom: 1px solid #f5f5f5;
}

@media screen and (max-width: 980px) {
    hr.hr-alt2 {
        margin-top: 2.5em;
        margin-bottom: 2em;
    }
}
/*
	Globals --> List
-----------------------------*/
ul,
ol {
    padding: 0;
    margin: 0;
    margin-bottom: 20px;
    margin-left: 20px;
}

ul {
    list-style: disc;
}

ol {
    list-style: decimal;
}

li > ul,
li > ol {
    margin-bottom: 0;
    margin-left: 1.5em;
}

.checklist {
}

    .checklist li {
        margin: 0px;
        padding: 0px;
        position: relative;
        list-style: none;
        border-bottom: 1px solid rgba(220, 220, 220, 0.8);
        padding-bottom: 9px;
        margin-bottom: 9px;
    }

        .checklist li:last-child {
            border-bottom: 0px solid rgba(220, 220, 220, 0.8);
        }

        .checklist li:before {
            content: "";
            background-image: url(/Images/ui/check-red-icon.svg);
            width: 12px;
            height: 9px;
            background-repeat: no-repeat;
            background-size: 12px;
            display: block;
            position: absolute;
            left: -18px;
            top: 7px;
        }

.border-none:after {
    display: none !important;
}

/*
	Globals --> List Pdf
-----------------------------*/
.list-pdf {
    margin: 0px;
    padding: 0px;
}

    .list-pdf li {
        list-style: none;
        position: relative;
        padding-left: 15px;
        font-weight: 600;
        font-size: 16px;
    }

        .list-pdf li:after {
            height: 13px;
            width: 10px;
            content: "";
            left: 0px;
            top: 5px;
            background-image: url(/Images/ui/pdf-icon.svg);
            position: absolute;
            background-position: center;
            background-size: 10px;
            background-repeat: no-repeat;
        }

        .list-pdf li a {
            color: #007FA3;
            text-transform: inherit;
            padding-top: 2px;
            margin-bottom: 7px;
            border-bottom: 0px solid #e6e8ea !important;
            padding-bottom: 0px !important;
            padding-top: 0px !important;
        }

            .list-pdf li a:hover {
                color: #002059;
            }

/*
	Globals --> List Dot
-----------------------------*/
.list-dot,
.list-dot2 {
    margin: 0px;
    padding: 0px;
}

.list-dot2 {
    margin-bottom: 20px;
    padding-bottom: 0px !important;
}

    .list-dot li,
    .list-dot2 li {
        list-style: none;
        position: relative;
        padding-left: 13px;
        font-size: 15px;
        line-height: 1.6;
        letter-spacing: 0.3px;
        color: #333333;
        margin-bottom: 7px;
    }

        .list-dot li:last-child,
        .list-dot2 li:last-child {
            margin-bottom: 0px;
        }

        .list-dot li:after,
        .list-dot2 li:after {
            height: 4px;
            width: 4px;
            content: "";
            left: 0px;
            top: 8px;
            position: absolute;
            border-radius: 50px;
            background-color: #007FA3;
        }

        .list-dot2 li:after {
            top: 10px;
        }
/*
	Globals --> List Arrow
-----------------------------*/
.list-arrow {
    margin: 0px;
    padding: 0px;
}

    .list-arrow li {
        list-style: none;
        position: relative;
        padding-left: 10px;
        font-size: 16px;
        line-height: 1.3;
        font-weight: 600;
        letter-spacing: 0.3px;
        color: #69727b;
        margin-bottom: 7px;
    }

        .list-arrow li:last-child {
            margin-bottom: 0px;
        }

        .list-arrow li:after {
            height: 6px;
            width: 5px;
            content: "";
            left: 0px;
            top: 8px;
            position: absolute;
            background-image: url(/Images/ui/right-arrow-red-icon.svg);
            display: block;
            background-position: center;
            background-repeat: no-repeat;
            background-size: 5px;
        }
/*
	Globals --> Button
-----------------------------*/
.button,
.button-alt {
    background-color: #007FA3;
    color: #FFF;
    border: 1px solid #007FA3;
    padding-left: 15px;
    padding-right: 15px;
    font-weight: 600;
    text-align: center;
    font-size: 16px;
    line-height: 1.3;
    display: block;
    padding: 9px 20px;
    margin-bottom: 20px;
}

    .button:hover {
        background-color: #002059;
        color: #FFF;
        border: 1px solid #002059;
    }

.button-alt {
    background-color: #FFFFFF;
    color: #007FA3;
    border: 1px solid #007FA3;
}

    .button-alt:hover {
        background-color: #002059;
        color: #FFFFFF;
        border: 1px solid #002059;
    }

    .button.left,
    .button-alt.left {
        display: inline-block;
        margin-bottom: 0px;
        padding-left: 50px;
        padding-right: 50px;
        margin-right: 25px;
        margin-top: 10px;
    }

        .button.left:after,
        .button-alt.left:after {
            display: inline-block;
            width: 7px;
            height: 7px;
            content: "";
            background-position: center;
            background-repeat: no-repeat;
            background-size: auto;
            margin-left: 6px;
        }

        .button.left:after {
            background-image: url(/Images/ui/2right-arrow-white-icon.svg);
        }

        .button-alt.left:after {
            background-image: url(/Images/ui/right-arrow-red-icon.svg);
        }

@media (max-width: 480px) {
    .button.left, .button-alt.left {
        margin-right: 0px;
    }
}
/*
	Globals --> Common
-----------------------------*/
html {
    box-sizing: border-box;
}

#page {
    overflow: hidden;
    position: relative;
}

*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
    box-sizing: inherit;
}

.clear {
    width: 100%;
    height: 0px;
    display: block;
    clear: both;
    position: relative;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    width: 100%;
    display: table;
    clear: both;
}

.remove-menu-link, .remove-menu-link > a {
    cursor: default;
}

.no-padding {
    padding: 0 !important;
}

/*
	Globals --> Full Left BG
-----------------------------*/
.full-bg-holder {
    position: relative;
}

    .full-bg-holder > * {
        position: relative;
        z-index: 1;
    }

.full-left-bg {
    position: absolute;
    z-index: 0;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    display: block;
    content: "";
    background-color: #F5F5F5;
    opacity: 0;
    z-index: -1;
}

    .full-left-bg.active {
        opacity: 1;
    }


/*
	Globals --> Full right BG
-----------------------------*/
.full-right-bg {
    position: absolute;
    z-index: 0;
    height: 100%;
    width: 100%;
    right: 0;
    top: 0;
    display: block;
    content: "";
    background-color: #859CAC;
    opacity: 0;
    z-index: -1;
}

    .full-right-bg.active {
        opacity: 1;
    }


/*
	Globals --> Full Right & Left BG
-----------------------------*/
.full-bg-mobile {
    display: none;
    position: absolute;
    z-index: 0;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    content: "";
    opacity: 0;
    background-color: #859CAC;
    z-index: -1;
}

    .full-bg-mobile.active {
        opacity: 1;
    }

@media (max-width: 980px) {
    .full-left-bg,
    .full-right-bg {
        display: none;
    }

    .full-bg-mobile {
        display: block;
    }
}

@media (max-width: 340px) {
    .full-bg-mobile.active {
        width: 100% !important;
    }
}

@media (max-width: 320px) {
    .full-bg-mobile {
        width: 100% !important;
        margin-left: 0px !important;
    }
}

/*
	Globals --> Content Layout
-----------------------------*/
.site-content-in {
    display: flex;
    flex-wrap: wrap;
}

#primary {
    width: 75%;
    box-sizing: border-box;
    padding-right: 90px;
    padding-top: 44px;
    padding-bottom: 40px;
}

#secondary {
    width: 25%;
    padding-top: 60px;
    padding-bottom: 50px;
    box-sizing: border-box;
}

.section-inner,
.site-content-in {
    max-width: 1100px;
    width: 86%;
    margin: 0 auto;
    position: relative;
}

.no-sidebar #primary {
    width: 100%;
    padding-right: 0;
}

.section-padding {
    padding-top: 81px;
    padding-bottom: 82px;
}

.page-content {
    padding-top: 0px;
    padding-bottom: 0px;
}

    .page-content .page-content-left,
    .page-content .page-content-right {
        padding-top: 78px;
    }

    .page-content .page-content-left {
        padding-bottom: 78px;
    }

@media screen and (max-width: 980px) {
    #primary,
    #secondary {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
    }

    #secondary {
        padding-top: 0;
    }

    .page-content .page-content-right {
        margin-bottom: 55px;
        padding-top: 60px;
        padding-bottom: 20px;
    }

    .page-content .page-content-left {
        padding-bottom: 50px;
        padding-top: 60px;
    }
}



/*
	 Image Require --> alignement
-----------------------------*/
.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em;
}

.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em;
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}


/*
	 Columns
=========================================*/
.container-fluid {
    margin-right: auto;
    margin-left: auto;
}

.row {
    margin-right: -15px;
    margin-left: -15px;
}

.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    width: 100%;
}

.col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    float: left;
}

.col-xs-12 {
    width: 100%;
}

.col-xs-11 {
    width: 91.66666667%;
}

.col-xs-10 {
    width: 83.33333333%;
}

.col-xs-9 {
    width: 75%;
}

.col-xs-8 {
    width: 66.66666667%;
}

.col-xs-7 {
    width: 58.33333333%;
}

.col-xs-6 {
    width: 50%;
}

.col-xs-5 {
    width: 41.66666667%;
}

.col-xs-4 {
    width: 33.33333333%;
}

.col-xs-3 {
    width: 25%;
}

.col-xs-2 {
    width: 16.66666667%;
}

.col-xs-1 {
    width: 8.33333333%;
}

@media (min-width:768px) {
    .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9 {
        float: left;
    }

    .col-sm-12 {
        width: 100%;
    }

    .col-sm-11 {
        width: 91.66666667%;
    }

    .col-sm-10 {
        width: 83.33333333%;
    }

    .col-sm-9 {
        width: 75%;
    }

    .col-sm-8 {
        width: 66.66666667%;
    }

    .col-sm-7 {
        width: 58.33333333%;
    }

    .col-sm-6 {
        width: 50%;
    }

    .col-sm-5 {
        width: 41.66666667%;
    }

    .col-sm-4 {
        width: 33.33333333%;
    }

    .col-sm-3 {
        width: 25%;
    }

    .col-sm-2 {
        width: 16.66666667%;
    }

    .col-sm-1 {
        width: 8.33333333%;
    }
}

@media (min-width:981px) {
    .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9 {
        float: left;
    }

    .col-md-12 {
        width: 100%;
    }

    .col-md-11 {
        width: 91.66666667%;
    }

    .col-md-10 {
        width: 83.33333333%;
    }

    .col-md-9 {
        width: 75%;
    }

    .col-md-8 {
        width: 66.66666667%;
    }

    .col-md-7 {
        width: 58.33333333%;
    }

    .col-md-6 {
        width: 50%;
    }

    .col-md-5 {
        width: 41.66666667%;
    }

    .col-md-4 {
        width: 33.33333333%;
    }

    .col-md-3 {
        width: 25%;
    }

    .col-md-2 {
        width: 16.66666667%;
    }

    .col-md-1 {
        width: 8.33333333%;
    }
}

@media (min-width:1200px) {
    .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9 {
        float: left;
    }

    .col-lg-12 {
        width: 100%;
    }

    .col-lg-11 {
        width: 91.66666667%;
    }

    .col-lg-10 {
        width: 83.33333333%;
    }

    .col-lg-9 {
        width: 75%;
    }

    .col-lg-8 {
        width: 66.66666667%;
    }

    .col-lg-7 {
        width: 58.33333333%;
    }

    .col-lg-6 {
        width: 50%;
    }

    .col-lg-5 {
        width: 41.66666667%;
    }

    .col-lg-4 {
        width: 33.33333333%;
    }

    .col-lg-3 {
        width: 25%;
    }

    .col-lg-2 {
        width: 16.66666667%;
    }

    .col-lg-1 {
        width: 8.33333333%;
    }
}

.fb-row {
    margin-right: -30px;
    margin-left: -30px;
    display: flex;
    flex-wrap: wrap;
}

.fb-col-1, .fb-col-10, .fb-col-11, .fb-col-12, .fb-col-2, .fb-col-3, .fb-col-4, .fb-col-5, .fb-col-6, .fb-col-7, .fb-col-8, .fb-col-9 {
    min-height: 1px;
    padding-right: 30px;
    padding-left: 30px;
    position: relative;
}

.fb-row-no-gap {
    margin-right: 0px;
    margin-left: 0px;
}

    .fb-row-no-gap .fb-col-1,
    .fb-row-no-gap .fb-col-10,
    .fb-row-no-gap .fb-col-11,
    .fb-row-no-gap .fb-col-12,
    .fb-row-no-gap .fb-col-2,
    .fb-row-no-gap .fb-col-3,
    .fb-row-no-gap .fb-col-4,
    .fb-row-no-gap .fb-col-5,
    .fb-row-no-gap .fb-col-6,
    .fb-row-no-gap .fb-col-7,
    .fb-row-no-gap .fb-col-8,
    .fb-row-no-gap .fb-col-9 {
        padding-right: 0;
        padding-left: 0;
    }

.fb-col-12 {
    width: 100%;
}

.fb-col-11 {
    width: 91.66666667%;
}

.fb-col-10 {
    width: 83.33333333%;
}

.fb-col-9 {
    width: 75%;
}

.fb-col-8 {
    width: 66.66666667%;
}

.fb-col-7 {
    width: 58.33333333%;
}

.fb-col-6 {
    width: 50%;
}

.fb-col-5 {
    width: 41.66666667%;
}

.fb-col-4 {
    width: 33.33333333%;
}

.fb-col-3 {
    width: 25%;
}

.fb-col-2 {
    width: 16.66666667%;
}

.fb-col-1 {
    width: 8.33333333%;
}


@media screen and (max-width: 980px) {
    .fb-col-1,
    .fb-col-2,
    .fb-col-3,
    .fb-col-4,
    .fb-col-5,
    .fb-col-6,
    .fb-col-7,
    .fb-col-8,
    .fb-col-9,
    .fb-col-10,
    .fb-col-11,
    .fb-col-12 {
        width: 100%;
    }
}

@media screen and (max-width: 768px) {
    .fb-col-1,
    .fb-col-2,
    .fb-col-3,
    .fb-col-4,
    .fb-col-5,
    .fb-col-6,
    .fb-col-7,
    .fb-col-8,
    .fb-col-9,
    .fb-col-10,
    .fb-col-11,
    .fb-col-12 {
        width: 100%;
    }
}

/*
	 Form
=========================================*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    border: 0;
    padding: 11.5px 35px;
    text-transform: uppercase;
    border-radius: 0.5px;
    background-color: #007FA3;
    font-size: 13.9px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 1.4px;
    color: #ffffff;
}

    button:hover,
    input[type="button"]:hover,
    input[type="reset"]:hover,
    input[type="submit"]:hover {
        opacity: 0.7;
    }

    button:focus,
    input[type="button"]:focus,
    input[type="reset"]:focus,
    input[type="submit"]:focus,
    button:active,
    input[type="button"]:active,
    input[type="reset"]:active,
    input[type="submit"]:active {
        border-color: #aaa #bbb #bbb;
    }

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
    color: #666;
    border: 1px solid #c5c5c5;
    padding: 9px 10px;
    max-width: 100%;
    width: 100%;
    font-size: 17px;
    box-sizing: border-box;
    margin-bottom: 10px;
}

select {
    border: 1px solid #ccc;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
    color: #111;
}

textarea {
    width: 100%;
}

/*=====
=====================fieldset*/
fieldset {
    display: block;
    border: 0px solid silver;
    margin: 0 0px;
    padding: 0em 0em 0em;
    margin-bottom: 20px;
}

    fieldset label,
    .user-action-links a {
        font-size: 12px;
        font-weight: 700;
        line-height: 1.5;
        display: block;
        color: #333333;
        letter-spacing: 0.8px;
        padding-bottom: 5px;
    }

        .user-action-links a:hover {
            color: #007FA3;
        }

    fieldset label {
        display: inline-block;
        position: relative;
        padding-right: 15px;
    }

    fieldset .text-field,
    fieldset input,
    fieldset select,
    fieldset textarea {
        width: 100%;
        display: block;
        height: 38px;
        background-color: #f2f2f2;
        font-size: 15px;
        line-height: 1.6;
        font-family: 'Source Sans Pro', sans-serif;
        border: 0px;
        margin-bottom: 0px;
    }

        fieldset input[type="date"] {
            background-image: url(/Images/calendar-icon.svg);
            background-position: 98.7%;
            background-repeat: no-repeat;
            background-size: 20px;
        }

    fieldset textarea {
        height: 82px;
        margin-bottom: 0px !important;
    }

    fieldset select {
        padding: 9px 10px;
    }

    fieldset.user-login-submit {
        padding-top: 8px;
        margin-bottom: 11px;
    }

    fieldset .submit {
        width: 124px;
        height: 40px;
        background-color: #007FA3;
        line-height: 1.1;
        font-size: 16px;
        font-family: 'Source Sans Pro', sans-serif;
        text-transform: capitalize;
        font-weight: 600;
    }

    fieldset .form-row {
        display: flex;
        flex-wrap: wrap;
    }

    fieldset span {
        position: relative;
        display: block;
    }

        fieldset span:after {
            width: 100%;
            height: 0px;
            clear: both;
            content: "";
            display: block;
        }

.fieldset-radio label {
    display: block;
}

.fieldset-checkbox span,
.fieldset-radio span {
    padding-left: 18px;
}

fieldset input[type="checkbox"],
fieldset input[type="radio"] {
    width: 12px;
    height: 12px;
    display: block;
    position: absolute;
    left: 0px;
    top: 6px;
}

.fieldset-radio span {
    display: inline-block;
    padding-right: 30px;
}

.lawyer-form-attoney-name .form-row,
.lawyer-form-location .form-row {
    margin-right: -7px;
    margin-left: -7px;
}

    .lawyer-form-attoney-name .form-row span,
    .lawyer-form-location .form-row span {
        width: 50%;
        padding-right: 7px;
        padding-left: 7px;
        min-height: 1px;
        position: relative;
    }

    .lawyer-form-location .form-row span {
        width: 33.33333333%;
    }

fieldset .tooltip {
    position: absolute;
    top: 3px;
    right: 0px;
    width: 11px;
    height: 11px;
    background-color: #b9c2cb;
    color: #FFF;
    font-weight: 600;
    line-height: 11px;
    text-align: center;
    font-size: 8px;
    border-radius: 12px;
    cursor: pointer;
}

fieldset .tooltiptext {
    position: absolute;
    top: -15px;
    left: 11px;
    display: none;
    width: 100px;
    padding: 5px;
    background-color: #131313;
    font-size: 10px;
    border-radius: 4px;
}

fieldset .tooltip:hover .tooltiptext {
    display: block;
}

fieldset.icia-form-upload {
    margin-bottom: 10px;
}

    fieldset.icia-form-upload input {
        background-color: transparent !important;
        height: auto;
    }

/*=====
=====================form-upload-list*/
.form-upload-list {
    padding-top: 20px;
}

    .form-upload-list .fb-row {
        margin-left: 0px;
        margin-right: 0px;
    }

        .form-upload-list .fb-row .fb-col-8,
        .form-upload-list .fb-row .fb-col-4 {
            padding-left: 0px;
            padding-right: 0px;
        }

    .form-upload-list .fb-row {
        background-color: #f8f8f8;
        padding-left: 13px;
        padding-right: 13px;
        padding-top: 20px;
        padding-bottom: 20px;
    }

        .form-upload-list .fb-row:nth-child(2n+2) {
            background-color: #FFF;
        }

        .form-upload-list .fb-row:first-child {
            background-color: #FFF;
            border-bottom: 2px solid #e7e9ea !important;
            padding-bottom: 5px;
            padding-left: 0px;
            padding-right: 0px;
        }

        .form-upload-list .fb-row h5.h5-alt2 {
            font-size: 16px;
            text-transform: none !important;
            color: #007FA3;
            line-height: 1.3;
            letter-spacing: 0.3px;
            margin-bottom: 0px;
            position: relative;
        }

            .form-upload-list .fb-row h5.h5-alt2 span {
                padding-right: 15px;
                background-image: url(/Images/ui/pdf-icon.svg);
                background-position: 100% 5px;
                background-repeat: no-repeat;
                background-size: 10px;
            }

        .form-upload-list .fb-row p {
            padding-bottom: 0px;
            margin-bottom: 0px;
            color: #333333;
        }

fieldset.upload_button {
    width: 104px;
    position: relative;
    overflow: hidden;
    display: block;
    margin-bottom: 0px;
    float: right;
    margin-top: 2px;
}

    fieldset.upload_button .btn {
        color: #FFF;
        background-color: #007FA3;
        font-size: 16px;
        font-weight: 600;
        padding-bottom: 11px;
        padding-top: 12px;
        line-height: 1.1;
    }

        fieldset.upload_button .btn span {
            padding-left: 18px;
            background-image: url(/Images/ui/uploa-icon.svg);
            background-position: 0px 1px;
            background-repeat: no-repeat;
            background-size: 12px;
        }

    fieldset.upload_button input[type=file] {
        font-size: 100px;
        position: absolute;
        left: 0;
        top: 0;
        opacity: 0;
        cursor: pointer;
    }

.upload_button_flot {
    float: none !important;
    margin-bottom: 14px !important;
}

.form-upload-list .fb-row:first-child .fb-col-4 h6 {
    padding-left: 70px;
}

@media screen and (max-width: 980px) {
    .form-upload-list .fb-row {
        padding-top: 15px;
    }

        .form-upload-list .fb-row:first-child {
            padding-top: 0px;
        }

    .lawyer-form-location .form-row span {
        width: 100%;
        margin-bottom: 10px;
    }
}

@media screen and (max-width: 768px) {
    .fieldset-radio span {
        display: block;
        padding-right: 0px;
    }
}

@media screen and (max-width: 600px) {
    .lawyer-form-attoney-name .form-row span,
    .lawyer-form-location .form-row span {
        width: 100%;
    }

    .lawyer-form-attoney-name .form-row span,
    .lawyer-form-location .form-row span {
        margin-bottom: 10px;
    }

        .lawyer-form-attoney-name .form-row span:last-child,
        lawyer-form-location .form-row span:last-child {
            margin-bottom: 0px;
        }

    .form-section-three fieldset span {
        padding-left: 0px;
        padding-top: 10px;
    }
}

@media screen and (max-width: 480px) {
    fieldset .submit {
        padding: 11.5px 20px;
    }
}

@media screen and (max-width: 400px) {
    fieldset {
        margin-bottom: 10px;
    }
}
/*
	Header
=========================================*/

/*
	Header ---> Top Bar
-----------------------------*/
.top_bar {
    background-color: #000000;
}

    .top_bar .section-inner {
        max-width: 1100px;
    }

        .top_bar .section-inner:after {
            width: 100%;
            height: 0px;
            display: block;
            clear: both;
            content: "";
        }

.top-menu ul {
    margin: 0px;
    padding: 0px;
    width: auto;
    display: inline-block;
    float: right;
}

    .top-menu ul li {
        display: inline-block;
    }

        .top-menu ul li:before {
            display: none;
        }

        .top-menu ul li a {
            display: block;
            color: #b9c2cb;
            font-size: 13px;
            font-weight: 600;
            height: 100%;
            padding: 8px 16px;
        }

            .top-menu ul li a:hover {
                background-color: #007FA3;
                color: #ffffff;
            }

        .top-menu ul li.active a {
            background-color: #007FA3;
            color: #ffffff;
        }

        .top-menu ul li.cart-icon a {
            padding-left: 30px;
            position: relative;
        }

            .top-menu ul li.cart-icon a:after {
                width: 14px;
                height: 100%;
                display: block;
                clear: both;
                content: "";
                position: absolute;
                top: 0px;
                left: 10px;
                background-image: url(/Images/ui/cart-icon.svg);
                background-position: center;
                background-repeat: no-repeat;
                background-size: 14px;
            }


@media screen and (max-width: 768px) {
    .top-menu ul {
        width: 100%;
        text-align: center;
    }

        .top-menu ul li a {
            padding: 8px 10px;
        }
}



/*
	Header ---> Layout
-----------------------------*/

.site-header .section-inner {
    display: flex;
    flex-wrap: wrap;
    max-width: 1100px;
}

.logo {
    width: 25%;
    padding-top: 24px;
    padding-bottom: 13px;
    box-sizing: border-box;
}

    .logo img {
        max-width: 253px;
    }

.header-left {
    width: 75%;
    text-align: right;
    box-sizing: border-box;
    padding-top: 33px;
    padding-bottom: 29px;
}


/*
	Header ---> Search Icon and Form
-----------------------------*/
.header_search_icon {
    float: right;
    display: block;
    width: 20px;
    height: 34px;
    margin-top: -40px;
}

    .header_search_icon img {
        width: 15px;
        height: 15px;
    }

.header-search-form {
    position: absolute;
    top: 33px;
    right: 0px;
    width: 400px;
    height: 36px;
    display: none;
    background-color: #f3f3f3;
    z-index: 9999;
}

    .header-search-form.active {
        display: block;
    }

    .header-search-form input {
        height: 36px;
        font-size: 12px;
        border: 0px solid #e8e8e8;
    }

        .header-search-form input[type="search"] {
            float: left;
            padding: 0;
            outline: none;
            margin: 0;
            width: 300px !important;
            display: block;
            margin-bottom: 0px;
            height: 36px;
            border-right: 0;
            font-size: 14px;
            font-weight: normal;
            background-color: transparent;
            color: #0b1e39;
            box-sizing: border-box;
            padding-left: 34px;
            padding-right: 0px;
            border: 0;
            border-bottom: 1px solid #eff0f1;
        }

        .header-search-form input[type="submit"] {
            border: none;
            width: 36px;
            margin: 0;
            padding: 0;
            cursor: pointer;
            height: 35px;
            background-color: rgba(255, 255, 255, 0);
            font-size: 0;
            position: absolute;
            background-image: url(/Images/ui/search-icon.svg);
            background-size: 15px;
            background-repeat: no-repeat;
            background-position: center;
            top: 0;
            left: 0;
        }

        .header-search-form input[type="search"]::placeholder {
            color: #007FA3;
            opacity: 1;
            font-weight: 700;
        }

@media screen and (max-width: 980px) {
    .header-search-form {
        width: 230px;
    }
}
/*
	Header ---> Main Menu
-----------------------------*/
.main-navigation {
    padding-right: 40px;
}

    .main-navigation ul {
        margin: 0;
        width: auto;
        padding-left: 0;
        list-style: none;
        display: inline-block;
    }

    .main-navigation li {
        position: relative;
        display: block;
        background-color: rgba(255, 255, 255, 0.03);
        float: left;
        margin-left: 25px;
    }

        .main-navigation li ul li {
            margin-right: 0;
        }

    .main-navigation a {
        display: inline-block;
        text-decoration: none;
        padding: 5px 2px 6px 2px;
        color: #69727b;
        font-size: 16px;
        font-weight: 600;
        letter-spacing: 1px;
        position: relative;
        font-family: 'Source Sans Pro', sans-serif;
    }

    .main-navigation li.menu-item-has-children > a {
        padding-right: 16px;
    }

        .main-navigation li.menu-item-has-children > a:after {
            content: " ";
            position: absolute;
            right: 4px;
            background-image: url(/Images/ui/arrow-down-3.svg);
            height: 8px;
            width: 8px;
            background-size: contain;
            top: 16px;
            background-repeat: no-repeat;
        }

    .main-navigation ul ul a {
        padding-bottom: 4px !important;
        margin-bottom: 0px !important;
        padding-top: 10px;
        letter-spacing: 0.3px;
        display: block;
    }

    .main-navigation li:hover {
        color: #114F76;
    }

    .main-navigation li a:hover {
        color: inherit;
    }

    .main-navigation li:hover ul {
        display: block;
    }

    .main-navigation ul ul {
        float: left;
        width: 200px;
        position: absolute;
        top: 35px;
        left: 0em;
        z-index: 99999;
        text-align: left;
        display: none;
        background-color: #ffffff;
        border-radius: 0px 0px 5px 5px;
        padding-top: 34px;
        padding-bottom: 9px;
    }

        .main-navigation ul ul ul {
            left: -999em;
            top: 0;
        }

        .main-navigation ul ul li {
            display: block;
            width: 100%;
        }

        .main-navigation ul ul li {
            border-radius: 0;
            border-bottom: 1px solid rgba(255, 255, 255, 0.16);
            background-color: rgba(0, 0, 0, 0);
            margin-left: 0;
        }

            .main-navigation ul ul li:last-child {
                border-bottom: 0;
            }

            .main-navigation ul ul li a {
                margin-left: 0;
                color: #0d6ea9;
                border-top: 0;
                padding-bottom: 7px;
                padding-top: 7px;
                padding-left: 15px;
                padding-right: 15px;
            }

                .main-navigation ul ul li a:hover {
                    background-color: rgba(255, 255, 255, 0.13);
                    color: #0b1e39;
                    opacity: 1;
                }

    .main-navigation li:hover > a,
    .main-navigation li.focus > a {
    }

    .main-navigation ul ul :hover > a,
    .main-navigation ul ul .focus > a {
    }

    .main-navigation ul ul a:hover,
    .main-navigation ul ul a.focus {
    }

    .main-navigation ul li:hover > ul,
    .main-navigation ul li.focus > ul {
        left: auto;
    }

    .main-navigation ul ul li:hover > ul,
    .main-navigation ul ul li.focus > ul {
        left: 100%;
    }

    .main-navigation .current_page_item,
    .main-navigation .current-menu-item,
    .main-navigation .current_page_ancestor {
        color: #000;
    }

    .main-navigation ul li.menu-item-has-children:hover ul {
        display: block;
    }

    .main-navigation ul li.renew_membership a {
        background-color: #007FA3;
        color: #FFF;
        padding-left: 15px;
        padding-right: 15px;
        font-weight: 400;
    }

        .main-navigation ul li.renew_membership a:hover {
            background-color: #002059;
        }

/*
	Header ---> Responsive Menu
-----------------------------*/
a.responsive-menu-hand {
    position: absolute;
    bottom: 25px;
    right: 30px;
    display: none;
    height: 40px;
    width: 40px;
    z-index: 999;
    cursor: pointer;
    background-image: url(/Images/ui/mobile-menu-icon.svg);
    background-repeat: no-repeat;
    background-size: contain;
    font-size: 0;
}

a.responsive-menu-close {
    clear: both;
    height: 40px;
    width: 100%;
    display: block;
    background-color: #007FA3;
    text-align: center;
    color: #fff;
    font-size: 27px;
    background-image: url(/Images/ui/x-light.svg);
    background-repeat: no-repeat;
    background-position: center;
}

    a.responsive-menu-close:hover {
        background-color: #000000;
    }

.mobile-menu-active {
    overflow: hidden;
}

.responsive-menu {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #fff;
    display: none;
    z-index: 999999;
    overflow: scroll;
    overflow-y: scroll;
    overflow-x: auto;
}

    .responsive-menu ul {
        margin: 0;
        padding: 0;
        list-style-type: none;
        width: 100%;
        border-bottom: 0;
    }

        .responsive-menu ul li {
            margin: 0;
            padding: 0;
            list-style-type: none;
            position: relative;
        }

            .responsive-menu ul li a {
                line-height: 40px;
                height: 40px;
                border-bottom: solid 1px #E9EDF1;
                display: block;
                text-decoration: none;
                text-align: left;
                padding-left: 20px;
                color: #2e2e2e;
                font-size: 12px !important;
                letter-spacing: 0.3px;
                position: relative;
                text-transform: uppercase;
            }

            .responsive-menu ul li:hover {
                text-decoration: none;
                background-color: #E9EDF1;
            }

            .responsive-menu ul li i {
                height: 40px;
                width: 40px;
                display: inline-block;
                position: absolute;
                right: 0px;
                top: 0px;
                line-height: 40px;
                cursor: pointer;
                border-left: solid 1px #E9EDF1;
                background-size: 20px;
                background-repeat: no-repeat;
                background-position: center;
            }

                .responsive-menu ul li i.minus {
                    background-image: url(/Images/ui/minus.svg);
                }

                .responsive-menu ul li i.plus {
                    background-image: url(/Images/ui/plus.svg);
                }

            .responsive-menu ul li ul {
                margin: 0;
                padding: 0;
            }

                .responsive-menu ul li ul li a {
                    font-size: 90%;
                    padding-left: 30px;
                    border-bottom: solid 1px #E9E9E9;
                    background-color: #F0F0F0;
                }

                .responsive-menu ul li ul li ul li a {
                    font-size: 80%;
                    padding-left: 30px;
                    border-bottom: solid 1px #E9E9E9;
                    background-color: #E4E4E4;
                }




/*
	Header ---> Responsive
-----------------------------*/
@media screen and (max-width: 1120px) {
    .main-navigation li {
        margin-left: 12px;
    }
}

@media screen and (max-width: 1070px) {
    a.responsive-menu-hand {
        display: block;
    }

    .main-navigation {
        display: none;
    }

    .logo {
        padding-top: 20px;
    }

    .header-left {
        padding-top: 10px;
    }

    .header_search_icon {
        margin-top: 20px;
    }
}

@media screen and (max-width: 1040px) {
}

@media screen and (max-width: 600px) {
    .logo {
        width: 70%;
    }

        .logo img {
            max-width: 100%;
        }

    .header-left {
        width: 30%;
    }

    .header-phone-social {
        position: absolute;
        top: 0;
        border-bottom: 1px solid #0f4f76;
        width: 100%;
        left: 0;
        text-align: center;
        padding-top: 5px;
        padding-bottom: 5px;
    }

    .site-header .section-inner {
        padding-top: 0px;
    }

    a.responsive-menu-hand {
        bottom: 25px;
    }
}

@media screen and (max-width: 440px) {
    .logo img {
        max-width: 180px;
    }

    .header_search_icon {
        margin-top: 0px;
    }

    .header-left {
        padding-top: 22px;
        padding-bottom: 22px;
    }

    a.responsive-menu-hand {
        bottom: 19px;
    }
}


/*
	Sub Hero
=========================================*/
.section-sub-hero {
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.sub-hero_left {
    min-height: 380px;
}

.sub-hero_left_content {
    position: absolute;
    left: 0px;
    bottom: 68px;
}

.breadcrumb_list {
    color: #9ba4ad;
    font-size: 13px;
    line-height: 1.6;
}

    .breadcrumb_list a {
        color: #9ba4ad;
    }

.sub-hero_left_content h1 {
    line-height: 1.35;
    color: #ffffff;
    font-weight: 300;
    padding-bottom: 2px;
}

@media screen and (max-width: 768px) {
    .sub-hero_left {
        min-height: 250px;
    }
}

@media screen and (max-width: 480px) {
    .sub-hero_left {
        min-height: 180px;
    }

    .sub-hero_left_content {
        bottom: 25px;
    }
}


/*
	Page Title Area
=========================================*/
.section-page-title-area {
    width: 100%;
    background-color: #007FA3;
}

.page-title-area_left {
}

.page-title-area_left_content {
    padding-top: 45px;
    padding-bottom: 50px;
}

    .page-title-area_left_content h1 {
        color: #FFF;
        padding-bottom: 2px;
    }

    .page-title-area_left_content .breadcrumb_list,
    .page-title-area_left_content .breadcrumb_list a {
        color: #e7e7e7;
    }
/*
	Page CLE Events Title Area
=========================================*/
.section-cle-event-title-area {
    border-bottom: 15px solid #007FA3;
}

    .section-cle-event-title-area .page-title-area_left_content h1 {
        color: #333333;
    }

    .section-cle-event-title-area .page-title-area_left_content .breadcrumb_list,
    .section-cle-event-title-area .page-title-area_left_content .breadcrumb_list a {
        color: #9ba4ad;
    }

.cle-event-mobile {
    display: none;
}

@media screen and (max-width: 980px) {
    .cle-event-mobile {
        display: inline-block;
        font-weight: 700;
        color: #69727b;
        padding-right: 10px;
    }

    .paydues_box.cle-event-payment-list {
        margin-bottom: 20px !important;
    }
}
/*
	Footer
=========================================*/

.site-footer {
    background-color: #69727b;
    padding-top: 52px;
    padding-bottom: 31px;
}

.footer-widget.col-md-3 {
    width: 20%;
}

.footer-widget-content {
    padding-bottom: 18px;
}

.footer-widget h5 {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.5;
    color: #9ba4ad;
    text-transform: uppercase;
    margin-bottom: 3px;
}

.footer-widget ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

    .footer-widget ul li {
        margin: 0px;
        padding: 0px;
        line-height: 1.5;
        font-weight: 600;
        font-size: 13px;
        color: #b9c2cb;
    }

        .footer-widget ul li:before {
            display: none;
        }

        .footer-widget ul li a {
            color: inherit;
        }

            .footer-widget ul li a:hover {
                color: #FFFFFF;
            }

/*
	Footer ---> Bottom bar
-----------------------------*/
.bottom-bar {
    background-color: #4f575f;
    letter-spacing: 0.2px;
    padding-top: 20px;
    padding-bottom: 15px;
    font-weight: 400;
    overflow: hidden;
    width: 100%;
    font-size: 15px;
    line-height: 1.6;
    color: #9ba4ad;
}

    .bottom-bar .bottom_info {
    }

        .bottom-bar .bottom_info p {
            margin-bottom: 7px;
        }

        .bottom-bar .bottom_info a {
            color: inherit;
        }

    .bottom-bar .copy_right {
        font-size: 13px;
        font-weight: 600;
        line-height: 1.3;
        color: #879099;
    }

        .bottom-bar .copy_right a {
            color: inherit;
        }

    .bottom-bar .social_icons {
        text-align: right;
    }

        .bottom-bar .social_icons a {
            display: inline-block;
            width: 17px;
            height: 17px;
            margin-left: 5px;
            margin-top: 4px;
        }

        .bottom-bar .social_icons img {
            width: 17px;
            height: 17px;
            float: left;
        }
		
		.footer-social_icons img{
			width: 17px;
            height: 17px;
		}
		.footer-social_icons{
			width: 17px;
		}

/*
	Footer ---> Responsive
-----------------------------*/
@media screen and (max-width: 1236px) {
    .bottom-bar {
        font-size: 13px;
        line-height: 1.3;
    }
	
	.footer-social_icons{
		width: 17px;
	}
}

@media screen and (max-width: 980px) {
	.footer-social_icons{
		width: 100%;
	}
	
    .site-footer .row {
        display: flex;
        flex-wrap: wrap;
    }

    .footer-widget.col-md-3 {
        width: 33%;
        float: left;
    }

    .bottom-bar .bottom_info,
    .bottom-bar .social_icons {
        text-align: center;
    }

        .bottom-bar .social_icons a {
            margin-left: 5px;
            margin-right: 5px;
            margin-top: 7px;
        }
}

@media screen and (max-width: 600px) {
    .footer-widget.col-md-3 {
        width: 50%;
        float: left;
    }
}

@media screen and (max-width: 430px) {
    .footer-widget.col-md-3 {
        width: 100%;
        float: left;
    }
}
/*
	404 Page
=========================================*/
.page-content-404 {
    text-align: center;
    min-height: 60vh;
    padding-top: 5%;
    padding-bottom: 5%;
}

.title-404 {
    font-weight: bold;
}

.lead-404 {
    font-size: 30px;
    max-width: 600px;
    margin: 0 auto;
    margin-bottom: 30px;
}

.links-404 {
    font-weight: 600;
}

@media screen and (max-width: 980px) {
    .lead-404 {
        font-size: 20px;
        margin-bottom: 30px;
    }
}



/*
	Block: Upcomming Events
=========================================*/
.upcomming_events {
    padding-top: 7px;
    padding-bottom: 12px;
}

.upcomming_event {
    margin-top: 19px;
    padding-left: 48px;
    position: relative;
    padding-right: 15px;
}

.upcomming_event_date {
    display: inline-block;
    position: absolute;
    left: 0px;
    top: 0px;
    font-size: 18px;
    line-height: 1.1;
    color: #000000;
    text-align: center;
}

    .upcomming_event_date strong {
        display: block;
        font-size: 27px;
        font-weight: 500;
    }

.upcomming_event_content {
}

.upcomming_event_meta {
}

.upcomming_event_title {
    margin-bottom: -2px;
}

    .upcomming_event_title a {
        color: #007FA3;
    }

        .upcomming_event_title a:hover {
            color: #002059;
        }

.upcomming_event_time {
    font-size: 14px;
    line-height: 1.5;
    color: #69727b;
}

@media screen and (max-width: 980px) {
    .upcomming_event {
        padding-right: 0px;
    }
}

/* Block: Upcomming Events 2 ====*/
.upcomming_events2 {
    margin-right: -30px;
    margin-left: -30px;
    display: flex;
    flex-wrap: wrap;
}

    .upcomming_events2 .upcomming_event {
        padding-right: 30px;
        padding-left: 30px;
        width: 33.33333333%;
        margin-top: -1px;
        padding-bottom: 67px;
        margin-bottom: 59px;
    }

        .upcomming_events2 .upcomming_event:after {
            top: 0px;
            right: 0px;
            width: 2px;
            content: "";
            height: 100%;
            display: block;
            position: absolute;
            background-color: #edf0f3;
        }

        .upcomming_events2 .upcomming_event:last-child:after {
            display: none !important;
        }

    .upcomming_events2 .upcomming_event_date {
        position: relative;
        font-size: 36px;
        padding-bottom: 15px;
    }

        .upcomming_events2 .upcomming_event_date strong {
            display: inline-block;
            font-size: 36px;
        }

    .upcomming_events2 .upcomming_event_meta {
        padding-bottom: 1px;
    }

    .upcomming_events2 .upcomming_event_title {
        margin-bottom: 0px;
    }

@media screen and (max-width: 980px) {
    .upcomming_events2 .upcomming_event {
        margin-top: 25px;
        padding-bottom: 20px;
        margin-bottom: 15px;
    }
}

@media screen and (max-width: 768px) {
    .upcomming_events2 .upcomming_event {
        width: 100%;
        margin-bottom: 0px;
        padding-bottom: 0px;
    }

        .upcomming_events2 .upcomming_event:after {
            display: none;
        }
}
/*
	Block: On Demand Cle
=========================================*/
.on_demand_cle {
    padding-right: 15px;
    margin-bottom: 14px;
}

.on_demand_cle_content {
    background-color: #f2f2f2;
    width: 100%;
    display: block;
    padding: 15px 25px 17px 23px;
}

.on_demand_cle_meta {
}

.on_demand_cle_text {
    letter-spacing: 0.4px;
}

    .on_demand_cle_text a {
        color: #007FA3;
    }

        .on_demand_cle_text a:hover {
            color: #000;
        }

/*
	Block: Get Involved
=========================================*/
.get_1nvolved {
    padding-top: 7px;
    padding-bottom: 12px;
    padding-right: 15px;
}

.get_1nvolve {
    margin-top: 17px;
    padding-bottom: 1px;
}

    .get_1nvolve h4 {
        margin-bottom: 2px;
    }

    .get_1nvolve p {
        margin-bottom: 3px;
    }

/* Block: Get Involved Alt ====*/
.get_1nvolved-alt {
    padding-top: 7px;
}

    .get_1nvolved-alt .get_1nvolve {
        position: relative;
        padding-right: 190px;
        padding-bottom: 1px;
        margin-top: 29px;
    }

        .get_1nvolved-alt .get_1nvolve:first-child {
            margin-top: 26px;
        }

        .get_1nvolved-alt .get_1nvolve h4 {
            margin-bottom: 6px;
        }

        .get_1nvolved-alt .get_1nvolve p {
            margin-bottom: 7px;
        }

        .get_1nvolved-alt .get_1nvolve:before {
            content: "";
            height: 93%;
            width: 2px;
            background-color: #ca0015;
            display: block;
            top: 6px;
            right: 140px;
            position: absolute;
        }

.involvement_1:before {
    background-color: #ca0015 !important;
}

.involvement_2:before {
    background-color: #4d248d !important;
}

.involvement_3:before {
    background-color: #f64514 !important;
}

.involvement_4:before {
    background-color: #638fc2 !important;
}

.involvement_5:before {
    background-color: #3d8f34 !important;
}

.get_1nvolve_img {
    position: absolute;
    width: 120px;
    height: 100%;
    top: 0px;
    right: 0px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 68px;
}

.involvement_4 .get_1nvolve_img {
    background-size: 57px;
}

@media screen and (max-width: 790px) {
    .get_1nvolved-alt .get_1nvolve {
        padding-right: 00px;
    }

    .get_1nvolve_img {
        position: relative;
        width: 120px;
        height: 110px;
        background-position: left;
    }

    .get_1nvolved-alt .get_1nvolve:before {
        display: none !important;
    }
}
/* Block: Get Involved Alt2 ====*/
.get_1nvolved-alt2 {
    padding-top: 34px;
}

    .get_1nvolved-alt2 .get_1nvolve {
        margin-top: -1px;
        padding-bottom: 40px;
    }

        .get_1nvolved-alt2 .get_1nvolve hr {
            margin-top: 14px;
            margin-bottom: 14px;
            background-color: #007FA3;
            height: 2px;
        }

        .get_1nvolved-alt2 .get_1nvolve p {
            margin-bottom: 6px;
        }

/*
	Block: MSBA Publications
=========================================*/
.msba_publications {
}

    .msba_publications .hr-alt {
        margin-top: 2.0em;
        margin-bottom: 0.76em;
        background-color: rgba(181, 181, 181, 0.43);
    }

.msba_publication {
    padding-top: 20px;
}

    .msba_publication h4 {
        margin-bottom: 4px;
    }

    .msba_publication p {
        margin-bottom: 8px;
    }

        .msba_publication p:last-child {
            margin-bottom: 0px;
        }

    .msba_publication h4.h4-alt {
        padding-top: 15px;
    }
/*
	Block: Leadership
=========================================*/
.leadership {
    padding-top: 7px;
    padding-bottom: 12px;
}

.leadership-title {
    text-transform: capitalize;
    padding-top: 17px;
    font-weight: 600;
}

.leadership_meet_leader {
    position: relative;
    display: block;
    padding-left: 81px;
    margin-top: 15px;
    padding-bottom: 12px;
}

    .leadership_meet_leader a {
        width: 100%;
        height: 84%;
        position: absolute;
        z-index: 9;
        top: 0px;
        left: 0px;
        display: block;
    }

.leadership_photo {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 60px;
    height: 65px;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
}

.leadership_name {
    margin-bottom: 2px;
}

.leadership_position {
    padding-bottom: 3px;
}

.leadership_meet_leader:hover .leadership_name {
    color: #007FA3;
}




.leadership .slick-prev,
.leadership .slick-next {
    display: block;
    bottom: -43px !important;
    top: initial;
    z-index: 99;
}

.leadership .slick-prev {
    left: 0px;
}

.leadership .slick-next {
    right: 65%;
}

.leadership .slick-prev:before {
    background-image: url(/Images/ui/left-arrow-red-icon.svg);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: 13px;
    content: "" !important;
    height: 15px;
    width: 15px;
    opacity: 1 !important;
    display: block;
}

.leadership .slick-next:before {
    transform: rotate(180deg);
    background-image: url(/Images/ui/left-arrow-red-icon.svg);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: 13px;
    content: "" !important;
    height: 15px;
    width: 15px;
    opacity: 1 !important;
    display: block;
}

.leadership .slick-dots {
    text-align: left;
    padding-left: 20px;
    margin-bottom: -6px;
}

    .leadership .slick-dots li {
        width: 10px;
        height: 10px;
        margin-left: 9px;
        padding-right: 9px;
    }

    .leadership .slick-dots button[type="button"] {
        width: 10px;
        height: 10px;
        padding: 0px;
    }

        .leadership .slick-dots button[type="button"]:before {
            width: 10px;
            height: 10px;
            background-color: #ffffff;
            border: solid 1px #9ba4ad;
            color: #FFF;
            line-height: 9px;
            text-align: center;
            border-radius: 50%;
        }

    .leadership .slick-dots .slick-active button[type="button"]:before {
        background-color: #9ba4ad;
        color: #9ba4ad;
    }

.View_all_leader {
    text-align: right;
    position: relative;
}

    .View_all_leader .text_link {
        position: absolute;
        left: 135px;
        bottom: -2px;
    }


/*
	Block: Leadership Style 2
=========================================*/
.leadership .leadership-slider2 {
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 11px;
}

    .leadership .leadership-slider2 .leadership_meet_leader {
        display: inline-block;
        width: 48%;
        margin-top: 8px;
        padding-bottom: 28px;
        margin-left: 5px;
        margin-right: 5px;
    }

    .leadership .leadership-slider2 .slick-dots {
        text-align: right;
        padding-left: 0px;
        padding-right: 100px;
        margin-bottom: -17px;
    }

    .leadership .leadership-slider2 .slick-prev,
    .leadership .leadership-slider2 .slick-next {
        bottom: -54px !important;
    }

    .leadership .leadership-slider2 .slick-next {
        right: 75px;
    }

    .leadership .leadership-slider2 .slick-prev {
        left: initial;
        right: 172px;
    }

        .leadership .leadership-slider2 .slick-next:before,
        .leadership .leadership-slider2 .slick-prev:before {
            background-size: 9px;
            content: "" !important;
            height: 12px;
            width: 13px;
        }

        .leadership .leadership-slider2 .slick-prev:before {
            background-position: center 2px;
        }


.View_all_leader2 {
    position: relative;
    text-align: right;
}

    .View_all_leader2 .text_link {
        position: absolute;
        left: initial;
        bottom: -13px;
        right: 0px;
    }


@media screen and (max-width: 768px) {
    .View_all_leader {
        text-align: left;
        padding-top: 20px;
    }

        .View_all_leader .text_link {
            position: relative;
            left: inherit;
            bottom: inherit;
        }

    .leadership .leadership-slider2 .leadership_meet_leader {
        width: 100%;
    }
}

@media screen and (max-width: 430px) {
    .leadership .slick-next {
        right: 0px;
    }
}

@media screen and (max-width: 400px) {
    .slick-initialized .slick-slide {
        display: block;
        margin-right: 5px;
        margin-left: 5px;
    }
}

/*
	Block: What We Are Doing
=========================================*/
.what-we-are-doing-item {
    margin-top: -1px;
    padding-bottom: 47px;
}

    .what-we-are-doing-item h4 {
    }

    .what-we-are-doing-item hr {
        margin-top: 13px;
        margin-bottom: 15px;
        background-color: #007FA3;
        height: 2px;
    }

    .what-we-are-doing-item p {
        margin-bottom: 6px;
    }

    .what-we-are-doing-item a {
    }

.our-people_info {
    display: block;
    text-align: center;
}

    .our-people_info strong {
        display: block;
        margin-bottom: -6px;
        padding-top: 5px;
    }

    .our-people_info img {
        width: 100px;
        height: 100px;
        border-radius: 50%;
    }

@media screen and (max-width: 980px) {
    .what-we-are-doing-item {
        margin-top: -1px;
        padding-bottom: 30px;
    }

        .what-we-are-doing-item:last-child {
            padding-bottom: 0px;
        }
}

/*
	Block: Paydues Box
=========================================*/
.paydues_box {
    margin-bottom: 50px;
}

    .paydues_box .fb-row {
        font-size: 15px;
        margin-left: 0px;
        margin-right: 0px;
        padding-top: 11px;
        padding-bottom: 12px;
        border-bottom: solid 0.5px #e8e8e8;
        background-color: #f8f8f8;
        padding-left: 13px;
        padding-right: 13px;
    }

        .paydues_box .fb-row .fb-col-8,
        .paydues_box .fb-row .fb-col-6,
        .paydues_box .fb-row .fb-col-5,
        .paydues_box .fb-row .fb-col-3,
        .paydues_box .fb-row .fb-col-2,
        .paydues_box .fb-row .fb-col-4 {
            padding-left: 0px;
            padding-right: 0px;
        }

        .paydues_box .fb-row:first-child {
            font-size: 13px;
            font-weight: 600;
            line-height: 1.5;
            letter-spacing: 0.8px;
            color: #333333;
            border-bottom: solid 1.5px #e8e8e8;
            background-color: #FFF;
        }

.paydues_left {
    text-align: left;
}


.paydues_right {
    text-align: right;
    font-weight: 700;
}

    .paydues_right a {
        font-size: 13px;
        letter-spacing: 0.3px;
        color: #9ba4ad;
        font-weight: 600;
        margin-right: 15px;
    }

        .paydues_right a.change_type {
            padding-left: 12px;
            background-image: url(/Images/ui/edit-icon.svg);
            background-position: center left;
            background-repeat: no-repeat;
            background-size: 8px;
        }

.paydues_center {
    text-align: center;
}

.paydues_box.last {
    margin-bottom: 20px;
}

.paydues_box_total {
}

    .paydues_box_total .fb-row {
        margin-left: 0px;
        margin-right: 0px;
        padding-left: 0px;
        padding-right: 0px;
    }

        .paydues_box_total .fb-row .fb-col-6,
        .paydues_box_total .fb-row .fb-col-5,
        .paydues_box_total .fb-row .fb-col-2 {
            padding-left: 0px;
            padding-right: 0px;
        }

    .paydues_box_total .paydues_right {
    }

        .paydues_box_total .paydues_right a {
            margin-right: 0px;
        }

.apply-promo-code {
    width: 164.5px !important;
    background-color: #ffffff;
    border: solid 0.5px #b9c2cb !important;
    font-size: 15px !important;
    text-align: center;
    display: inline-block !important;
    font-weight: 200 !important;
    padding: 7px 7px 7px 7px !important;
    border-right: 0px !important;
    height: 39px;
    margin-right: -3px;
    margin-bottom: 0px !important;
}

.apply-promo-code-alt {
    padding: 7px 15px 7px 15px;
    border: solid 0.5px #007FA3;
    display: inline-block;
    font-weight: 200 !important;
    color: #FFF !important;
    font-size: 15px !important;
    background-color: #007FA3;
    height: 39px;
    display: inline-block;
}

.paydues_box_total .paydues_right span {
    padding-right: 30px;
}

.paydues_box_total .fb-row:last-child {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.4;
    letter-spacing: 0.4px;
    color: #333333;
    padding-top: 30px;
}

.text_right {
    text-align: right;
}

.paydues_box .fb-row .fb-col-5,
.paydues_box_total .fb-row .fb-col-5 {
    width: 38.666667%;
}

.paydues_box .fb-row .fb-col-2,
.paydues_box_total .fb-row .fb-col-2 {
    width: 22.666667%;
}


@media screen and (max-width: 980px) {
    .paydues_box .fb-row:first-child {
        display: none !important;
    }

    .paydues_right {
        text-align: left;
    }
}

@media screen and (max-width: 768px) {
    .paydues_box .fb-row .fb-col-5,
    .paydues_box_total .fb-row .fb-col-5,
    .paydues_box .fb-row .fb-col-2,
    .paydues_box_total .fb-row .fb-col-2 {
        width: 100%;
    }

    .text_right {
        text-align: left;
    }

    .apply-promo-code {
        width: 130.5px;
    }
}
/*
	Page: Cle Event Payment
=========================================*/
.cle-event-payment-list .fb-row .fb-col-2 {
    width: 16.66666667%;
}

.cle-event-payment-list .fb-row:first-child {
    font-weight: 700;
}

.cle-event-payment_left h5 {
    font-size: 16px;
    text-transform: none !important;
    color: #007FA3;
    line-height: 1.3;
    letter-spacing: 0.3px;
    margin-bottom: 3px;
}

.cle-event-payment_left p {
    color: #69727b;
    font-size: 14px;
    margin-bottom: 0px;
}

.cle-event-payment_center {
    text-align: center;
}

.cle-event-payment_right {
    text-align: right;
    font-weight: 700;
    position: relative;
}

.cle-event-payment-edit {
    position: absolute;
    right: 0px;
    bottom: 0px;
    width: 190px;
}

    .cle-event-payment-edit a {
        font-size: 13px;
        letter-spacing: 0.3px;
        color: #9ba4ad;
        font-weight: 600;
        margin-right: 15px;
    }

        .cle-event-payment-edit a.change_type {
            padding-left: 12px;
            background-image: url(/Images/ui/edit-icon.svg);
            background-position: center left;
            background-repeat: no-repeat;
            background-size: 8px;
        }

        .cle-event-payment-edit a.reomve {
            margin-right: 0px;
        }

/* CLE Event Order Details */
.cle-event-payment-details {
    padding-top: 12px;
}

    .cle-event-payment-details h6 {
        display: block;
        border-bottom: 2px solid #d8d8d8;
        font-weight: 700;
        position: relative;
        padding-bottom: 6px;
        margin-bottom: 4px;
    }

.edit {
    font-weight: 600;
    color: #a0a0a0;
    padding-left: 20px;
    text-transform: none !important;
}

.cle-event-payment-details .edit {
    position: absolute;
    font-weight: 600;
    color: #a0a0a0;
    right: 0px;
    top: 0px;
    text-transform: none !important;
}

.cle-event-order-button {
    text-align: right;
    padding-top: 20px;
}

    .cle-event-order-button a {
        display: inline-block;
        margin-left: 10px;
    }

.cle-event-order-button-textt {
    text-align: right;
}

@media screen and (max-width: 980px) {
    .cle-event-payment-list .fb-row .fb-col-2 {
        width: 100%;
        text-align: left;
    }

    .cle-event-payment-edit {
        position: relative;
        right: 0px;
        bottom: 0px;
        width: 100%;
        padding-top: 10px;
    }

    .cle-event-payment-details .fb-row .fb-col-6:first-child {
        padding-bottom: 20px;
    }

    .cle-event-order-button {
    }
}

/*
	Page: Home
=========================================*/

/*home Hero*/
.section-hero {
}

.home-hero-image {
    transition: background-image 0.1s linear;
    background-repeat: no-repeat;
    background-size: cover;
}

    .home-hero-image a {
        width: 100%;
        display: block;
        height: 100%;
        position: relative;
        z-index: 99999;
    }

.mn-find-a-lawyer_link {
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    left: 0px;
    top: 0px;
}

.home-hero-image-1 {
    background-image: url(/Images/hero-img.jpg);
}

.home-hero-image-2 {
    background-image: url(/Images/home-hero-2.jpg);
}

.home-hero-image-3 {
    background-image: url(/Images/home-hero-3.jpg);
}

.full-left-bg.home-hero-image {
    z-index: 0;
}

/* Home Hero: Left ===*/
.hero_left {
    position: relative;
}

.hero_left_content {
    z-index: 9;
    position: absolute;
    bottom: 69px;
    left: 0px;
}

    .hero_left_content h1 {
        color: #FFFFFF;
        margin-bottom: 8px;
    }

    .hero_left_content h4 {
        color: #FFFFFF;
        font-family: 'Source Sans Pro', sans-serif;
        font-weight: 600;
    }

.find_a_lawyer {
    width: 100%;
    max-width: 650px;
    height: auto;
    background-color: rgba(255, 255, 255, 0.34901960784313724);
    padding: 23px 23px;
    border-radius: 3px;
    margin-top: 41px;
    position: relative;
    padding-left: 150px;
    z-index: 999999;
}

    .find_a_lawyer h4 {
        font-family: 'Source Serif Pro', serif;
        position: absolute;
        left: 23px;
        top: 30px;
    }

.find_a_lawyer_form {
    width: 475px;
}

    .find_a_lawyer_form:after {
        width: 100%;
        height: 0px;
        display: block;
        clear: both;
        content: "";
    }

    .find_a_lawyer_form input[type="search"] {
        max-width: 375px;
        height: 40px;
        background-color: #ffffff;
        font-size: 15px;
        line-height: 1.6;
        font-family: 'Source Sans Pro', sans-serif;
        float: left;
        border: 0px;
        margin: 0px;
    }

    .find_a_lawyer_form input[type="submit"] {
        width: 99px;
        height: 40px;
        background-color: #007FA3;
        line-height: 1.1;
        font-size: 16px;
        font-family: 'Source Sans Pro', sans-serif;
        float: left;
        padding-left: 0px;
        padding-right: 0px;
        text-transform: capitalize;
        font-weight: 500;
    }

        .find_a_lawyer_form input[type="submit"]:hover {
            background-color: #002059;
            opacity: 1;
        }

@media screen and (max-width: 1120px) {
    .hero_left_content h1,
    .hero_left_content h4 {
        padding-right: 30px;
    }

    .find_a_lawyer {
        max-width: 600px;
    }

    .find_a_lawyer_form {
        width: 420px;
    }

        .find_a_lawyer_form input[type="search"] {
            max-width: 315px;
        }
}

@media screen and (max-width: 1040px) {
    .find_a_lawyer {
        max-width: 540px;
    }

    .find_a_lawyer_form {
        width: 350px;
    }

        .find_a_lawyer_form input[type="search"] {
            max-width: 250px;
        }
}

@media screen and (max-width: 980px) {
    .hero_left_content {
        position: relative;
        bottom: inherit;
        left: inherit;
        padding-top: 100px;
        padding-bottom: 70px;
    }

        .hero_left_content h1,
        .hero_left_content h4 {
            padding-right: 0px;
        }
}

@media screen and (max-width: 768px) {
    .find_a_lawyer {
        max-width: 100%;
        padding-left: 24px;
    }

        .find_a_lawyer h4 {
            position: relative;
            left: inherit;
            top: inherit;
        }

    .find_a_lawyer_form {
        width: 100%;
    }

        .find_a_lawyer_form input[type="search"] {
            max-width: 78%;
        }
}

@media screen and (max-width: 578px) {
    .find_a_lawyer_form input[type="search"],
    .find_a_lawyer_form input[type="submit"] {
        max-width: 100%;
        width: 100%;
    }
}
/* Home Hero: Right ===*/
.hero_right {
    padding-left: 5px;
}

.hero_right_content {
    position: relative;
    padding: 26px 0px 34px 24px;
    margin-bottom: 5px;
    display: block;
}

    .hero_right_content h2 {
        position: relative;
        z-index: 9;
        font-weight: 400;
        padding-bottom: 3px;
    }

    .hero_right_content ul {
        margin: 0px;
        padding: 0px;
        position: relative;
        z-index: 999;
    }

        .hero_right_content ul li {
            color: #69727b;
            line-height: 1.3;
            font-size: 16px;
            font-weight: 500;
            list-style: none;
            position: relative;
            padding-left: 10px;
            margin-bottom: 8px;
        }

            .hero_right_content ul li:before {
                display: block;
                content: "";
                width: 5px;
                height: 5px;
                background-image: url(/Images/ui/right-arrow-red-icon.svg);
                background-position: center;
                background-repeat: no-repeat;
                background-size: 5px;
                position: absolute;
                left: 0px;
                top: 10px;
            }

    .hero_right_content a {
        position: absolute;
        width: 100%;
        height: 100%;
        display: block;
        left: 0px;
        top: 0px;
        z-index: 99;
    }

.hero_right_bg {
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    left: 0px;
    top: 0px;
    margin-right: -3000px;
    padding-right: 3000px;
    background-color: #f2f2f2;
}

.hero_right_content:hover .hero_right_bg {
    background-color: #007FA3;
}

.hero_right_content:hover h2 {
    color: #FFF;
}

.hero_right_content:hover ul li {
    color: #ffffff;
}

    .hero_right_content:hover ul li:before {
        background-image: url(/Images/ui/right-arrow-white-icon.svg);
    }

.hero_right_content:hover a:after {
    width: 15px;
    height: 100%;
    display: block;
    left: -15px;
    top: 0px;
    content: "";
    transform: rotate(180deg);
    background-image: url(/Images/ui/right-arrow-red-icon.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 16px;
    position: absolute;
}

.hero_right_content:last-child {
    margin-bottom: 0px !important;
}

.hero_right_content.active .hero_right_bg {
    background-color: #007FA3;
}

.hero_right_content.active a:after {
    width: 15px;
    height: 100%;
    display: block;
    left: -15px;
    top: 0px;
    content: "";
    transform: rotate(180deg);
    background-image: url(/Images/ui/right-arrow-red-icon.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 16px;
    position: absolute;
}

.hero_right_content.active h2 {
    color: #FFF;
}

.hero_right_content.active ul li {
    color: #ffffff;
}

    .hero_right_content.active ul li:before {
        background-image: url(/Images/ui/right-arrow-white-icon.svg);
    }

.for-members ul li {
    width: 49%;
    display: inline-block;
    padding-right: 10px;
}


.hero_right_content:hover ul li a,
.hero_right_content.active ul li a {
    color: #ffffff;
}

.hero_right_content ul li a {
    color: #69727b;
    position: relative;
    display: inline-block;
}

.hero_right_content:hover ul li a:after,
.hero_right_content.active ul li a:after {
    display: none;
}

.hero_right_content ul li a:hover {
    opacity: 0.7 !important;
}

@media screen and (max-width: 980px) {
    .hero_right_bg {
        padding-left: 3000px;
        margin-left: -3000px;
    }
}

@media screen and (max-width: 768px) {
    .hero_right_content {
        padding: 26px 0px 22px 24px;
    }
}

@media screen and (max-width: 430px) {
    .for-members ul li {
        width: 100%;
    }
}

/*home 3boxes*/
.section-home-3boxes {
    padding-top: 71px;
    padding-bottom: 15px;
}

    .section-home-3boxes .section-inner .fb-row {
        display: flex;
        flex-wrap: wrap;
    }

        .section-home-3boxes .section-inner .fb-row .fb-col-4 {
            position: relative;
        }

            .section-home-3boxes .section-inner .fb-row .fb-col-4:after {
                width: 1px;
                height: 100%;
                display: block;
                right: 9px;
                top: 0px;
                content: "";
                border-right: solid 0.5px #e6e6e6;
                position: absolute;
            }

            .section-home-3boxes .section-inner .fb-row .fb-col-4:last-child:after {
                border-right: solid 0px #e6e6e6;
            }

/*home Image*/
.section-home-image {
    padding-bottom: 55px;
    padding-top: 55px;
}

@media screen and (max-width: 980px) {
    .section-home-3boxes {
        padding-top: 60px;
    }

        .section-home-3boxes .section-inner .fb-row .fb-col-4 {
            margin-bottom: 35px;
        }

            .section-home-3boxes .section-inner .fb-row .fb-col-4:after {
                display: none;
            }

    .section-home-image {
        padding-top: 0px;
    }
}



/*
	Page: About
=========================================*/

/* About Intro */
.about-intro-title {
}

    .about-intro-title h2 {
        line-height: 1.4;
        font-weight: 600;
        padding-top: 1px;
        padding-right: 45px;
    }

@media screen and (max-width: 980px) {
    .about-intro {
        padding-bottom: 40px;
        padding-top: 50px;
    }

    .about-intro-title h2 {
        padding-right: 0px;
    }
}

/* About Intro Content */
.about-intro-content {
    padding-right: 42px;
    position: relative;
}

    .about-intro-content:after {
        content: "";
        height: 100%;
        width: 1px;
        background-color: #b9c2cb;
        position: absolute;
        top: 0px;
        right: 14px;
    }

@media screen and (max-width: 980px) {
    .about-intro-content {
        padding-right: 30px;
    }

        .about-intro-content:after {
            display: none;
        }
}

/* About: What We Are Doing*/
.what-we-are-doing {
}

    .what-we-are-doing .what-we-are-doing-title,
    .what-we-are-doing .what-we-are-doing-content {
        padding-top: 75px;
        padding-bottom: 31px;
    }

@media screen and (max-width: 980px) {
    .what-we-are-doing .what-we-are-doing-title,
    .what-we-are-doing .what-we-are-doing-content {
        padding-top: 40px;
        padding-bottom: 30px;
    }
}
/* What We Are Doing Title*/
.what-we-are-doing-title {
    position: relative;
}

    .what-we-are-doing-title h2 {
        padding-right: 45px;
    }

    .what-we-are-doing-title .full-left-bg,
    .what-we-are-doing-title .full-bg-mobile {
        background-color: #007FA3;
    }

@media screen and (max-width: 980px) {
    .what-we-are-doing-title h2 {
        padding-right: 0px;
    }

    .what-we-are-doing-title {
        padding-top: 40px;
        padding-bottom: 30px;
    }
}
/* What We Are Doing Content*/
.what-we-are-doing-content {
    position: relative;
}

    .what-we-are-doing-content .full-right-bg,
    .what-we-are-doing-content .full-bg-mobile {
        background-color: #f5f5f5;
    }

/*.what-we-are-doing-content .fb-row{
    margin-right: -30px;
    margin-left: -30px;
}
.what-we-are-doing-content .fb-row .fb-col-4{
    padding-right: 30px;
    padding-left: 30px;
}
	*/

@media screen and (max-width: 980px) {
    .what-we-are-doing-content {
        padding-top: 35px;
        padding-bottom: 35px;
    }
}
/*Section About 2boxes*/
.section-about-2boxes {
    padding-bottom: 0px;
    margin-bottom: -30px;
}

    .section-about-2boxes .fb-col-3 {
        padding-right: 55px;
    }

        .section-about-2boxes .fb-col-3 .h2-alt {
            margin-bottom: 37px;
        }

@media screen and (max-width: 980px) {
    .section-about-2boxes {
        padding-bottom: 0px;
        margin-bottom: 50px;
        padding-top: 55px;
    }

        .section-about-2boxes .fb-col-3 {
            padding-right: 15px;
        }
}

/*
	Page: forthepublic
=========================================*/
.forthepublic-content {
}

    .forthepublic-content .find_a_lawyer {
        background-color: transparent !important;
        border-bottom: solid 0.5px #e8e8e8;
        border-top: solid 0.5px #e8e8e8;
        padding-bottom: 28px;
        margin-bottom: 10px;
        padding-right: 0px;
        padding-top: 25px;
        margin-top: 29px;
        max-width: 100%;
    }

        .forthepublic-content .find_a_lawyer h4 {
            color: #69727b;
            left: 0px;
            top: 33px;
        }

    .forthepublic-content .find_a_lawyer_form {
        width: 100%;
    }

        .forthepublic-content .find_a_lawyer_form input[type="search"] {
            background-color: #f2f2f2;
            max-width: 85%;
        }

@media screen and (max-width: 1267px) {
    .forthepublic-content .find_a_lawyer_form input[type="search"] {
        max-width: 82%;
    }
}

@media screen and (max-width: 1096px) {
    .forthepublic-content .find_a_lawyer_form input[type="search"] {
        max-width: 79%;
    }
}

@media screen and (max-width: 780px) {
    .forthepublic-content .find_a_lawyer_form input[type="search"] {
        max-width: 79%;
    }

    .forthepublic-content .find_a_lawyer {
        padding-left: 0px;
    }

        .forthepublic-content .find_a_lawyer h4 {
            top: inherit;
        }
}

@media screen and (max-width: 578px) {
    .forthepublic-content .find_a_lawyer_form input[type="search"] {
        max-width: 100%;
    }
}

/*Section Video Faqs*/
.section-video-faqs {
    padding-bottom: 34px;
}

    .section-video-faqs .fb-col-3 {
        padding-right: 55px;
    }

        .section-video-faqs .fb-col-3 .h2-alt {
            margin-bottom: 37px;
        }

.video_faqs {
    margin-right: -30px;
    margin-left: -30px;
    display: flex;
    flex-wrap: wrap;
}

.video_faq {
    padding-right: 30px;
    padding-left: 30px;
    width: 33.33333333%;
    padding-bottom: 52px;
    margin-bottom: 0px;
    position: relative;
    margin-top: 7px;
}

    .video_faq:after {
        top: 0px;
        right: 0px;
        width: 2px;
        content: "";
        height: 100%;
        display: block;
        position: absolute;
        background-color: #edf0f3;
    }

    .video_faq:last-child:after {
        display: none !important;
    }

.video_faq_img img {
    border: 1px solid #e2e2e2;
}

.video_faq_meta {
    padding-bottom: 9px;
    padding-top: 20px;
}

.video_faq_title {
    margin-bottom: 0px;
}

    .video_faq_title a {
        color: #007FA3;
    }

        .video_faq_title a:hover {
            color: #002059;
        }

@media screen and (max-width: 768px) {
    .video_faq {
        width: 100%;
        padding-bottom: 25px;
        padding-top: 25px;
        margin-bottom: 0px;
        position: relative;
        margin-top: 0px;
    }

        .video_faq:after {
            display: none;
        }
}
/*
	Page: Latest Posts
=========================================*/


/*Section Video Faqs*/
.section-latest-post {
    padding-bottom: 34px;
}

    .section-latest-post .fb-col-3 {
        padding-right: 55px;
    }

        .section-latest-post .fb-col-3 .h2-alt {
            margin-bottom: 37px;
        }

.latest-posts {
    margin-right: -30px;
    margin-left: -30px;
    display: flex;
    flex-wrap: wrap;
}

.latest_post {
    padding-right: 30px;
    padding-left: 30px;
    width: 33.33333333%;
    padding-bottom: 52px;
    margin-bottom: 0px;
    position: relative;
    margin-top: 7px;
}

    .latest_post:after {
        top: 0px;
        right: 0px;
        width: 2px;
        content: "";
        height: 100%;
        display: block;
        position: absolute;
        background-color: #edf0f3;
    }

    .latest_post:last-child:after {
        display: none !important;
    }

.latest_post_img img {
}

.latest_post_date {
    padding-bottom: 9px;
    padding-top: 20px;
}

.latest_post_title {
    margin-bottom: 0px;
}

    .latest_post_title a {
        color: #007FA3;
    }

        .latest_post_title a:hover {
            color: #002059;
        }

.latest_post_by {
    font-size: 14px;
    line-height: 1.5;
    color: #69727b;
}

@media screen and (max-width: 768px) {
    .latest_post {
        width: 100%;
        padding-bottom: 25px;
        padding-top: 25px;
        margin-bottom: 0px;
        position: relative;
        margin-top: 0px;
    }

        .latest_post:after {
            display: none;
        }
}

/*
	Page: Communities
=========================================*/

/*Page-Content-Left*/
.page-content-left {
}

.page-content-text {
    padding-bottom: 24px;
}

    .page-content-text ul {
        padding-bottom: 20px;
    }

    .page-content-text h2.h2-alt {
        margin-bottom: 30px;
    }

    .page-content-text h4.h4-alt {
        margin-bottom: 16px;
    }

    .page-content-text p + h4 {
        margin-top: 19px;
        margin-bottom: 4px;
    }

.content-box {
    border: solid 1px #d7dadc;
    border-top: 0px solid #007FA3;
    position: relative;
    margin-bottom: 30px;
}

    .content-box:before {
        border-top: 4px solid #007FA3;
        width: 100%;
        height: 0px;
        display: block;
        clear: both;
        content: "";
    }

/*Content Box Nav*/
.content-box-nav {
    margin-top: -4px;
}

    .content-box-nav ul {
        margin: 0px;
        padding: 0px;
        list-style: none;
        display: flex;
        flex-wrap: wrap;
    }

        .content-box-nav ul li {
            width: 50%;
            text-align: center;
            cursor: pointer;
        }

            .content-box-nav ul li span {
                width: 100%;
                display: block;
                font-size: 18px;
                font-weight: 600;
                height: 100%;
                letter-spacing: 0.4px;
                color: #9ba4ad;
                background-color: #e7e7e7;
                border: solid 1px #d7dadc;
                border-top: solid 0px rgba(231, 231, 231, 0);
                font-family: 'Source Serif Pro', serif;
                padding: 12px 20px 9px 20px;
            }

            .content-box-nav ul li.active span {
                color: #000000;
                background-color: rgba(255, 255, 255, 0);
                border: solid 0px rgba(231, 231, 231, 0);
            }

            .content-box-nav ul li:last-child span {
                border-right: solid 0px rgba(231, 231, 231, 0);
            }

            .content-box-nav ul li:first-child span {
                border-left: solid 0px rgba(231, 231, 231, 0);
            }

/*Content Box Inner*/
.content-box-inner {
    padding: 22px 49px 37px 49px;
}

.user-action-links {
    position: relative;
    width: 100%;
}

    .user-action-links a {
        color: #9ba4ad;
        padding-bottom: 0px;
        position: absolute;
        display: inline-block;
        top: -140px;
        right: 0px;
    }

.content-box-inner-alt {
    max-width: 440px;
    text-align: center;
    margin: 0px auto;
}

.content-box-inner-alt2 {
    padding-top: 30px;
}

    .content-box-inner-alt2 .edit.open-popup {
        font-family: 'Source Sans Pro', sans-serif;
        color: #69727b;
        font-size: 13px;
        line-height: 1.3;
        letter-spacing: 0.3px;
        padding-left: 30px;
    }

.content-box-inner-alt a.button,
.content-box-inner-alt a.button-alt {
    display: inline-block;
    background-position: 80% 16px;
    background-repeat: no-repeat;
    background-size: 7px;
    padding-right: 36px;
    margin-bottom: 0px;
}

.content-box-inner-alt a.button {
    background-image: url(/Images/ui/right-arrow-white-icon.svg);
}

.content-box-inner-alt a.button-alt {
    background-image: url(/Images/ui/right-arrow-red-icon.svg);
}

    .content-box-inner-alt a.button-alt:hover {
        background-image: url(/Images/ui/right-arrow-white-icon.svg);
    }

.content-box-inner ol {
    margin: 0px;
    padding: 0px;
    padding-left: 13px;
}

    .content-box-inner ol li {
        padding-left: 5px;
    }

.icia-upload-type {
    color: #69727b;
    letter-spacing: 0.3px;
}

@media screen and (max-width: 980px) {
    .page-content-text {
        padding-bottom: 0px;
    }
}

@media screen and (max-width: 768px) {
    .content-box-inner {
        padding: 22px 30px 37px 30px;
    }
}

@media screen and (max-width: 450px) {
    .content-box-inner {
        padding: 22px 30px 37px 30px;
    }
}

@media screen and (max-width: 400px) {
    .user-action-links a {
        position: relative;
        top: initial;
    }
}

/*Page-Content-Right*/
.page-content-right .full-right-bg,
.page-content-right .full-bg-mobile {
    background-color: #f5f5f5;
}

.page-sidbare {
}

.page-sidbare-section {
    padding-bottom: 59px;
}

page-sidbare-section p:last-child {
    margin-bottom: 0px !important;
}

.page-sidbare-section h4 {
    border-bottom: solid 2px #b9c2cb;
    padding-bottom: 9px;
}

.page-sidbare-section ul {
    margin: 0px;
    padding: 0px;
}

    .page-sidbare-section ul li {
        list-style: none;
        font-size: 15px;
        line-height: 1.3;
        letter-spacing: 0.3px;
    }

    .page-sidbare-section ul.list-pdf li:after {
        top: 3px;
    }

    .page-sidbare-section ul li a {
        color: #007FA3;
        display: block;
        padding-bottom: 12px;
        border-bottom: 1px solid #e6e8ea;
        padding-top: 11px;
        font-weight: 600;
        font-size: 16px;
    }

        .page-sidbare-section ul li a:hover {
            color: #002059;
        }

    .page-sidbare-section ul li:first-child a {
        padding-top: 0px;
    }

.page-sidbare-section h5.h5-alt2 {
    color: #007FA3;
    text-transform: inherit;
    padding-top: 2px;
    margin-bottom: 7px;
    margin-top: 0px;
}

@media screen and (max-width: 980px) {
    .page-sidbare-section {
        padding-bottom: 35px;
    }
}

/*
	Page: MN Find a Lawyer
=========================================*/
.mn-form-title {
    padding-top: 8px;
    margin-bottom: 18px;
}

.mn-form-subtitle {
    font-weight: 600;
    color: #69727b;
    padding-bottom: 7px;
}


.lawyer-form-parctice-area .select-field {
    margin-bottom: 7px;
}

.add-new-circle {
    width: 100%;
    display: block;
}

    .add-new-circle a {
        display: block;
        position: relative;
        padding-left: 14px;
        font-size: 12px;
        font-weight: 600;
        line-height: 1.5;
        letter-spacing: 0.8px;
        color: #9ba4ad;
        background-image: url(/Images/ui/add-circle-icon.svg);
        background-repeat: no-repeat;
        background-position: 0px 4px;
        background-size: 9px;
    }

        .add-new-circle a:hover {
            color: #000;
        }


/*Form Section One*/
.form-section-one {
    padding-bottom: 25px;
}

.form-section-one-alt {
    padding-bottom: 0px;
}

    .form-section-one-alt .ttitle {
        font-size: 12px;
        font-weight: 700;
        line-height: 1.5;
        display: block;
        color: #333333;
        letter-spacing: 0.8px;
        padding-bottom: 0px;
    }

/*Form Section Two*/
.form-section-two {
    padding-left: 49px;
    padding-right: 49px;
    margin-left: -49px;
    margin-right: -49px;
    background-color: #f2f2f2;
    padding-top: 40px;
    padding-bottom: 25px;
}

    .form-section-two h4 {
        font-family: 'Source Sans Pro', sans-serif;
        font-weight: 600;
        font-size: 15px;
        color: #69727b;
    }

    .form-section-two fieldset .text-field,
    .form-section-two fieldset input,
    .form-section-two fieldset select {
        background-color: #FFF;
    }

@media screen and (max-width: 768px) {
    .form-section-two {
        padding-left: 30px;
        padding-right: 30px;
        margin-left: -30px;
        margin-right: -30px;
    }
}

@media screen and (max-width: 450px) {
    .form-section-two {
        padding-left: 30px;
        padding-right: 30px;
        margin-left: -30px;
        margin-right: -30px;
    }
}
/*Form Section Three*/
.form-section-three {
    padding-top: 30px;
}

    .form-section-three fieldset .submit {
        font-weight: 500;
        display: inline-block;
    }

    .form-section-three fieldset span {
        display: inline-block;
        padding-left: 10px;
    }


/*
	Page: What We Stand For
=========================================*/
.page-what-we-stand-for {
}

    .page-what-we-stand-for .fb-row,
    .what-we-stand-for-event-tweets .fb-row {
        margin-right: -18px;
        margin-left: -18px;
        padding-bottom: 19px;
        padding-top: 19px;
    }

        .page-what-we-stand-for .fb-row .fb-col-5,
        .page-what-we-stand-for .fb-row .fb-col-7,
        .page-what-we-stand-for .fb-row .fb-col-6,
        .what-we-stand-for-event-tweets .fb-row .fb-col-6 {
            padding-right: 18px;
            padding-left: 18px;
        }

.our-value-item-img {
    width: 100%;
    height: 192px;
    display: block;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.our-value-item-content {
}

    .our-value-item-content h4 {
        margin-top: -7px;
        margin-bottom: 5px;
    }

    .our-value-item-content p {
        margin-bottom: 5px;
    }

@media screen and (max-width: 980px) {
    .our-values-item .fb-col-6 {
        width: 50%;
    }

    .page-what-we-stand-for hr.hr-alt {
        margin-top: 0em;
        margin-bottom: 1.7em;
    }

    .page-what-we-stand-for .fb-row .fb-col-5,
    .page-what-we-stand-for .fb-row .fb-col-7,
    .page-what-we-stand-for .fb-row .fb-col-6,
    .what-we-stand-for-event-tweets .fb-row .fb-col-6 {
        margin-bottom: 40px;
    }

    .page-what-we-stand-for .our-values-list .fb-row.our-values-item .fb-col-6 {
        margin-bottom: 0px;
    }

    .page-what-we-stand-for .hr-alt.wwsf-hr {
        margin-top: 2em;
    }

    .what-we-stand-for-event-tweets .fb-col-6:last-child {
        margin-bottom: 0px !important;
    }
}

@media screen and (max-width: 790px) {
    .page-what-we-stand-for hr.hr-alt {
        margin-top: 1.7em;
        margin-bottom: 1.7em;
    }

    .page-what-we-stand-for .fb-row .fb-col-6 {
        width: 100%;
        margin-bottom: 40px;
    }

    .fb-row.our-values-item {
        padding-bottom: 0px;
    }

        .fb-row.our-values-item .fb-col-6 {
            margin-bottom: 20px !important;
        }

    .our-value-item-img {
        height: 300px;
    }
}
/*Latest Tweets*/
.latest_tweets {
    padding-top: 7px;
    padding-bottom: 12px;
}

.latest_tweet {
    position: relative;
    padding-left: 50px;
    margin-top: 13px;
}

.tweet_user_logo {
    top: 5px;
    left: 0px;
    width: 37px;
    height: 37px;
    display: block;
    position: absolute;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 24px;
    border: 1px solid #f1f1f1;
}

.tweet_top {
    font-size: 14px;
    line-height: 1.5;
    color: #9ba4ad;
    letter-spacing: 0.3px;
    position: relative;
}

    .tweet_top span.date {
        position: absolute;
        top: 0px;
        right: 0px;
    }

    .tweet_top strong {
        color: #333333;
    }

.tweet_text {
    font-size: 13px;
    line-height: 1.5;
    letter-spacing: 0.3px;
    color: #69727b;
}

    .tweet_text a {
        color: #007FA3;
    }

/*
	block: Sections List
=========================================*/
.page-sections-list {
    margin: 0px;
    padding: 0px;
    border-top: 2px solid #007FA3;
    margin-top: 30px;
    margin-bottom: 30px;
}

    .page-sections-list li {
        list-style: none;
        font-family: 'Source Serif Pro', sans-serif;
        font-size: 18px;
        font-weight: 600;
        line-height: 1.4;
        letter-spacing: 0.4px;
        color: #007FA3;
        padding-top: 19px;
        padding-bottom: 19px;
        padding-left: 18px;
        padding-right: 18px;
        border-bottom: 1px solid #e7e9ea;
    }

        .page-sections-list li:nth-child(2n+2) {
            background-color: #f8f8f8;
        }

/* ================= block: Sections List alt */

.page-sections-list-alt {
    margin: 0px;
    padding: 0px;
    margin-top: 30px;
    margin-bottom: 30px;
}

    .page-sections-list-alt li {
        display: flex;
        flex-wrap: wrap;
        width: 100%;
        border-bottom: 1px solid #e7e9ea;
        padding-top: 19px;
        padding-bottom: 19px;
        font-size: 16px;
        font-weight: 600;
        line-height: 1.3;
        letter-spacing: 0.3px;
        color: #007FA3;
        padding-left: 20px;
        padding-right: 20px;
    }

        .page-sections-list-alt li span:first-child {
            width: 60%;
        }

        .page-sections-list-alt li span:last-child {
            width: 40%;
            font-size: 14px;
            font-weight: normal;
            letter-spacing: 0.3px;
            line-height: 1.5;
            color: #69727b;
        }

    .page-sections-list-alt .msba_calendar_top,
    .page-sections-list-alt .msba_calendar_top span:last-child {
        color: #000000;
        font-size: 18px !important;
        font-weight: 600;
        font-family: 'Source Serif Pro', serif;
        padding-top: 0px !important;
        padding-bottom: 5px !important;
    }

    .page-sections-list-alt .msba_calendar_top {
        border-bottom: 2px solid #e7e9ea !important;
    }

    .page-sections-list-alt li:nth-child(2n+2) {
        background-color: #f8f8f8;
    }


.champions_photo {
    margin-bottom: 15px;
}

@media screen and (max-width: 700px) {
    .page-sections-list-alt {
        margin-bottom: 15px;
    }

        .page-sections-list-alt li span:first-child {
            width: 100%;
            padding-bottom: 4px;
        }
}

/* ================= block: Join Form */
.join-form-show-only-attorney,
.join-form-show-only-law-student {
    display: none;
}

.join-form-street_address-area span {
    margin-bottom: 10px;
}

    .join-form-street_address-area span:last-child {
        margin-bottom: 0px;
    }

.join-form-submit {
    margin-bottom: 0px;
}

    .join-form-submit input[type="submit"].submit {
        width: auto;
        display: inline-block;
        background-image: url(/Images/ui/2right-arrow-white-icon.png);
        background-position: center right;
        background-repeat: no-repeat;
        background-size: 35px;
        padding-right: 40px;
        margin-bottom: 0px;
    }

    .join-form-submit input[type="submit"].submit-alt {
        padding-right: 30px;
        padding-left: 30px;
        background-color: #007FA3;
        color: #FFF;
        display: inline-block;
        margin-right: 0px;
        width: auto;
        float: right;
        line-height: 1;
    }

@media screen and (max-width: 768px) {
    .join-form-submit input[type="submit"].submit,
    .join-form-submit input[type="submit"].submit-alt {
        width: 100%;
        padding-right: 20px;
        padding-left: 20px;
        background-image: none;
    }
}
/* ================= Page: Create Profile */
.section-join-form-nav {
    background-color: #f5f5f5;
}

.join-form-nav-inner {
    position: relative;
    padding-top: 20px;
    padding-bottom: 19px;
}

    .join-form-nav-inner:after {
        content: "";
        width: 100%;
        height: 1.5px;
        position: absolute;
        top: 29px;
        left: 0px;
        background-color: #9ba4ad;
    }

    .join-form-nav-inner ul {
        margin: 0px;
        padding: 0px;
        list-style: none;
        display: flex;
        flex-wrap: wrap;
        position: relative;
        z-index: 1;
    }

        .join-form-nav-inner ul li {
            width: 34%;
            text-align: center;
            font-size: 13px;
            font-weight: 600;
            color: #9ba4ad;
            line-height: 1.3;
            letter-spacing: 0.3px;
            padding-top: 25px;
            position: relative;
        }

            .join-form-nav-inner ul li:first-child {
                width: 16%;
                text-align: left;
            }

            .join-form-nav-inner ul li:last-child {
                width: 16%;
                text-align: right;
            }

            .join-form-nav-inner ul li .circle-icon {
                position: absolute;
                top: 0px;
                left: 47%;
                width: 20px;
                height: 20px;
                border: solid 1.5px #9ba4ad;
                border-radius: 50px;
                background-color: #f5f5f5;
            }

                .join-form-nav-inner ul li .circle-icon img {
                    display: none;
                }

            .join-form-nav-inner ul li:first-child .circle-icon {
                left: 0%;
            }

            .join-form-nav-inner ul li:last-child .circle-icon {
                left: initial;
                right: 0px;
            }

            .join-form-nav-inner ul li.active,
            .join-form-nav-inner ul li.active2 {
                color: #007FA3;
            }

                .join-form-nav-inner ul li.active .circle-icon {
                    background-color: #FFF;
                    border: solid 1.5px #007FA3;
                    background-image: url(/Images/ui/red-check-circle-icon.svg);
                    background-size: 19px;
                    background-position: center;
                }

                .join-form-nav-inner ul li.active2 .circle-icon {
                    border: solid 1.5px #007FA3;
                    background-color: #f5f5f5;
                }


.nav-progress-create-profile:before,
.nav-progress-paymembership:before,
.nav-progress-confirm:before {
    content: "";
    width: 33%;
    height: 1.5px;
    position: absolute;
    top: 29px;
    left: 0px;
    background-color: #007FA3;
    z-index: 1;
}

.nav-progress-paymembership:before {
    width: 67%;
}

.nav-progress-confirm:before {
    width: 100%;
}

.form-section-buttom {
    text-align: right;
    position: relative;
    margin-left: -49px;
    margin-right: -49px;
}

    .form-section-buttom .join-form-submit {
        position: absolute;
        width: 100%;
        bottom: -110px;
    }



.submit-alt {
    color: #9ba4ad;
    height: 40px;
    border: solid 1px #e6e6e6;
    background-color: #ffffff;
    margin-right: 10px;
}

.form-section-buttom .join-form-submit .submit-alt {
    color: #007FA3;
    border: solid 1px #007FA3;
    text-transform: capitalize;
    line-height: 1;
}

.icai_buttom {
    margin-right: -50px;
    margin-left: -50px;
}

fieldset.upload_button.icia-form-upload {
    float: none;
    margin-bottom: 5px;
}

@media screen and (max-width: 980px) {
    .form-section-buttom .join-form-submit {
        position: relative;
        width: 100%;
        bottom: initial;
    }

    .join-form-nav-inner {
        padding-bottom: 0px;
    }

        .join-form-nav-inner ul li,
        .join-form-nav-inner ul li:first-child,
        .join-form-nav-inner ul li:last-child {
            text-indent: -99999px !important;
            text-align: initial;
        }

    fieldset.upload_button {
        margin-top: 10px;
        float: none;
    }

    .icai_buttom {
        margin-right: 0px;
        margin-left: 0px;
        padding-top: 25px;
    }

        .icai_buttom .join-form-submit .submit-alt,
        .icai_buttom .join-form-submit .submit {
            width: 100%;
        }

        .icai_buttom .join-form-submit .submit-alt {
            margin-bottom: 20px;
        }

    .join-form-submit .submit-alt {
        width: 100%;
        margin-bottom: 20px;
        margin-right: 0px;
    }

    .join-form-submit input[type="submit"].submit {
        width: 100%;
    }

    .form-section-buttom {
        margin-left: 0px;
        margin-right: 0px;
    }
}

@media screen and (max-width: 768px) {
    .submit-alt {
        margin-right: 0px;
        width: 100%;
        margin-bottom: 15px;
        margin-top: 5px;
    }
}

@media screen and (max-width: 401px) {
    .join-form-submit input[type="submit"].submit {
        width: 100%;
        display: block;
        font-size: 12px;
        letter-spacing: 0px;
    }
}

/* ======== Non Member Nav */
.non-member-nav {
}

    .non-member-nav ul {
    }

        .non-member-nav ul li,
        .non-member-nav ul li:first-child,
        .non-member-nav ul li:last-child {
            width: 33.333%;
        }

    .non-member-nav.nav-progress-create-profile:before,
    .non-member-nav.nav-progress-paymembership:before,
    .non-member-nav.nav-progress-confirm:before {
        width: 50%;
    }

    .non-member-nav.nav-progress-create-profile.confirm:before {
        width: 100%;
    }

/* ================= Page: Order Confirmation */
.order_confirmation h6 {
    margin-top: 0px !important;
}

.order_info {
    margin-bottom: 0px;
}




/*
	block: CLE & Events Nav
=========================================*/
.cle-events-nav {
}

    .cle-events-nav ul {
        margin: 0px;
        padding: 0px;
        list-style: none;
    }

        .cle-events-nav ul li {
            display: inline-block;
            padding-right: 25px;
        }

            .cle-events-nav ul li a {
                font-size: 16px;
                font-weight: 600;
                line-height: 1.3;
                letter-spacing: 0.3px;
                color: #007FA3;
                padding-left: 15px;
                display: block;
            }

                .cle-events-nav ul li a:hover,
                .cle-events-nav ul li.active a {
                    color: #000000;
                    background-image: url(/Images/ui/right-arrow-red-icon.svg);
                    background-position: 0px 5px;
                    background-repeat: no-repeat;
                    background-size: 9px;
                }

                .cle-events-nav ul li a:hover,
                .cle-events-nav ul li.active a {
                }

/*
	block: CLE & Events Grid View
=========================================*/
.cle-event-item {
    margin-right: 0px;
    margin-left: 0px;
    border-bottom: solid 1px #ded8d8;
    padding-top: 28px;
    padding-bottom: 25px;
    background-color: #f8f8f8;
}

    .cle-event-item:nth-child(2n+2) {
        background-color: #FFFFFF;
    }

    .cle-event-item .fb-col-7,
    .cle-event-item .fb-col-5,
    .cle-event-item .fb-col-3,
    .cle-event-item .fb-col-2 {
        padding-left: 15px;
        padding-right: 15px;
    }

    .cle-event-item span {
        display: block;
        font-size: 14px;
        line-height: 1.5;
        letter-spacing: 0.3px;
        color: #69727b;
    }

.cle-event-item-title {
    text-transform: none;
    margin-bottom: 3px;
}

.cle-event-item-sub_title {
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: 0.3px;
    color: #69727b;
    margin-bottom: 0px;
}

.cle-event-item ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

    .cle-event-item ul li {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        border: 1px solid #e0e0e0;
        border-top: 0px solid #e0e0e0;
    }

        .cle-event-item ul li span {
            width: 50%;
            padding: 4px 10px 2px 10px;
        }

        .cle-event-item ul li:first-child {
            background-color: #e0e0e0;
        }

            .cle-event-item ul li:first-child span {
                font-size: 13px;
                font-weight: 600;
                line-height: 1.5;
                letter-spacing: 0.8px;
                color: #333333;
            }


.cle-event-item:first-child {
    border-bottom: solid 2px #ded8d8;
    background-color: #FFFFFF;
    padding-top: 0px;
    padding-bottom: 0px;
}

.cle-events-pagination {
    border-bottom: solid 2px #ded8d8;
    padding-top: 18px;
    padding-bottom: 45px;
    margin-bottom: 25px;
}

    .cle-events-pagination a {
        font-size: 13px;
        font-weight: 600;
        line-height: 1.3;
        letter-spacing: 0.3px;
        display: inline-block;
        position: relative;
        padding-left: 14px;
    }

        .cle-events-pagination a:before {
            content: "";
            width: 8px;
            height: 8px;
            display: block;
            position: absolute;
            top: 4px;
            left: 0px;
            background-image: url(/Images/ui/red-add-icon.svg);
            background-position: center;
            background-repeat: no-repeat;
            background-size: 8px;
        }

@media screen and (max-width: 980px) {
    .cle-event-item:first-child {
        display: none;
    }

    .cle-event-item .fb-col-5,
    .cle-event-item .fb-col-3,
    .cle-event-item .fb-col-2 {
    }

    .cle-event-item .fb-col-5,
    .cle-event-item .fb-col-2 {
        padding-bottom: 10px;
    }
}
/*
	Page: CLE & Events
=========================================*/
.section-cle-events-nav {
    background-color: #f5f5f5;
    padding-top: 19px;
    padding-bottom: 17px;
}

.page-cle-events {
    padding-top: 65px;
}

.cle-events-header {
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 50px;
}

    .cle-events-header h2,
    .cle-event-calendar-filter {
        width: 50%;
    }

.cle-event-calendar-filter {
    display: block;
    padding-top: 5px;
}

.event-calendar-filter-right,
.event-calendar-filter-left {
    float: right;
}

    .event-calendar-filter-left a {
        font-size: 16px;
        font-weight: 600;
        line-height: 1.3;
        letter-spacing: 0.3px;
        display: block;
        margin-top: 9px;
        margin-right: 25px;
    }

    .event-calendar-filter-right fieldset {
        margin-bottom: 0px;
    }
    .event-calendar-filter-right fieldset span {
        margin-right: -1px;
    }

    .event-calendar-filter-right span {
        margin-right: -1px;
        padding: 5px 5px 5px 5px;
    }

.event-calendar-filter-right fieldset select {
    background-color: #ffffff;
    border: solid 0.5px #e6e6e6;
 }

    .event-calendar-filter-right fieldset .submit {
        width: 50px;
        padding: 0px 0px;
        height: 38px;
        font-weight: 600;
    }

.cle-events-table {
    width: 100%;
    display: block;
}

    .cle-events-table tr {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
    }

        .cle-events-table tr td {
            width: 157px;
            border-right: solid 0.5px #e8e8e8;
            padding-left: 10px;
            padding-right: 5px;
            font-size: 24px;
            line-height: 1.4;
            letter-spacing: 0.5px;
            color: #000000;
            padding-top: 12px;
            padding-bottom: 8px;
        }

            .cle-events-table tr td:last-child {
                border-right: solid 0.5px rgba(185, 194, 203, 0);
            }

    .cle-events-table thead {
        border-bottom: solid 2px #b9c2cb;
    }

        .cle-events-table thead tr td {
            border-right: solid 0.5px rgba(185, 194, 203, 0);
            font-weight: 600;
            font-family: 'Source Serif Pro', serif;
            font-size: 18px;
            line-height: 1.4;
            letter-spacing: 1.1px;
            color: #333333;
            padding-bottom: 5px;
        }

    .cle-events-table tr td span {
        color: #b9c2cb;
    }

    .cle-events-table ul {
        margin: 0px;
        padding: 0px;
        list-style: none;
        margin-top: 5px;
    }

        .cle-events-table ul li {
            font-size: 11px;
            font-weight: 600;
            line-height: 1.2;
            color: #007FA3;
            padding-left: 8px;
            background-image: url(/Images/ui/right-arrow-red-icon.svg);
            background-position: 0px 4px;
            background-repeat: no-repeat;
            background-size: 4px;
            margin-bottom: 5px;
        }

            .cle-events-table ul li a {
                color: #007FA3;
            }

                .cle-events-table ul li a:hover {
                    opacity: 0.8;
                }

    .cle-events-table tbody {
        border-bottom: solid 2px #b9c2cb;
    }

        .cle-events-table tbody tr td {
            min-height: 208px;
        }


    .cle-events-table tfoot {
        padding-top: 10px;
        display: block;
    }

        .cle-events-table tfoot tr td {
            border-right: solid 0px rgba(185, 194, 203, 0);
            width: 50%;
            font-size: 16px;
            font-weight: 600;
            line-height: 1.3;
            letter-spacing: 0.3px;
            color: #007FA3;
        }

            .cle-events-table tfoot tr td:last-child {
                padding-right: 10px;
                text-align: right;
            }

.cle-event-left {
    display: inline-block;
    padding-left: 15px;
    background-image: url(/Images/ui/left-arrow-red-icon.svg);
    background-position: center left;
    background-repeat: no-repeat;
    background-size: 8px;
}

.cle-event-right {
    display: inline-block;
    padding-right: 15px;
    background-image: url(/Images/ui/right-arrow-red-icon.svg);
    background-position: center right;
    background-repeat: no-repeat;
    background-size: 8px;
}

@media screen and (max-width: 980px) {
    .page-cle-events {
        padding-bottom: 65px;
    }

    .cle-events-header {
        padding-bottom: 5px;
    }

    .cle-events-table tr td {
        width: 120px;
    }
}

@media screen and (max-width: 976px) {
    .cle-events-table tr td {
        width: 110px;
    }
}

@media screen and (max-width: 895px) {
    .cle-events-table tr td {
        width: 100px;
    }
}

@media screen and (max-width: 813px) {
    .cle-events-table tr td {
        width: 90px;
    }
}

@media screen and (max-width: 768px) {
    .cle-events-header {
        display: block;
    }

        .cle-events-header h2 {
            display: block;
        }

    .cle-event-calendar-filter {
        display: block;
        padding-top: 5px;
        width: 260px;
    }

        .cle-event-calendar-filter:after {
            content: "";
            display: block;
            width: 100%;
            height: 1px;
            clear: both;
        }

    .cle-calendar-view .cle-event-calendar-filter {
        width: 326px;
    }

    .cle-events-table thead {
        display: none;
    }

    .cle-events-table tr td {
        width: 100%;
        padding-left: 17px;
        padding-bottom: 10px;
        padding-right: 17px;
        padding-top: 10px;
        border: solid 0.5px #e8e8e8;
        margin-top: 15px;
    }

        .cle-events-table tfoot tr td,
        .cle-events-table tr td:last-child {
            border: solid 0.5px #e8e8e8;
        }

    .page-cle-events {
        padding-bottom: 0px;
    }
}

@media screen and (max-width: 378px) {
    .event-calendar-filter-right,
    .event-calendar-filter-left {
        float: none;
    }
}
/*
	Single Page: CLE & Events
=========================================*/
.page-event-content {
}

    .page-event-content h2.h2-alt {
        margin-bottom: 30px;
    }

/* CLE Event Sidebar */
.cle-event-sidebar-area {
}

    .cle-event-sidebar-area .page-sidbare {
        padding-left: 36px;
        padding-right: 36px;
        padding-top: 78px;
        background-color: #f5f5f5;
        margin-bottom: 50px;
    }

/*
	Page: Certification
=========================================*/
.certified-specialist-news {
    padding-bottom: 30px;
}

    .certified-specialist-news h2 {
        margin-bottom: 10px !important;
    }


/* block: Certification Lists
=========================================*/
.certification-lists {
    padding-top: 30px;
}

.certification-item {
    position: relative;
    color: #919aa3;
    padding-left: 44px;
    padding-bottom: 35px;
}

    .certification-item:after,
    .certification-item:before {
        content: "";
        position: absolute;
        left: 0px;
        top: 4px;
        display: block;
    }

    .certification-item:after {
        height: 100%;
        width: 1px;
        background-color: #9ba4ad;
        left: 8px;
    }

    .certification-item:before {
        width: 17px;
        height: 17px;
        border: 1.5px solid #9ba4ad;
        background-color: #FFFFFF;
        border-radius: 50px;
        z-index: 1;
    }

    .certification-item h4 {
        color: #919aa3;
        margin-bottom: 5px;
    }

        .certification-item h4 span {
            padding-left: 10px;
        }

.certification-text {
    display: none;
}

.certification-item.active,
.certification-item.active h4 {
    color: #000000;
}

    .certification-item.active:before {
        border: 1.5px solid #007FA3;
    }

    .certification-item.active h4 span {
        color: #69727b;
    }

    .certification-item.active .certification-text {
        display: block;
    }

.certification-item:last-child:after {
    display: none;
}

/*
	Block: Policy Table
=========================================*/
.policy-table {
}

.policy-table-header {
    border-bottom: solid 2px #b9c2cb;
}

.policy-table-list {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    border-bottom: solid 1px #e6e6e6;
}

.policy-table-item {
    width: 25%;
    display: block;
    padding: 10px 10px;
    border-left: 1px solid #e7e7e7;
}

    .policy-table-item h4 {
        margin-bottom: 0px;
    }

    .policy-table-item:first-child {
        border-left: 1px solid rgba(231, 231, 231, 0);
        width: 20%;
    }

    .policy-table-item:nth-child(2) {
        width: 29%;
    }

    .policy-table-item:nth-child(3) {
        width: 29%;
    }

    .policy-table-item:last-child {
        width: 22%;
    }

.policy-table-body .policy-table-list {
    color: #69727b;
}

    .policy-table-body .policy-table-list:first-child {
        background-color: #f8f8f8;
        color: #333333;
        font-weight: 600;
    }

@media screen and (max-width: 767px) {
    .policy-table-header .policy-table-list {
        display: none;
    }

    .policy-table-list:first-child .policy-table-item {
        display: none;
    }

        .policy-table-list:first-child .policy-table-item:first-child {
            display: block !important;
        }

    .policy-table-list {
        display: block;
    }

    .policy-table-item {
        width: 100% !important;
        border-left: 1px solid rgba(231, 231, 231, 0);
    }

        .policy-table-item:first-child {
            border-bottom: 1px solid #e7e7e7;
            background-color: #f9f7f7;
        }
}

/*
	Block: Popup Modal
=========================================*/
.popup-modal-in {
}

    .popup-modal-in .paydues_box {
        margin-bottom: 20px;
    }

.popup-modal-form fieldset {
    margin-bottom: 0px;
}

.popup-modal-form .form-section-buttom .join-form-submit {
    position: relative !important;
    bottom: 0px;
    margin-top: 40px;
}

.popup-modal-form .paydues_box:last-child {
    margin-bottom: 0px !important;
}

.paydues_box_scroll {
    height: 542px;
    overflow: scroll;
    overflow-x: hidden;
}

.popup-modal-form fieldset input[type="text"] {
    display: inline-block;
    width: 70px;
    background-color: #ffffff;
    border: 1px solid #e6e1e1;
    padding-top: 0px;
    padding-bottom: 0px;
    height: 30px;
    font-weight: 600;
    font-size: 14px;
}

.popup-modal-in .paydues_box .form-section-buttom {
    margin-left: 0px;
    margin-right: 0px;
}

    .popup-modal-in .paydues_box .form-section-buttom .join-form-submit {
        position: relative;
        width: 100%;
        bottom: 0px;
        margin-top: 20px;
    }

#contributions-due-special-membership-categories .popup-modal-form .paydues_box .fb-row .fb-col-3.paydues_right {
    width: 28%;
}

@media screen and (max-width: 768px) {
    .popup-modal-in {
        padding: 30px 20px 30px 20px;
    }

    .paydues_center {
        text-align: left;
    }

    #contributions-due-special-membership-categories .popup-modal-form .paydues_box .fb-row .fb-col-3.paydues_right {
        width: 100%;
    }
}

/*
	Block: Sidebar Purchase Form
=========================================*/
.sidebar-purchase-form {
}

    .sidebar-purchase-form fieldset select {
        background-color: #FFF;
        border: solid 0.5px #69727b;
    }

    .sidebar-purchase-form .join-form-submit input[type="submit"].submit {
        width: 100%;
        font-weight: 500;
        margin-bottom: 20px;
    }

/*
	Page: On demand
=========================================*/
.page-on-demand-left {
    padding-bottom: 60px;
    padding-top: 78px;
}

.on-demand-sidebar-area {
    padding-top: 164px;
}

    .on-demand-sidebar-area .page-sidbare .fb-row {
        padding-bottom: 15px;
    }

    .on-demand-sidebar-area .page-sidbare .fb-col-6 strong {
        font-size: 36px;
        line-height: 1.15;
        letter-spacing: 0.7px;
        color: #007FA3;
        display: block;
        font-weight: 500;
        margin-bottom: -3px;
    }

    .on-demand-sidebar-area .page-sidbare .fb-col-6:first-child:before {
        content: "";
        height: 80%;
        width: 1px;
        background-color: #D1D1D1;
        position: absolute;
        right: 20px;
        top: 10%;
        display: block;
    }

    .on-demand-sidebar-area .page-sidbare .fb-col-6 span {
        font-size: 13px;
        line-height: 1.5;
        letter-spacing: 0.8px;
        color: #333333;
        text-transform: uppercase;
        font-weight: 700;
    }

.ondemand-cle-all-topices-title {
    height: 50px;
}

    .ondemand-cle-all-topices-title h4 {
        font-family: 'Source Sans Pro', sans-serif;
        font-weight: 500;
        color: #ffffff;
        line-height: 1.3;
        letter-spacing: 0.3px;
        padding-top: 14px;
        padding-bottom: 17px;
        font-size: 15px;
        margin-bottom: 0px;
    }

        .ondemand-cle-all-topices-title h4 a {
            color: #ffffff;
            cursor: pointer;
            display: block;
        }

        .ondemand-cle-all-topices-title h4 span {
            position: relative;
            padding-right: 15px;
        }

            .ondemand-cle-all-topices-title h4 span:after {
                content: "";
                background-image: url(/Images/ui/right-arrow-white-icon.svg);
                background-position: center;
                background-repeat: no-repeat;
                display: inherit;
                width: 10px;
                height: 10px;
                position: absolute;
                right: -4px;
                top: 7px;
                transform: rotate(150deg);
            }

    .ondemand-cle-all-topices-title .full-bg-mobile {
        display: block;
        background-color: #007FA3;
    }

.ondemand-cle-all-topices-list {
    padding-top: 38px;
    padding-bottom: 40px;
    display: block;
}

    .ondemand-cle-all-topices-list ul {
    }

        .ondemand-cle-all-topices-list ul li {
            font-size: 13px;
            font-weight: 600;
            letter-spacing: 0.3px;
            color: #69727b;
            margin-bottom: 12px;
        }

        .ondemand-cle-all-topices-list ul.list-arrow li:after {
            top: 4px;
        }

        .ondemand-cle-all-topices-list ul li a {
            color: #69727b;
        }

            .ondemand-cle-all-topices-list ul li a:hover,
            .ondemand-cle-all-topices-list ul li.active a {
                color: #000000;
            }

    .ondemand-cle-all-topices-list .full-bg-mobile {
        display: block;
        background-color: #f5f5f5;
    }

@media screen and (max-width: 980px) {
    .on-demand-sidebar-area {
        padding-top: 0px;
        padding-bottom: 50px;
    }

    .ondemand-cle-all-topices-list {
        margin-bottom: 20px;
    }

    .on-demand-sidebar-area .page-sidbare .fb-col-6:first-child:before {
        display: none;
    }
}


/*
	Block: Tab
=========================================*/
.tab_container {
}

.tab_content {
    display: none;
}



/*
	Page: Civil Trial Law Certification Part 2
=========================================*/
.references-of-individual-certification.additional {
    border-top: solid 1px #007FA3;
    padding-top: 40px;
    margin-top: 50px;
}

.add-new-references-of-individual-certification {
    cursor: pointer;
}
