/* "Advertisement" sign visibility | display:none - invisible | display:block - visible /*
	
/* Mobile */

@media (max-width:750px) {
    .columns.advertisement_sign > div {
        display: none;
        position: absolute;
        /* <-- On mobile, if using text-align:center comment "position:absolute" out and there will be more space below "Advertisement" */
        /*
        text-align:center;
        color:black;
        font-size:14px;
        */
    }
}

/* Desktop */

@media (min-width:750px) {
    .columns.advertisement_sign > div {
        display: block;
        /*
        text-align:center;
        color:black;
        font-size:14px;
        */
    }
}

/*General classes*/

.invisible {
    visibility: hidden;
}

/*Header*/

.wrapper {
    overflow-x: hidden;
}
@media (min-width: 750px) {
    .row.content_box {
        dislay: flex;
        display: -webkit-flex;
    }
}
.wrapper_header {
    background: -webkit-linear-gradient(#d5ebfb 0%, #fafafa 100%);
    border-bottom: 1px solid #f4f4f4;
    position: relative;
    z-index: 10;
}
.header {
    padding-top: 6px;
    position: relative;
}
p.attention {
    background-color: #f4f4f4;
    padding: 10px;
    box-sizing: border-box;
    display: block;
    border-radius: 3px;
}
p.attention2 {
    background-color: #fffcd9;
    padding: 10px;
    box-sizing: border-box;
    display: block;
    border-radius: 3px;
}
@media (min-width: 750px) {
    .wrapper_header {
        border-bottom: 0;
    }
    .header {
        padding-top: 0px;
        border-bottom: 0;
        margin-bottom: 15px;
        margin-top: 0px;
    }
}
.navigation_container {
    display: none;
}
.header > div:not(.navigation_container) {
    margin: 7px 0 9px 0;
}
.twelve.columns.navigation {
    margin-bottom: 0;
}
h1 {
    margin: 20px 0 28px 0;
    color: #af2d09;
    font-size: 34px;
    line-height: auto;
}
h2 {
    color: #af2d09;
    font-size: 24px;
}
h3 {
    color: #000000;
    font-size: 18px;
}
.logo_container {
    text-align: center;
    position: relative;
}
@media (min-width: 750px) {
    .logo_container {
        text-align: left;
    }
    h1 {
        font-size: 36px;
        line-height: 50px;
    }
    h3 {
        font-size: 22px;
        line-height: 30px;
    }
}
.logo {
    width: 100%;
    height: auto;
    max-width: 200px;
    position: relative;
}
.by_image {
    display: none;
}
.container.header .row .one.column {
    display: none;
}
#advertisement_top {
    display: none;
}
@media (min-width:750px) {
    .container.header .row .one.column {
        display: block;
    }
    .logo {
        position: relative;
        margin: 0 auto;
        max-width: 300px;
    }
    .by_image {
        display: block;
        position: absolute;
        width: 35%;
        height: auto;
        bottom: 7%;
        left: 104%;
        top: auto;
        margin-left: 0;
    }
    #advertisement_top {
        display: block;
        max-width: 100%;
        height: auto;
        margin: 0 auto;
        float: right;
    }
}
.advertisement_wrapper {
    text-align: center;
    position: absolute;
    top: 0;
    right: 0;
}
.advertisement {
    font-size: 12px;
    text-align: center;
    display: inline-block;
    color: #9c9c9c;
    position: absolute;
    top: 3px;
    text-align: center;
    right: 5px;
}
@media (min-width: 750px) {
    .advertisement_wrapper {
        position: relative;
        text-align: right;
    }
    .advertisement {
        text-align: right;
        position: absolute;
        right: 0;
        top: -20px;
        width: auto;
    }
}
ul.navigation {
    list-style: none;
    text-align: center;
    width: 100%;
    background: -webkit-linear-gradient(#e0e0e0 0%, #eaeaea 50%, #e0e0e0 100%);
    position: relative;
    z-index: 1;
}
ul.navigation:after {
    content: "";
    width: 5000px;
    height: 100%;
    margin-left: -2500px;
    background: -webkit-linear-gradient(#e0e0e0 0%, #eaeaea 50%, #e0e0e0 100%);
    border-top: 1px solid white;
    position: absolute;
    top: 0;
    z-index: -1;
}
ul.navigatio,
ul.navigation:after {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}
ul.navigation li {
    display: inline-block;
    margin: 0;
}
@media (min-width: 750px) {
    ul.navigation li {
        float: left;
    }
    ul.navigation li:first-child a {
        padding-left: 0;
    }
}
ul.navigation li a {
    text-decoration: none;
    color: #3870c4;
    font-weight: bold;
    text-shadow: 0px 1px 0px rgb(255, 255, 255);
    text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.4);
    cursor: pointer;
    padding: 3px 10px;
    display: inline-block;
    letter-spacing: 1.5px;
}
ul.navigation li a:hover {
    color: #626262;
}
ul.navigation li#current_date {
    display: none;
}
@media (min-width:750px) {
    ul.navigation li a {
        padding: 3px 20px;
    }
    ul.navigation li#current_date {
        display: block;
        font-weight: normal;
        float: right;
        color: #626262;
        padding: 3px 0;
    }
}
.article_details_container {
    text-align: center;
    padding: 8px 0;
    border-top: 1px dotted #ccc;
    border-bottom: 1px dotted #ccc;
    margin-bottom: 15px;
    display: inline-block;
    width: 100%;
}
.article_details_container > span {
    display: inline-block;
    vertical-align: baseline;
}
.author_container_author {
    float: right;
}
.author_container_author > span {
    font-size: 12px;
    color: #9b9b9b;
    position: relative;
}
.author_container_author > span > span {
    font-size: 13px;
}

