
body.iframe {
    background: #fff;
}

.container.iframe {
    width: auto !important;
}

/*GENERAL*/
#nav-multisite .trigger-wrapper {
    padding-top: 7px !important;
}

body {
    font-family: "Open Sans", sans-serif;
}

a {
    cursor: pointer;
    color: #0074c1;
    text-decoration: none;
    font-weight: 600;
}

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

.btn {
    display: block;
}

.italic {
    font-style: italic;
}

.container {
    width: 1170px;
    position: relative;
}

.page-header {
    margin: 3em 0;
    border-bottom: 0;
    padding-bottom: 0;
}

.page-title {
    font-size: 3.85em;
    line-height: 1.35;
    font-weight: 600;
    text-align: center;
    margin: 0;
}

.page-intro {
    width: 75%;
    margin: 1em auto;
    text-align: center;
}

.page-intro p {
    line-height: 1.35;
    font-size: 1.715em;
}

.link-button {
    background: #ff8a00;
    border: 0;
    font-size: 1.5em;
    font-weight: 700;
    padding: 0 2em;
    margin-top: 0.5em;
    margin-bottom: 0;
    -webkit-transition: background 0.5s ease;
    -moz-transition: background 0.5s ease;
    -o-transition: background 0.5s ease;
    -ms-transition: background 0.5s ease;
    transition: background 0.5s ease;
    color: #fff;
}

.link-button:hover,
.link-button:active,
.link-button:focus {
    background: #333;
    color: #FFF;
    text-decoration: none;
}

.link-button-fc {
    background: #ff8a00;
    color: #fff;
    border: 0;
    font-size: 1.2em;
    font-weight: 600;
    padding: .703125em 2.5em;
    transition: background 0.5s ease;
    cursor: pointer;
    text-transform: uppercase;
}

.link-button-fc:hover {
    background: #333;
    color: #fff;
    text-decoration: none;
}

/*HEADER*/

#top-menu {
    -webkit-box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.13);
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.13);
    position: relative;
    z-index: 1;
}

#top-menu .container {
    padding-bottom: 1em;
}

#logo {
    padding: 1.25em 0 1em;
    width: 25%;
}

.welcome-menu {
    float: right;
    margin: 0.5em 1em 0 0;
}

.welcome-menu ul {
    margin: 0;
    padding: 0;
}

.welcome-menu ul li {
    margin: 0 0 0 1.5em;
    padding: 0;
    list-style-type: none;
    float: left;
}

.welcome-menu ul li:first-of-type {
    margin-left: 0;
}

.welcome-menu ul li a {
    color: #3d4147;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 0.9em;
}

.login-dropdown {
    display: none;
}

#login {
    margin-top: 3em;
}

#login-form {
    margin-bottom: 0;
}

#login ul {
    margin: 0;
    padding: 0;
}

#login ul li {
    list-style-type: none;
    display: inline-block;
    margin: 0 2% 0 0;
    padding: 0;
    width: 27%;
    vertical-align: top;
}

#login ul li:last-of-type {
    margin-right: 0;
}

#login ul li input {
    font-size: 0.85em;
    width: 100%;
    margin: 0;
}

#login ul li input.link-button {
    font-size: 1.5em;
    font-weight: 700;
    padding: 0;
    width: 100%;
    line-height: 1.6;
}

#login ul li p {
    text-align: center;
    padding: 0.5em 1em 0;
    line-height: 1;
}

#login ul li p a {
    color: #545b64;
    text-align: center;
    font-size: 0.8em;
    font-weight: 300;
}

#new-header-login {
    text-align: center;
    margin-top: 0;
    width: 100%;
    padding: 0;
}

.chat-now {
    position: absolute;
    top: 3.5em;
    right: 1em;
}

.helpButtonDisabled {
    display: none !important;
}

.fa-spin{
    height: 21px;
    margin: 6px 0;
}
/*END HEADER*/

.block-search-feature {
    background: #fff url("/media/header-background.jpg") center center no-repeat;
    background-size: cover;
}

.block-search-feature .search-box {
    text-align: center;
}

.block-search-feature .search-box h2 {
    color: #ff8a00;
    margin-bottom: 0.25em;
}

.block-search-feature .search-box p {
    color: #768290;
}

.block-search-feature #card {
    top: 20%;
}

div.top-copy {
    position: relative;
    width: 100%;
    text-align: center;
    margin: 0 auto 2em;
}

div.top-copy h1 {
    font-size: 2.375em;
    font-weight: 600;
    margin: 0;
    padding: 1.25em 3em 0.5em;
    line-height: 140%;
}

div.top-copy h1 span {
    display: block;
}

div.top-copy p {
    font-size: 1.5em;
    margin: 0 auto;
    padding: 0 0 1em;
}

.tile-cols-3 .container .block-row-height {
    height: auto;
}

.orange .theme-color-white, .orange .theme-color-white.theme-layout-full-color {
    outline-color: #ff8a00;
}

.green .theme-color-white, .green .theme-color-white.theme-layout-full-color {
    outline-color: #68B629;
}

.blue .theme-color-white, .blue .theme-color-white.theme-layout-full-color {
    outline-color: #045d99;
}

.orange .theme-color-white .text-fields .attribute-title, .orange .theme-layout-full-color.theme-color-white .text-fields .attribute-title {
    color: #ff8a00;
}

.green .theme-color-white .text-fields .attribute-title, .green .theme-layout-full-color.theme-color-white .text-fields .attribute-title {
    color: #68B629;
}

.blue .theme-color-white .text-fields .attribute-title, .blue .theme-layout-full-color.theme-color-white .text-fields .attribute-title {
    color: #045d99;
}

.tile-cols-3 .container .block-row-height > .content-view-tile .content .themed img {
    margin-bottom: 1em;
}

.subscribe-cta {
    background: #045d99;
    color: #fff;
}

.subscribe-cta .text {
    float: left;
    width: 77%;
}

.subscribe-cta .text p {
    font-size: 1.25em;
    line-height: 160%;
}

.subscribe-cta .link-button {
    float: right;
    margin-top: 1.5em;
    width: 20%;
    padding: 0 1em;
}

/* Free signup/login modal */
body.modal-open {
    border: 0 !important;
    background-color: #fff !important;
    color: #333 !important;
    text-transform: none;
    padding: 0 !important;
    padding-right: 0 !important;
    margin: 0 !important;
    width: 100% !important;
    font-size: 14px;
    font-weight: normal;
    text-align: left;
    display: block;
    line-height: 1.42857143;
    overflow: auto;
}

.modal-dialog {
    width: 800px;
    overflow-y: initial !important;
    border-radius: 0;
    height: 890px;
    min-height: 890px;
}

.fm-body {
    min-height: 890px;
    height: 890px;
    padding: 0;
}

.fm-close {
    position: absolute;
    right: 5px;
    top: 0;
}

.fm-close .close-modal {
    opacity: 1;
}

.fm-iframe {
    width: 100%;
    height: 100%;
    border: none;
}

div#freelogin form div.error {
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    margin: 0;
    color: yellow;
    font-size: 13px;
}

.alert {
    padding: 0 15px !important;
}

#site-footer {
    padding: 0;
    margin-top: 0;
}
