/* COLORS

*/
:root {
    --white-purple: rgb(255, 253, 255);
}
.red-text {
    color: #f1aaac;
}

.orange-text {
    color: #EE7623;
}

.orange-vertical-border {
    border-right: 4px solid #EE7623;
}

* {
    margin:0;
    padding:0;
    outline:none;
    -webkit-tap-highlight-color:rgba(0,0,0,0);
    -webkit-font-smoothing:antialiased;
    -moz-osx-font-smoothing:grayscale;
}

/* RESETS and default styles */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,em,img,small,strike,strong,sub,sup,tt,var,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td {
    margin:0;
    padding:0;
    outline:0;
    border:0;
    vertical-align:baseline;
    font-size:100%;
}

/* CUSTOM FONTS */
/* @font-face {
    font-weight: normal;
    font-style: normal;
    font-family: 'BrotherRegular';
    src: url('../fonts/Brother-1816-Regular.otf') format("opentype");
}

@font-face {
    font-weight: normal;
    font-style: normal;
    font-family: 'BrotherBold';
    src: url('../fonts/Brother-1816-Bold.otf') format("opentype");
} */

@font-face {
    font-weight: normal;
    font-style: normal;
    font-family: 'RobotoBold';
    src: url('../fonts/Roboto-Bold.ttf') format("truetype");
}

@font-face {
    font-weight: normal;
    font-style: normal;
    font-family: 'RobotoRegular';
    src: url('../fonts/Roboto-Regular.ttf') format("truetype");
}

@font-face {
    font-weight: normal;
    font-style: normal;
    font-family: 'RobotoLight';
    src: url('../fonts/Roboto-Light.ttf') format("truetype");
}

@font-face {
    font-weight: normal;
    font-style: normal;
    font-family: 'RobotoCondensedRegular';
    src: url('../fonts/RobotoCondensed-Regular.ttf') format("truetype");
}

@font-face {
    font-weight: normal;
    font-style: normal;
    font-family: 'RobotoCondensedBold';
    src: url('../fonts/RobotoCondensed-Bold.ttf') format("truetype");
}

/* STRUCTURAL */
html {
    height:100%;
    scroll-behavior: smooth;
}

body {
    /* background:transparent url(../img/bg-body.gif) repeat center top; */
    -ms-overflow-style: scrollbar;
}

.clearfix,.clear_left,.clear_right {
    height:0;
    font-size:.01em;
    line-height:.01em;
}

.clearfix {
    clear:both;
    opacity:0;
}

.clear_right {
    clear:right;
}

.clear_left {
    clear:left;
}

.float_right {
    float:right;
    margin-left:10px;
}

.float_left {
    float:left;
    margin-right:10px;
}

.uppercase {
    text-transform: uppercase;
}

/* STYLEGUIDE SPECIFIED STYLES AND COLORS */
#content ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    margin-left: 24px;
    font-family: RobotoRegular;
    font-size: 16px;
}
#content ul.ul-no-margin {
    margin: 0;
}
#content ul li {
    background: url('/elements/img/bullet2.png') no-repeat left 11px;
    padding-left: 19px;
    margin-bottom: 16px;
    color: #3B4A5A;
    line-height: 1.8;

    a {
        font-family: RobotoBold;
        color: #EE7623;
    }
}
#content ul li.no-bullet {
    background: none;
    padding: 0;
}