/*MAIN CONTENT AREA*/

p.subtitle {
    font-weight: bold;
    text-align: left;
}
.sidebar {
    display: none;
    margin-top: 20px;
}
@media (min-width: 750px) {
    .sidebar {
        display: block;
    }
    .sidebar img {
        width: 100%;
    }
}
.main_text {
    text-align: center;
}
.main_text * {
    text-align: left;
}
.main_text p {}
.main_text img {
    margin: 10px auto;
}
.main_text img.u-pull-left {
    float: none;
    width: 100%;
    margin: 10px 0;
}
.main_text img.u-pull-right {
    float: none;
    width: 100%;
    margin: 10px 0;
}
@media (min-width:600px) {
    .main_text img.u-pull-left {
        width: auto;
        margin-right: 15px;
        margin-bottom: 10px;
        float: left;
    }
    .main_text img.u-pull-right {
        width: auto;
        margin-left: 15px;
        margin-bottom: 10px;
        float: right;
    }
}

/*Footer*/

.wrapper_footer {
    padding-top: 20px;
    background-color: #345b88;
    border-top: 2px solid #2a4666;
    margin-top: 20px;
    font-size: 12px;
    color: white;
    box-shadow: inset 0px 0px 10px -4px rgba(0, 0, 0, 0.5);
}
.wrapper_footer a {
    color: #c6e0f1;
}

/*SCROLLER*/

#scroller_wrapper {
    border-radius: 8px 8px 0px 0px;
    border: 1px solid #ccc;
    overflow: hidden;
    margin: 15px 0;
}
#scroller_wrapper h3 {
    display: block;
    background: -webkit-linear-gradient(#e0e0e0 0%, #eaeaea 50%, #e0e0e0 100%);
    width: 100%;
    text-align: center;
    line-height: 35px;
    border-bottom: 1px solid #ccc;
    margin: 0;
    font-size: 15px;
    font-weight: bold;
}
#scroller_container {
    height: 176px;
    position: relative;
    width: 100%;
    overflow: hidden;
}
#scroller {
    list-style: none;
    display: block;
    margin: 0;
    width: 100%;
    height: 100%;
}
#scroller li {
    display: block;
    padding: 6px 6px;
    box-sizing: border-box;
    font-size: 13px;
    border-top: 1px solid white;
    border-bottom: 1px solid #ccc;
    margin: 0;
    background: #f2f2f2;
    /* Old browsers */
    background: -moz-linear-gradient(top, #f2f2f2 0%, #f9f9f9 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f2f2f2), color-stop(100%, #f9f9f9));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #f2f2f2 0%, #f9f9f9 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #f2f2f2 0%, #f9f9f9 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #f2f2f2 0%, #f9f9f9 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, #f2f2f2 0%, #f9f9f9 100%);
    /* W3C */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#f2f2f2', endColorstr='#f9f9f9', GradientType=0);
    /* IE6-9 */
}
#scroller li > span {
    font-weight: bold;
}

/*TICKER JS*/

.simply-scroll-container {
    position: relative;
    width: 100% !important;
}
.simply-scroll-container * {
    width: 100% !important;
}

/* Clip DIV - automatically generated */

.simply-scroll-clip {
    position: relative;
    overflow: hidden;
}

/* UL/OL/DIV - the element that simplyScroll is inited on
Class name automatically added to element */