/* MAGENTA FAMILY */
.magenta-gradient, .magenta-family .gradient {
    background: -webkit-linear-gradient(bottom left, #BD2F97 0%, rgba(156, 64, 131, 0) 100%), #68335A;
    background: -o-linear-gradient(bottom left, #BD2F97 0%, rgba(156, 64, 131, 0) 100%), #68335A;
    background: linear-gradient(to top right, #BD2F97 0%, rgba(156, 64, 131, 0) 100%), #68335A;
}
.magenta-alt-gradient, .magenta-family .alt-gradient {
    background: -webkit-linear-gradient(rgba(255, 255, 255, 0.26) 0%, rgba(255, 255, 255, 0) 100%), #68335A;
    background: -o-linear-gradient(rgba(255, 255, 255, 0.26) 0%, rgba(255, 255, 255, 0) 100%), #68335A;
    background: linear-gradient(rgba(255, 255, 255, 0.26) 0%, rgba(255, 255, 255, 0) 100%), #68335A;
}
.magenta-primary, .plum, .magenta-family .primary {
    background: #68335A;
    color: #FFFFFF;
}
.magenta-accent-dark, .wine, .magenta-family .accent-dark {
    background: #381930;
    color: #FFFFFF;
}
.magenta-accent-light, .pink, .magenta-family .accent-light {
    background: #EBC7E1;
    color: #381930;
}
.magenta-family .primary.hover:hover, .magenta-primary.hover:hover {
    background: #4F1A41;
    color: #FFFFFF;
}
.magenta-family .accent-dark.hover:hover, .magenta-accent-dark.hover:hover {
    background: #68335A;
    color: #FFFFFF;
}
.magenta-family .accent-light.hover:hover, .magenta-accent-light.hover:hover {
    background: #68335A;
    color: #FFFFFF;
}
.magenta-primary-text, .magenta-text, .magenta-family .primary-text {
    color: #68335A;
}
.magenta-accent-dark-text, .wine-text, .magenta-family .dark-text
, .magenta-primary-text.hover:hover, .magenta-text.hover:hover, .magenta-family .primary-text.hover:hover {
    color: #381930;
}
.magenta-accent-light-text, .pink-text, .magenta-family .light-text {
    color: #EBC7E1;
}
.magenta-primary-outline, .magenta-family .primary-outline {
    border: solid 2px #68335A;
    border-radius: 0;
}
.magenta-dark-outline, .magenta-family .dark-outline {
    border: solid 2px #381930;
    border-radius: 0;
}
.magenta-light-outline, .magenta-family .light-outline {
    border: solid 2px #EBC7E1;
    border-radius: 0;
}
.magenta-primary-outline.hover:hover, .magenta-family .primary-outline.hover:hover {
    background: #68335A;
    color: #FFFFFF;
}
/* SVG CLASSES GO ON SURROUNDING ELEMENT TO COLOR THE SVG */
.magenta-family .svg-primary .svg-icon {
    fill: #68335A;
}
.magenta-family .svg-dark .svg-icon {
    fill: #381930;
}
.magenta-family .svg-light .svg-icon {
    fill: #EBC7E1;
}


/* VIOLET FAMILY */
.violet-gradient, .violet-family .gradient {
    background: -webkit-linear-gradient(bottom left, rgba(94, 110, 196, 0) 0%, #94A3F7 100%), #505C9B;
    background: -o-linear-gradient(bottom left, rgba(94, 110, 196, 0) 0%, #94A3F7 100%), #505C9B;
    background: linear-gradient(to top right, rgba(94, 110, 196, 0) 0%, #94A3F7 100%), #505C9B;
}
.violet-alt-gradient, .violet-family .alt-gradient {
    background: -webkit-linear-gradient(rgba(255, 255, 255, 0.26) 0%, rgba(255, 255, 255, 0) 100%), #505C9B;
    background: -o-linear-gradient(rgba(255, 255, 255, 0.26) 0%, rgba(255, 255, 255, 0) 100%), #505C9B;
    background: linear-gradient(rgba(255, 255, 255, 0.26) 0%, rgba(255, 255, 255, 0) 100%), #505C9B;
}
.violet-primary, .iris, .violet-family .primary {
    background: #505C9B;
    color: #FFFFFF;
}
.violet-accent-dark, .nightshade, .violet-family .accent-dark {
    background: #404A81;
    color: #FFFFFF;
}
.violet-accent-light, .periwinkle, .violet-family .accent-light {
    background: #E0E5FF;
    color: #404A81;
}
.violet-family .primary.hover:hover, .violet-primary.hover:hover {
    background: #374382;
    color: #FFFFFF;
}
.violet-family .accent-dark.hover:hover, .violet-accent-dark.hover:hover {
    background: #505C9B;
    color: #FFFFFF;
}
.violet-family .accent-light.hover:hover, .violet-accent-light.hover:hover {
    background: #505C9B;
    color: #FFFFFF;
}
.violet-primary-text, .violet-text, .violet-family .primary-text {
    color: #505C9B;
}
.violet-accent-dark-text, .nightshade-text, .violet-family .dark-text, .violet-primary-text.hover:hover, .violet-text.hover:hover, .violet-family .primary-text.hover:hover {
    color: #404A81;
}
.violet-accent-light-text, .periwinkle-text, .violet-family .light-text {
    color: #E0E5FF;
}
.violet-primary-outline, .violet-family .primary-outline {
    border: solid 2px #505C9B;
    border-radius: 0;
}
.violet-dark-outline, .violet-family .dark-outline {
    border: solid 2px #404A81;
    border-radius: 0;
}
.viilet-light-outline, .violet-family .light-outline {
    border: solid 2px #E0E5FF;
    border-radius: 0;
}
.violet-primary-outline.hover:hover, .violet-family .primary-outline.hover:hover {
    background: #505C9B;
    color: #FFFFFF;
}
/* SVG CLASSES GO ON SURROUNDING ELEMENT TO COLOR THE SVG */
.violet-family .svg-primary .svg-icon {
    fill: #505C9B;
}
.violet-family .svg-dark .svg-icon {
    fill: #404A81;
}
.violet-family .svg-light .svg-icon {
    fill: #E0E5FF;
}


/* TEAL FAMILY */
.teal-gradient, .teal-family .gradient {
    background: -webkit-linear-gradient(bottom left, rgba(76, 143, 123, 0) 0%, #54BFA0 100%), #4E7A6D;
    background: -o-linear-gradient(bottom left, rgba(76, 143, 123, 0) 0%, #54BFA0 100%), #4E7A6D;
    background: linear-gradient(to top right, rgba(76, 143, 123, 0) 0%, #54BFA0 100%), #4E7A6D;
}
.teal-alt-gradient, .teal-family .alt-gradient {
    background: -webkit-linear-gradient(rgba(255, 255, 255, 0.26) 0%, rgba(255, 255, 255, 0) 100%), #4E7A6D;
    background: -o-linear-gradient(rgba(255, 255, 255, 0.26) 0%, rgba(255, 255, 255, 0) 100%), #4E7A6D;
    background: linear-gradient(rgba(255, 255, 255, 0.26) 0%, rgba(255, 255, 255, 0) 100%), #4E7A6D;
}
.teal-primary, .evergreen, .teal-family .primary {
    background: #4E7A6D;
    color: #FFFFFF;
}
.teal-accent-dark, .leaf, .teal-family .accent-dark {
    background: #3F5C53;
    color: #FFFFFF;
}
.teal-accent-light, .mint, .teal-family .accent-light {
    background: #E0FFF6;
    color: #3F5C53;
}
.teal-family .primary.hover:hover, .teal-primary.hover:hover {
    background: #356154;
    color: #FFFFFF;
}
.teal-family .accent-dark.hover:hover, .teal-accent-dark.hover:hover {
    background: #4E7A6D;
    color: #FFFFFF;
}
.teal-family .accent-light.hover:hover, .teal-accent-light.hover:hover {
    background: #4E7A6D;
    color: #FFFFFF;
}
.teal-primary-text, .teal-text, .teal-family .primary-text {
    color: #4E7A6D;
}
.teal-accent-dark-text, .leaf-text, .teal-family .dark-text, .teal-primary-text.hover:hover, .teal-text.hover:hover, .teal-family .primary-text.hover:hover {
    color: #3F5C53;
}
.teal-accent-light-text, .mint-text, .teal-family .light-text {
    color: #E0FFF6;
}
.teal-primary-outline, .teal-family .primary-outline {
    border: solid 2px #4E7A6D;
    border-radius: 0;
}
.teal-dark-outline, .teal-family .dark-outline {
    border: solid 2px #3F5C53;
    border-radius: 0;
}
.teal-light-outline, .teal-family .light-outline {
    border: solid 2px #E0FFF6;
    border-radius: 0;
}
.teal-primary-outline.hover:hover, .teal-family .primary-outline.hover:hover {
    background: #4E7A6D;
    color: #FFFFFF;
}
/* SVG CLASSES GO ON SURROUNDING ELEMENT TO COLOR THE SVG */
.teal-family .svg-primary .svg-icon {
    fill: #4E7A6D;
}
.teal-family .svg-dark .svg-icon {
    fill: #3F5C53;
}
.teal-family .svg-light .svg-icon {
    fill: #E0FFF6;
}


/* GREEN FAMILY */
.green-gradient, .green-family .gradient {
    background: -webkit-linear-gradient(bottom left, #6CA33E 0%, rgba(101, 150, 59, 0) 100%), #537933;
    background: -o-linear-gradient(bottom left, #6CA33E 0%, rgba(101, 150, 59, 0) 100%), #537933;
    background: linear-gradient(to top right, #6CA33E 0%, rgba(101, 150, 59, 0) 100%), #537933;
}
.green-alt-gradient, .green-family .alt-gradient {
    background: -webkit-linear-gradient(rgba(255, 255, 255, 0.26) 0%, rgba(255, 255, 255, 0) 100%), #537933;
    background: -o-linear-gradient(rgba(255, 255, 255, 0.26) 0%, rgba(255, 255, 255, 0) 100%), #537933;
    background: linear-gradient(rgba(255, 255, 255, 0.26) 0%, rgba(255, 255, 255, 0) 100%), #537933;
}
.green-primary, .grass, .green-family .primary {
    background: #537933;
    color: #FFFFFF;
}
.green-accent-dark, .forest, .green-family .accent-dark {
    background: #39591E;
    color: #FFFFFF;
}
.green-accent-light, .lime, .green-family .accent-light {
    background: #D2EDBB;
    color: #39591E;
}
.green-family .primary.hover:hover, .green-primary.hover:hover {
    background: #3A601A;
    color: #FFFFFF;
}
.green-family .accent-dark.hover:hover, .green-accent-dark.hover:hover {
    background: #537933;
    color: #FFFFFF;
}
.green-family .accent-light.hover:hover, .green-accent-light.hover:hover {
    background: #537933;
    color: #FFFFFF;
}
.green-primary-text, .green-text, .green-family .primary-text {
    color: #537933;
}
.green-accent-dark-text, .forest-text, .green-family .dark-text, .green-primary-text.hover:hover, .green-text.hover:hover, .green-family .primary-text.hover:hover {
    color: #39591E;
}
.green-accent-light-text, .lime-text, .green-family .light-text {
    color: #D2EDBB;
}
.green-primary-outline, .green-family .primary-outline {
    border: solid 2px #537933;
    border-radius: 0;
}
.green-dark-outline, .green-family .dark-outline {
    border: solid 2px #39591E;
    border-radius: 0;
}
.green-light-outline, .green-family .light-outline {
    border: solid 2px #D2EDBB;
    border-radius: 0;
}
.green-primary-outline.hover:hover, .green-family .primary-outline.hover:hover {
    background: #537933;
    color: #FFFFFF;
}
/* SVG CLASSES GO ON SURROUNDING ELEMENT TO COLOR THE SVG */
.green-family .svg-primary .svg-icon {
    fill: #537933;
}
.green-family .svg-dark .svg-icon {
    fill: #39591E;
}
.green-family .svg-light .svg-icon {
    fill: #D2EDBB;
}


/* YELLOW FAMILY */
.yellow-gradient, .yellow-family .gradient {
    background: -webkit-linear-gradient(bottom left, rgba(255, 196, 82, 0) 0%, #FFC452 100%), #FFB526;
    background: -o-linear-gradient(bottom left, rgba(255, 196, 82, 0) 0%, #FFC452 100%), #FFB526;
    background: linear-gradient(to top right, rgba(255, 196, 82, 0) 0%, #FFC452 100%), #FFB526;
}
.yellow-alt-gradient, .yellow-family .alt-gradient {
    background: -webkit-linear-gradient(rgba(255, 255, 255, 0.26) 0%, rgba(255, 255, 255, 0) 100%), #FFB526;
    background: -o-linear-gradient(rgba(255, 255, 255, 0.26) 0%, rgba(255, 255, 255, 0) 100%), #FFB526;
    background: linear-gradient(rgba(255, 255, 255, 0.26) 0%, rgba(255, 255, 255, 0) 100%), #FFB526;
}
.yellow-primary, .lemon, .yellow-family .primary {
    background: #FFB526;
    color: #FFFFFF;
}
.yellow-accent-dark, .gold, .yellow-family .accent-dark {
    background: #C48712;
    color: #FFFFFF;
}
.yellow-accent-light, .cream, .yellow-family .accent-light {
    background: #FFF4DE;
    color: #C48712;
}
.yellow-family .primary.hover:hover, .yellow-primary.hover:hover {
    background: #E69C0D;
    color: #FFFFFF;
}
.yellow-family .accent-dark.hover:hover, .yellow-accent-dark.hover:hover {
    background: #FFB526;
    color: #FFFFFF;
}
.yellow-family .accent-light.hover:hover, .yellow-accent-light.hover:hover {
    background: #FFB526;
    color: #FFFFFF;
}
.yellow-primary-text, .yellow-text, .yellow-family .primary-text {
    color: #FFB526;
}
.yellow-accent-dark-text, .gold-text, .yellow-family .dark-text, .yellow-primary-text.hover:hover, .yellow-text.hover:hover, .yellow-family .primary-text.hover:hover {
    color: #C48712;
}
.yellow-accent-light-text, .cream-text, .yellow-family .light-text {
    color: #FFF4DE;
}
.yellow-primary-outline, .yellow-family .primary-outline {
    border: solid 2px #FFB526;
    border-radius: 0;
}
.yellow-dark-outline, .yellow-family .dark-outline {
    border: solid 2px #C48712;
    border-radius: 0;
}
.yellow-light-outline, .yellow-family .light-outline {
    border: solid 2px #FFF4DE;
    border-radius: 0;
}
.yellow-primary-outline.hover:hover, .yellow-family .primary-outline.hover:hover {
    background: #FFB526;
    color: #FFFFFF;
}
/* SVG CLASSES GO ON SURROUNDING ELEMENT TO COLOR THE SVG */
.yellow-family .svg-primary .svg-icon {
    fill: #FFB526;
}
.yellow-family .svg-dark .svg-icon {
    fill: #C48712;
}
.yellow-family .svg-light .svg-icon {
    fill: #FFF4DE;
}


/* ORANGE FAMILY */
.orange-gradient, .orange-family .gradient {
    background: -webkit-linear-gradient(bottom left, #F5B882 0%, rgba(242, 153, 74, 0.25) 100%), #EE7623;
    background: -o-linear-gradient(bottom left, #F5B882 0%, rgba(242, 153, 74, 0.25) 100%), #EE7623;
    background: linear-gradient(to top right, #F5B882 0%, rgba(242, 153, 74, 0.25) 100%), #EE7623;
}
.orange-alt-gradient, .orange-family .alt-gradient {
    background: -webkit-linear-gradient(rgba(255, 255, 255, 0.26) 0%, rgba(255, 255, 255, 0) 100%), #EE7623;
    background: -o-linear-gradient(rgba(255, 255, 255, 0.26) 0%, rgba(255, 255, 255, 0) 100%), #EE7623;
    background: linear-gradient(rgba(255, 255, 255, 0.26) 0%, rgba(255, 255, 255, 0) 100%), #EE7623;
}
.orange-primary, .orange, .orange-family .primary {
    background: #EE7623;
    color: #FFFFFF;
}
.orange-accent-dark, .burntorange, .orange-family .accent-dark {
    background: #C7611A;
    color: #FFFFFF;
}
.orange-accent-light, .peach, .orange-family .accent-light {
    background: #FFEBDE;
    color: #C7611A;
}
.orange-family .primary.hover:hover, .orange-primary.hover:hover {
    background: #D55D0A;
    color: #FFFFFF;
}
.orange-family .accent-dark.hover:hover, .orange-accent-dark.hover:hover {
    background: #EE7623;
    color: #FFFFFF;
}
.orange-family .accent-light.hover:hover, .orange-accent-light.hover:hover {
    background: #EE7623;
    color: #FFFFFF;
}
.orange-primary-text, .orange-text, .orange-family .primary-text {
    color: #EE7623;
}
.orange-accent-dark-text, .burntorange-text, .orange-family .dark-text, .orange-primary-text.hover:hover, .orange-text.hover:hover, .orange-family .primary-text.hover:hover {
    color: #C7611A;
}
.orange-accent-light-text, .peach-text, .orange-family .light-text {
    color: #FFEBDE;
}
.orange-primary-outline, .orange-family .primary-outline {
    border: solid 2px #EE7623;
    border-radius: 0;
}
.orange-dark-outline, .orange-family .dark-outline {
    border: solid 2px #C7611A;
    border-radius: 0;
}
.orange-light-outline, .orange-family .light-outline {
    border: solid 2px #FFEBDE;
    border-radius: 0;
}
.orange-primary-outline.hover:hover, .orange-family .primary-outline.hover:hover {
    background: #EE7623;
    color: #FFFFFF;
}
/* SVG CLASSES GO ON SURROUNDING ELEMENT TO COLOR THE SVG */
.orange-family .svg-primary .svg-icon {
    fill: #EE7623;
}
.orange-family .svg-dark .svg-icon {
    fill: #C7611A;
}
.orange-family .svg-light .svg-icon {
    fill: #FFEBDE;
}

/* NEUTRAL FAMILY */
.coal {
    background: #28323D;
    color: #FFFFFF;
}
.coal-text {
    color: #28323D;
}
.ash {
    background: #3B4A5A;
    color: #FFFFFF;
}
.ash-text {
    color: #3B4A5A;
}
.ash-outline {
    border: solid 2px #28323D;
}
.stone {
    background: #728496;
    color: #FFFFFF;
}
.stone-text {
    color: #728496;
}
.lightgrey, .lightgray {
    background: #F2F2F2;
    color: #28323D;
}
.lightgrey-text, .lightgray-text {
    color: #F2F2F2;
}
.white {
    background: #FFFFFF;
    color: #28323D;
}
.white-text {
    color: #FFFFFF;
}
.error {
    background: #EB5757;
    color: #FFFFFF
}
.bold-text {
    font-weight: bold;
}
/* BUTTONS */
.orange-button,
a.orange-button {
    display: inline-block;
    background-color: #EE7623;
    padding: 15px 30px;
    font-family: 'RobotoCondensedBold';
    text-transform: uppercase;
    color: #fff;
    text-decoration: none;
    border: none;
    font-size: 14px;
}
.orange-button:hover,
a.orange-button:hover {
    color: #fff;
    background-color: #C7611A;
}
a.orange-button.pdf-link {
    background: transparent url(/elements/img/pdf_link.png) no-repeat right 10px center;
    background-color: #EE7624 !important;
    padding-right: 30px;
}

.secondary-button {
    display: inline-flex;
    min-width: 99px;
    height: 49px;
    margin-right: 20px;
    margin-top: 20px;
    text-decoration: none;
    text-transform: uppercase;
    font-family: RobotoCondensedBold;
    font-size: 14px;
}
.secondary-button span{
    margin: auto;
}
.secondary-button:hover {
    text-decoration: none;
}
.secondary-button:focus {
    color: #EE7623;
    text-decoration: none;
}


.sort-by-dropdown {
    display: inline-block;
}
.sort-by-dropdown button {
    border: none;
    padding: 13px 20px 13px 27px;
    font-size: 14px;
    font-family: 'RobotoCondensedBold';
    text-transform: uppercase;
}
.sort-by-dropdown.open button,
.sort-by-dropdown button:hover {
    background-color: #C7611A;
}
.dropdown-toggle:after {
    content: url(/elements/img/sort-by-arrow.png);
    padding-left: 18px;
}
.sort-by-dropdown div {
    border-radius: 0;
    padding: 0;
    min-width: 230px;
    border: none;
    border-bottom: 3px solid #ee7623;
}
.sort-by-dropdown a {
    display: block;
    padding: 12px 20px;
    border-bottom: 1px solid #f2f2f2;
    color: #3B4A5A;
    font-family: 'RobotoRegular';
    font-size: 16px;
    text-decoration: none;
}
.sort-by-dropdown a:hover {
    background-color: #f2f2f2;
    font-family: 'RobotoBold';
}
/* END STYLEGUIDE SPECIFIED STYLES AND COLORS */


#main {
    position:relative;
    margin:0 auto;
    width:1440px;
}

#logo_banner,
#logo_banner_mobile {
    padding: 16px
}

#logo_banner_mobile img,
#logo_banner img {
    max-width: 160px;
    display: block;
    margin: auto;
}

#logo_banner_mobile {
    display: none;
}

#logo_banner_mobile img {
    max-width: 120px;
}

#header {
    background-color:#fff;
    box-shadow: 0 2px 10px rgba(00, 0, 0, 0.3);
}


#nav {
    z-index:2;
    float:left;
    margin:178px 0 0;
    min-height:367px;
    width:140px;
}

#content {
    margin:0;
    width:100%;
    background: url(../img/home_texture_bg.png);
}

#content > .message {
    margin-left: 25px;
}

#page_content_container {
    width: 1300px;
    background: #FFFFFF;
    margin: -65px auto 0 auto;
    padding-top: 50px;
    padding-bottom: 60px;
    position: relative;
    margin-bottom: 60px;
}
.page_content_inner {
    margin: 0 auto;
    width: 95%;
    max-width: 720px;
}
#page_content_container .content_side_column {
    width: 203px;
    display: inline-block;
    margin-left: 72px;
    vertical-align: top;
}
#page_content_container .content_side_column .profile_headshot_div {
    width: 155px;
    height: 155px;
    overflow: hidden;
    margin: 0 auto 35px;
    border-radius: 100px;
}
#page_content_container .content_side_column .profile_headshot {
    margin-top: -5%;
}
#page_content_container.profile_container {
    padding-top: 103px;
}
#page_content_container.profile_container .content_side_column h3 {
    text-align: center;
    margin-bottom: 25px;
    text-transform: uppercase;
    font-size: 12px;
    color: #3B4A5A;
}
#page_content_container.profile_container .content_side_column h5 {
    position: relative;
    /* color: #728496; */
    /* background-color: rgba(224, 229, 255, 0.5); */
    margin-bottom: 12px;
    padding: 4px 10px 3px 29px;
    font-size: 12px;
    line-height: 1.5;
    text-transform: uppercase;
}
#page_content_container.profile_container .content_side_column h5:last-of-type {
    margin-bottom: 0;
}
#page_content_container.profile_container .content_side_column h5:before {
    content: '';
    width: 13px;
    height: 13px;
    position: absolute;
    left: 8px;
    top: 6px;
}
#page_content_container.profile_container .content_side_column h5.profile-user:before {
    background: url('/elements/img/user-purple.png') no-repeat center center transparent;
}
#page_content_container.profile_container .content_side_column h5.profile-star:before {
    background: url('/elements/img/star.png') no-repeat center center transparent;
}
#page_content_container.profile_container .content_side_column h5.profile-location:before {
    background: url('/elements/img/location.png') no-repeat center center transparent;
}
.green-family #page_content_container.profile_container .content_side_column h5.profile-user:before {
    background: url('/elements/img/user-green.png') no-repeat center center transparent;
}
.green-family #page_content_container.profile_container .content_side_column h5.profile-star:before {
    background: url('/elements/img/star-green.png') no-repeat center center transparent;
}
.green-family #page_content_container.profile_container .content_side_column h5.profile-location:before {
    background: url('/elements/img/location-green.png') no-repeat center center transparent;
}
#page_content_container .content_body_column {
    display: inline-block;
    margin-left: 75px;
    width: 600px;
}
#page_content_container .content_body_column.article {
  display: block;
  margin: auto;
}
#page_content_container .content_body_column p {
    margin-bottom: 30px;
}
#page_content_container .content_centered_column {
    width: 600px;
    margin: 0 auto;
}


#flash_message {
    margin:10px 0 10px 30px;
    width:790px;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    background:#420824;
    opacity:.9;
    filter:alpha(opacity=90);
    -moz-opacity:.9;
}

#flash_message p {
    padding:20px 10px;
    color:#fff;
    text-align:center;
    text-shadow:#000 0 2px 6px;
    font-size:1.2em;
}

#flash_message a {
    color:#F05E1E;
}

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


#alert {
    padding:20px 30px 20px 70px;
    border-right:1px solid #d8d8d8;
    border-bottom:1px solid #d8d8d8;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    background:#ffffde url(../img/alert_icon.gif) no-repeat 20px 20px;
    color:#000;
}

#alert p {
    margin:0;
}

#footer {
    /* background-color: #28323D; */
    background-color: #68335A;
    min-height:260px;
}

object#flash_content {
    position:relative;
    top:10px;
    left:5px;
}

#impersonation-header {
    background-color: black;
    padding: 10px;
    text-align: center;
}

#impersonation-header a:link, #impersonation-header a:visited, #impersonation-header a:active {
    color: white;
}

/* PAGE HERO  */
/* USE IN COMBINATION WITH .{color}-family */
#hero {
    width: 100%;
    height: 410px;
    padding: 15px;
    background-size: cover;
    background-repeat: no-repeat;
}
#hero_inner {
    width: 100%;
    height: 100%;
    position: relative;
}
#hero_content {
    position: relative;
    top: 43%;
    transform: translateY(-50%);
}
#hero.with_image .border{
    border: 2px solid rgba(201, 201, 201, 0.5);
}
#page_tag {
    min-width: 135px;
    text-align: center;
    font-family: RobotoBold;
    text-transform: uppercase;
    margin-bottom: 20px;
}
#page_tag span {
    display: inline-block;
    padding: 6px 12px;
    min-width: 135px;
}
#hero.with_image #page_tag span {
    background-color: rgba(201, 201, 201, 0.5);
}
#hero h1 {
    width: 85%;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 30px;
}
#hero h3 {
    width: 85%;
    margin: 0 auto;
    color: #FFFFFF;
    text-align: center;
}
#hero h3+h3 {
    top: 240px;
}
/* END PAGE HERO */