.simply-scroll-list {
    overflow: hidden;
    margin: 0;
    padding: 0;
    list-style: none;
}
.simply-scroll-list li {
    padding: 0;
    margin: 0;
    list-style: none;
}
.simply-scroll-list li img {
    border: none;
    display: block;
}

/* Custom class modifications - adds to / overrides above

.simply-scroll is default base class */


/* Container DIV */

.simply-scroll {
    width: 576px;
    height: 200px;
    margin-bottom: 1em;
}

/* Clip DIV */

.simply-scroll .simply-scroll-clip {
    width: 576px;
    height: 200px;
}

/* Explicitly set height/width of each list item */

.simply-scroll .simply-scroll-list li {
    float: left;
    /* Horizontal scroll only */
    width: 100%;
    display: block;
}
.get_new_rate_link {
    display: block;
    margin: 15px 0;
    width: 100%;
    border-radius: 10px;
    height: 50px;
    line-height: 51px;
    background-color: #8BBF3A;
    text-align: center;
    color: #ffffff;
    font-weight: bold;
    font-size: 18px;
    text-decoration: none;
    margin-bottom: 60px;
}
.get_new_rate_link:hover {
    color: #ffffff;
    -webkit-box-shadow: inset 0px 1px 5px 0px rgba(255, 255, 255, 0.5);
    -moz-box-shadow: inset 0px 1px 5px 0px rgba(255, 255, 255, 0.5);
    box-shadow: inset 0px 1px 5px 0px rgba(255, 255, 255, 0.5);
}
.get_new_rate_link:active {
    -webkit-box-shadow: inset 0px 1px 5px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: inset 0px 1px 5px 0px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0px 1px 5px 0px rgba(0, 0, 0, 0.3);
}

/*MOBILE NAV*/

#mobile_nav_close {
    background-color: #efad6c;
    height: 42px;
    width: 100%;
    text-align: center;
    cursor: pointer;
    font-weight: bold;
    position: relative;
}
#mobile_nav_close:hover,
#mobile_nav_close:active {
    background-color: orange;
}
#mobile_nav_close img {
    height: 70%;
    margin-top: 6px;
    width: auto;
}
#sign_in_mobile_menu {
    box-sizing: border-box;
    padding: 10px;
    font-size: 20px;
    display: block;
    margin-bottom: 3px;
}
#sign_in_mobile_menu a {
    font-weight: bold;
    color: #F93D3D;
    text-decoration: none;
    font-size: 20px;
}
span.mobile_menu_user_name {
    font-size: 20px;
}
#sign_in_mobile_menu a.mobile_menu_log_out_link {
    font-size: 14px;
    display: block;
    width: auto;
}
#mobile_nav {
    box-sizing: border-box;
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    position: absolute;
    left: 0;
    top: 0;
    background-color: #f9f9f9;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    -moz-transform: translate(0%, -110%);
    -ms-transform: translate(0%, -110%);
    -o-transform: translate(0%, -110%);
    -webkit-transform: translate(0%, -110%);
    transform: translate(0%, -110%);
    /* Safari */
    z-index: 1;
    width: 100%;
    padding-top: 20px;
    -webkit-box-shadow: 0px 5px 5px 0px rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 0px 5px 5px 0px rgba(50, 50, 50, 0.75);
    box-shadow: 0px 5px 5px 0px rgba(50, 50, 50, 0.75);
}
#mobile_nav.active {
    -moz-transform: translate(0%, 70px);
    -ms-transform: translate(0%, 70px);
    -o-transform: translate(0%, 70px);
    -webkit-transform: translate(0%, 70px);
    transform: translate(0%, 70px);
    /* IE 9 */
    /* Safari */
}
#mobile_nav ul {
    text-align: left;
    margin-bottom: 20px;
    list-style: none;
}
#mobile_nav ul li {
    text-align: left;
    margin-bottom: 0;
}
#mobile_nav ul li a {
    text-align: left;
    padding: 10px;
    display: inline-block;
    border-bottom: 1px dotted #D8D8D8;
    width: 100%;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-decoration: none;
    color: #3d3d39;
    font-size: 15px;
    letter-spacing: 1px
}
#mobile_nav ul#mobile_list_general li a {
    font-size: 13px;
    padding: 8px 10px 8px 10px;
}
#mobile_nav ul li a:hover {
    background-color: #ACDEF4
}

/*Motion menu icon*/

#nav_toggle_container {
    width: 20%;
    height: 1px;
}
#nav_toggle {
    position: absolute;
    top: 8px;
    left: 0px;
    z-index: 9999;
    opacity: 0.6;
}
#nav_toggle {
    cursor: pointer;
    padding: 10px 35px 16px 0
}
#nav_toggle span,
#nav_toggle span:before,
#nav_toggle span:after {
    cursor: pointer;
    -moz-border-radius: 1px;
    -webkit-border-radius: 1px;
    border-radius: 1px;
    height: 5px;
    width: 35px;
    background: #2F2F2F;
    position: absolute;
    display: block;
    content: ""
}
#nav_toggle span:before {
    top: -10px
}
#nav_toggle span:after {
    bottom: -10px
}
#nav_toggle span,
#nav_toggle span:before,
#nav_toggle span:after {
    -moz-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out
}
#nav_toggle.active {}
#nav_toggle.active span {
    background-color: transparent;
}
#nav_toggle.active span:before,
#nav_toggle.active span:after {
    top: 0
}
#nav_toggle.active span:before {
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}
#nav_toggle.active span:after {
    -moz-transform: translatey(-10px) rotate(-45deg);
    -ms-transform: translatey(-10px) rotate(-45deg);
    -o-transform: translatey(-10px) rotate(-45deg);
    -webkit-transform: translatey(-10px) rotate(-45deg);
    transform: translatey(-10px) rotate(-45deg);
    top: 10px
}
@media (min-width: 750px) {
    #nav_toggle_container {
        display: none;
    }
    .navigation_container {
        display: block;
    }
    #mobile_nav {
        display: none;
    }
}
.advertisement_sign_wrapper {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}
.advertisement_sign {
    color: #9c9c9c;
    text-align: right;
    padding: 0;
    margin: 0 auto 0 !important;
    font-size: 12px;
    line-height: auto;
    min-height: 14px;
    overflow: auto;
}
.advertisement_sign_wrapper + div.row {
    margin-top: 2px;
}
@media (min-width:750px) {
    .advertisement_sign_wrapper + div.row {
        margin-top: 1px;
    }
    .advertisement_sign {
        padding-top: 3px;
    }
}
.advertisement_sign > div {
    min-height: 14px;
    overflow: auto;
}
@media (max-width:750px) {
    .advertisement_sign > div {
        width: 100%;
        box-sizing: border-box;
    }
    .advertisement_sign {
        min-height: 10px;
    }
}

/* START COMMENTS STYLE */

.comments{
    border-top:1px solid #f0f0f0;
    padding-top:20px;
}

.comments > h3{
    font-size:18px;
    font-weight: bold;
}

.comment{
    overflow:hidden;
    margin-bottom:25px;
    font-size:13px;
}
    
.comment > img{
    float:left;
    margin:0;
    width:50px;
    height:auto;
}

.comment .text{
    margin-left:60px;
    width:auto;
}

.comment .text .link_removed{
    color:#1EAEDB;
    text-decoration:underline;
    cursor:pointer;
}
/* END COMMENTS STYLE */

/* NEW STEP 2 BUTTONS */

    /* "Compare rates" button was not full width, so here's some modifications to look good next to new buttons" */
    .content .boxbtn2 {
        margin-left:0;
        margin-right:0; 
        background:#d93e41;
    }
    
    .content .boxbtn2:hover{
        background:#ce2628;
    }
    
    .content .boxbtn2:active{
        transform:translateY(3px);
        -webkit-transform:translateY(3px);
        -moz-box-shadow:    none;
        -webkit-box-shadow: none;
        box-shadow:         none;
    }

    .step_buttons{
        overflow:hidden;
        padding-bottom:5px;
    }

    .step_buttons .row a{
        -moz-box-shadow:    0px 3px 0px 0px #6c190b;
        -webkit-box-shadow: 0px 3px 0px 0px #6c190b;
        box-shadow:         0px 3px 0px 0px #6c190b;
        border-radius: 5px;
        text-align:center;
        background:#d93e41;
        padding:20px;
        font-weight: bold;
        color:white;
        width:30%;
        margin-right:5%;
        margin-bottom:15px;
        float:left;
        -moz-box-sizing: border-box;
            box-sizing: border-box;
    }
    
    .step_buttons .row a:hover{
        text-decoration:none;
        background:#ce2628;
    }
    
    .step_buttons .row a:active{
        transform:translateY(3px);
        -webkit-transform:translateY(3px);
        -moz-box-shadow:    none;
        -webkit-box-shadow: none;
        box-shadow:         none;
    }
    
    .step_buttons .row a:last-child{
        margin-right:0;
    }

/* END STEP 2 BUTTONS */