/* PAGINATION */
/* USE IN COMBINATION WITH .{color}-family PLUS .primary, .primary-text AND .hover */
/* FOR EXAMPLE SEE articles-page.html */
#pagination_block {
    text-align: center;
    text-transform: uppercase;
    display: flex;
    justify-content: center;
}
#pagination_block span {
    display: inline-block;
    margin: 0;
    padding-top: 11px;
    width: 45px;
    height: 45px;
    font-family: RobotoCondensedBold;
    font-size: 14px;
}
#pagination_block span.current {
    color: #FFFFFF;
}
#pagination_block a {
    display: inline-block;
    margin: 0;
    padding-top: 11px;
    width: 45px;
    height: 45px;
    font-family: RobotoCondensedBold;
    font-size: 14px;
}
#pagination_block a:hover {
    text-decoration: none;
}
#pagination_block .disabled {
    color: #728496;
    cursor: not-allowed;
}
/* END PAGINATION */


.progress-bar-warning {
    background:#f88500;
/* Old browsers */
    background:-moz-linear-gradient(top,#f88500 0%,#f46400 100%);
/* FF3.6+ */
    background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#f88500),color-stop(100%,#f46400));
/* Chrome,Safari4+ */
    background:-webkit-linear-gradient(top,#f88500 0%,#f46400 100%);
/* Chrome10+,Safari5.1+ */
    background:-o-linear-gradient(top,#f88500 0%,#f46400 100%);
/* Opera 11.10+ */
    background:-ms-linear-gradient(top,#f88500 0%,#f46400 100%);
/* IE10+ */
    background:linear-gradient(to bottom,#f88500 0%,#f46400 100%);
/* W3C */
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f88500',endColorstr='#f46400',GradientType=0);
/* IE6-9 */
}

/* AutoComplete Field */
.ui-widget-content {
    background: white !important;
    color: black!important;
}

.ui-menu {
    background: white!important;
    width: 300px;
}

.ui-menu .ui-menu-item a{
    padding: 3px 2px;
    display: inline-block;
}


/*JOIN AICPA FORM*/
.requiredField:after {
    content: '*';
}

/*SEARCH FILTERS*/
#id_search_form ul {
    margin-bottom: 50px;
}
#id_search_form ul li {
    float: left;
    list-style: none;
}
#id_search_form ul li input {
    top: 10px;
}

#id_search_form ul li label {
    margin-right: 20px;
}

div.alert {
    margin-top: 5px;
}

.section-content {
   float: left;
   margin: 0px 0px 0px 28px;
   width: 516px;
   background: url("/elements/img/background-contest-paper-main-top.gif") no-repeat left top transparent;
}

.content_well_inner {
   background: url("/elements/img/background-contest-paper-main-repeater.gif") repeat-y left top transparent;
   padding: 20px 15px 32px 15px;
}

.content_well_left {
   position: relative;
}

.content_well_left div {
   background: url("/elements/img/background-contest-paper-torn.gif") repeat scroll 0 0 transparent;
   height: 208px;
   left: -24px;
   position: absolute;
   top: 0;
   width: 24px;
}

.twitter-typeahead {
    width: 100%;
}

.typeahead,
.tt-query,
.tt-hint {
  width: 396px;
  height: 30px;
  padding: 8px 12px;
  font-size: 24px;
  line-height: 30px;
  border: 2px solid #ccc;
  -webkit-border-radius: 8px;
     -moz-border-radius: 8px;
          border-radius: 8px;
  outline: none;
}

.typeahead {
  background-color: #fff;
}

.typeahead:focus {
  border: 2px solid #0097cf;
}

.tt-query {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.tt-hint {
  color: #999
}

.tt-menu {
  width: 422px;
  margin: 12px 0;
  padding: 8px 0;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 8px;
     -moz-border-radius: 8px;
          border-radius: 8px;
  -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
     -moz-box-shadow: 0 5px 10px rgba(0,0,0,.2);
          box-shadow: 0 5px 10px rgba(0,0,0,.2);
}

.tt-suggestion {
  padding: 3px 20px;
  font-size: 18px;
  line-height: 24px;
}

.tt-suggestion:hover {
  cursor: pointer;
  color: #fff;
  background-color: #0097cf;
}

.tt-suggestion.tt-cursor {
  color: #fff;
  background-color: #0097cf;

}

.tt-suggestion p {
  margin: 0;
}

div.lgs-right .video-wrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
    width: 320px;
}

.video-wrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
    width: auto;
}

.video-wrapper iframe {
    position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#address-correct-modal .modal-dialog {
    background: white;
}

#oauth-login-div {
    padding: 10 px;
}

#linkedin-button-logo {
    padding-right: 10px;
}

#linkedin-text-span {
    color: white;
}

#linkedin-button:hover {
    background-color: #6184b0;
}
#linkedin-button {
    font-size: 20px;
    font-weight: bold;
    display: flex;
    align-items: center;
    padding: 10px;
    background-color: #2867b2;
    border-style: solid;
    border-radius: 5px;
}

#modal_signin {
    #modal-signin-form {
        h3 {
            margin-bottom: 16px;
        }

        label {
            margin: 0;
        }

        #div_modal_id_keep_me_logged_in {
            margin: 0;

            label[for="modal_id_keep_me_logged_in"] {
                padding-left: 40px;
            }

            #modal_hint_id_keep_me_logged_in {
                margin-top: 12px;
                line-height: 1.15;
            }
        }

    } 
}

#signInModal #signup-next,
#modal_signin #signup-next {
    width: auto;
}
#signInModal h3,
#modal_signin h3,
#signInRegisterModal h3 {
    color: #68335A;
    font-size: 21px;
    letter-spacing: 0.03em;
}
#signInModal .modal-content,
#modal_signin .modal-content,
#signInRegisterModal .modal-content {
    border-top: 5px solid #ee7623;
    border-radius: 0;
}
#signInModal #modal-signin-form,
#modal_signin #modal-signin-form,
#signInRegisterModal #modal_signin {
    width: 95%;
    max-width: 530px;
    margin: 0 auto;
}
#signInModal #modal-signin-form,
#signInRegisterModal #modal_signin {
    clear: both;
    width: 90%;
    padding-top: 15px;
}
#signInModal .close,
#modal_signin .close,
#signInRegisterModal .close {
    font-size: 34px;
    color: #3B4A5A;
    opacity: 1;
}
#signInModal input[type="text"],
#signInModal input[type="password"] {
    margin-bottom: 0 !important;
}
#modal_signin #submit-forgot {
    display: flex;
    align-items: center;
}
#modal_signin #submit-forgot a {
    margin-left: 20px;
}
#signInModal .close,
#signInRegisterModal .close {
    margin-right: 15px;
}
#signInRegisterModal p {
    line-height: 1.2;
    margin-top: 10px;
    letter-spacing: 0.02em;
}

#signInRegisterModal .option-group div {
    margin-top: 20px;
    a {
        padding: 12px 20px;
        font-size: 14px;
        letter-spacing: 0.1em;
    }
}

#signInRegisterModal hr {
    width: 100%;
    border-top: solid 3px #F2F2F2;
    margin: 25px 0;
}
#signInRegisterModal p.sign-in-already {
    margin-top: 0;
}
#signInModal label,
#modal_signin label {
    color: #364352;
}
#signInModal input[type="text"],
#signInModal input[type="password"],
#modal_signin input[type="text"],
#modal_signin input[type="password"]{
    height: 60px;
    font-size: 16px;
    font-family: 'RobotoCondensedBold';
    color: #364352;
    padding: 20px;
    margin-bottom: 36px;
    background-color: #f2f2f2;
    border: 1px solid #dedede;
    border-radius: 1px;
}
#signInModal input[type="text"]:-webkit-autofill,
#signInModal input[type="password"]:-webkit-autofill,
#modal_signin input[type="text"]:-webkit-autofill,
#modal_signin input[type="text"]:-webkit-autofill
{
    -webkit-box-shadow: 0 0 0 30px #f2f2f2 inset;
    -webkit-text-fill-color: #364352 !important;
}
#modal-signin-form>p {
    display: block;
    width: 100%;
    margin: 15px 0 0;
}

@media screen and (max-width: 1440px) {
    #main {
        width: 100%;
    }
    #page_content_container {
        width: 90%;
    }
}

@media screen and (max-width: 1300px) {
    #page_content_container .content_side_column {
        margin-left: 5%;
    }
}

@media screen and (max-width: 1200px) {
    #page_content_container .content_body_column {
        margin-left: 7%;
        width: 56%;
    }
    #page_content_container .content_body_column.article {
      margin: auto;
  }
}

@media only screen and (max-width: 900px) {
    #page_content_container .content_side_column {
        width: 90%;
        margin-bottom: 45px;
    }
    #page_content_container .content_side_column .profile_headshot_div {
        display: inline-block;
        vertical-align: middle;
        height: 140px;
        width: 140px;
        margin: 0;
        margin-right: 5%;
    }
    #page_content_container.profile_container .content_side_column h3 {
        display: none;
    }
    #page_content_container .content_side_column .profile_details {
        display: inline-block;
        vertical-align: middle;
        width: 260px;
    }
    #page_content_container .content_body_column {
        width: 90%;
        margin-left: 5%;
    }
    #page_content_container .content_body_column.article {
        margin: auto;
  }
}

@media only screen and (max-width: 767px) {
    #logo_banner_mobile {
        display: block;
    }

    #page_content_container {
        width: 100%;
        margin: auto;
        padding-bottom: 60px;
    }
    #page_content_container .content_side_column {
        margin-top: 20px;
    }
    #hero {
        height: 252px;
    }
    #hero h1 {
        font-size: 24px;
    }
    #hero h3 {
        font-size: 14px;
    }
    #page_content_container .content_centered_column {
        width: 90%;
    }
}

@media only screen and (max-width: 500px) {
    #page_content_container .content_side_column .profile_headshot_div {
        height: 25vw;
        width: 25vw;
        margin-right: 5vw;
    }
    #page_content_container .content_side_column .profile_details {
        width: 55vw;
    }
    #page_content_container .content_side_column {
        margin-bottom: 6vw;
    }
}

.favorite-resource {
    width: 100%;
    text-align: right;
}

.favorite-resource a {
    color: #f1aaac;
    font-size: 40px;
}

.mark-favorite i {
    font-size: 40px;
    color: #ee7623 !important;
}
