/*
.classname {
	// sets padding and border to border-box
	@include box_sizing_default;
	
	// sets a new "min-width" media query
	@include mq(45em) {
		.classname_2 {
			// sets a background image, then a @2x image for hi-DPI displays
			background: url(../img/main_bg.jpg) center top no-repeat;
			@include bg_2x {
				background-image: url(../img/main_bg@2x.jpg);
				background-size: 1736px 519px;
			}
		}
	}
}
*/
/*
@mixin esl_button_default {
	display: block;
	margin-left: -4px;
	padding: 16px 11px 16px 18px;
	height: 23px;
	width: 155px;
	text-decoration: none;
	font-size: 16px;
	color: $color_white_default;
	text-transform: uppercase;
	@include sprites_main;
	background-position: -215px 0;
}
@mixin esl_button_apply {
	@include esl_button_default;
	margin-left: 0;
	padding: 16px 18px;
	height: 23px;
	width: 126px;
	background-position: 0 0;
	
	&:hover {
		background-position: 0 -83px;
		color: rgb(221, 199, 169);
	}
	&:active {
		background-position: 0 -166px;
		color: rgb(95, 58, 7);
	}
}
*/
@keyframes fadeInCalc {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
@-webkit-keyframes fadeInCalc {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
#od_calc_all {
  box-sizing: border-box;
  color: #0d384f; }
  @media (min-width: 37.5em) {
    #od_calc_all {
      padding: 10px 15px; } }
  #od_calc_all .od_calc {
    padding-bottom: 100px; }
  #od_calc_all .calc_header {
    margin-bottom: 20px; }
  #od_calc_all .calc_content {
    margin: 10px 9px;
    padding: 10px 2%; }
    #od_calc_all .calc_content form {
      margin-top: 1em;
      padding-left: 2%; }
    #od_calc_all .calc_content .calc_nav, #od_calc_all .calc_content .calc_title {
      display: none; }
      @media (min-width: 50em) {
        #od_calc_all .calc_content .calc_nav, #od_calc_all .calc_content .calc_title {
          display: block; } }
    #od_calc_all .calc_content .calc_title {
      margin-bottom: .4em; }
    @media (min-width: 50em) {
      #od_calc_all .calc_content .content_left {
        float: left;
        width: 160px; } }
    @media (min-width: 50em) {
      #od_calc_all .calc_content .content_right {
        float: left;
        margin-top: 8px;
        width: 74%; } }
    @media (min-width: 55.5em) {
      #od_calc_all .calc_content .content_right {
        width: 77%; } }
    @media (min-width: 60em) {
      #od_calc_all .calc_content .content_right {
        width: 617px; } }
    @media (min-width: 37.5em) {
      #od_calc_all .calc_content {
        margin: 0;
        padding: 0;
        background: none;
        border: none; } }
  #od_calc_all .calc_disclaimer {
    display: none; }
  #od_calc_all .calc_disclaimer_res {
    display: block;
    -webkit-animation: fadeInCalc .3s;
    animation: fadeInCalc .3s; }
  #od_calc_all .calc_disclaimer_bus {
    display: block;
    -webkit-animation: fadeInCalc .3s;
    animation: fadeInCalc .3s; }
  #od_calc_all .calc_product_wrapper h3 {
    margin-bottom: .6em;
    text-transform: uppercase; }
  @media (min-width: 29em) {
    #od_calc_all .calc_product_wrapper {
      float: left;
      width: 50%; } }
  #od_calc_all .calc_product_content {
    margin-bottom: 1.4em;
    padding-right: 4%;
    padding-left: 10px;
    font-size: .9em; }
    .last #od_calc_all .calc_product_content {
      margin-bottom: .5em; }
    #od_calc_all .calc_product_content .blank_field {
      display: block;
      margin-bottom: 4px;
      padding: 5px;
      box-sizing: border-box;
      border: 1px solid #0d384f;
      display: none;
      float: left;
      visibility: hidden;
      width: 100%; }
      #od_calc_all .calc_product_content .blank_field.sum_field {
        background-color: #a0c1df; }
        #od_calc_all .calc_product_content .blank_field.sum_field::-webkit-input-placeholder {
          color: #0d384f; }
        #od_calc_all .calc_product_content .blank_field.sum_field:-moz-placeholder {
          /* Firefox 18- */
          color: #0d384f; }
        #od_calc_all .calc_product_content .blank_field.sum_field::-moz-placeholder {
          /* Firefox 19+ */
          color: #0d384f; }
        #od_calc_all .calc_product_content .blank_field.sum_field:-ms-input-placeholder {
          color: #0d384f; }
      @media (min-width: 50em) {
        #od_calc_all .calc_product_content .blank_field {
          display: block; } }
    #od_calc_all .calc_product_content .label.blank_label {
      display: none; }
      @media (min-width: 50em) {
        #od_calc_all .calc_product_content .label.blank_label {
          display: block; } }
    #od_calc_all .calc_product_content .field input {
      display: block;
      margin-bottom: 4px;
      padding: 5px;
      box-sizing: border-box;
      border: 1px solid #0d384f;
      width: 66%; }
      #od_calc_all .calc_product_content .field input.sum_field {
        background-color: #a0c1df; }
        #od_calc_all .calc_product_content .field input.sum_field::-webkit-input-placeholder {
          color: #0d384f; }
        #od_calc_all .calc_product_content .field input.sum_field:-moz-placeholder {
          /* Firefox 18- */
          color: #0d384f; }
        #od_calc_all .calc_product_content .field input.sum_field::-moz-placeholder {
          /* Firefox 19+ */
          color: #0d384f; }
        #od_calc_all .calc_product_content .field input.sum_field:-ms-input-placeholder {
          color: #0d384f; }
      @media (min-width: 58em) {
        #calculator_bus #od_calc_all .calc_product_content .field input {
          width: 88px; } }
    @media (min-width: 50em) {
      #od_calc_all .calc_product_content {
        padding-left: 0; } }
  #od_calc_all .calc_total_wrapper {
    margin-bottom: .6em;
    text-align: left;
    width: 66%;
    padding-right: 2%;
    padding-left: 10px; }
    #od_calc_all .calc_total_wrapper p {
      text-transform: uppercase; }
      #od_calc_all .calc_total_wrapper p span {
        display: block; }
        @media (min-width: 50em) {
          #od_calc_all .calc_total_wrapper p span {
            display: inline-block; } }
    #od_calc_all .calc_total_wrapper .sum {
      display: block;
      margin-bottom: 4px;
      padding: 5px;
      box-sizing: border-box;
      border: 1px solid #0d384f;
      width: 100%; }
      #od_calc_all .calc_total_wrapper .sum.sum_field {
        background-color: #a0c1df; }
        #od_calc_all .calc_total_wrapper .sum.sum_field::-webkit-input-placeholder {
          color: #0d384f; }
        #od_calc_all .calc_total_wrapper .sum.sum_field:-moz-placeholder {
          /* Firefox 18- */
          color: #0d384f; }
        #od_calc_all .calc_total_wrapper .sum.sum_field::-moz-placeholder {
          /* Firefox 19+ */
          color: #0d384f; }
        #od_calc_all .calc_total_wrapper .sum.sum_field:-ms-input-placeholder {
          color: #0d384f; }
      @media (min-width: 50em) {
        #od_calc_all .calc_total_wrapper .sum {
          width: auto;
          max-width: 130px; } }
    @media (min-width: 50em) {
      #od_calc_all .calc_total_wrapper .calc_inline {
        display: inline-block;
        margin-right: 3px; } }
    @media (min-width: 50em) {
      #od_calc_all .calc_total_wrapper {
        margin-top: 10px;
        padding-left: 0;
        padding-right: 0;
        width: 100%;
        max-width: 511px;
        text-align: right; } }
  #od_calc_all .calc_action_buttons {
    margin-bottom: 35px;
    max-width: 511px;
    position: relative;
    right: -6px;
    text-align: center; }
    @media (min-width: 50em) {
      #od_calc_all .calc_action_buttons {
        text-align: center; } }
  #od_calc_all .calc_disclaimer {
    font-size: .7em;
    line-height: 1.3; }

/*
img {
	height: auto;
	max-width: 100%;
}
b, strong {
	@include font('semplicita_bold');
}
a {
	color: $color_white_default;
}
::-moz-selection {
	background-color: transparentize($color_blue_light, .1);
	color: $color_white_default;
}
::selection {
	background-color: transparentize($color_blue_light, .1);
	color: $color_white_default;
}

html {
	@include font('semplicita');
	font-size: 14px;
	line-height: 1.4;
	color: $color_black_default;
	
	@include mq($mq_break_mobile) {
		font-size: .9em;
	}
}

.main_wrapper {
	margin: 0 auto;
	padding-bottom: 150px;
	max-width: 950px;
	position: relative;
	@include inset_box_shadow;
	@include box_sizing_default;
	overflow: hidden;
	
	@include mq($mq_break_mobile) {
		padding: 24px 24px 35px;
	}
}
.main_wrapper_border {
	@include mq($mq_break_mobile) {
		margin-bottom: .8em;
		padding: 5px;
		background-color: $color_blue_light;
		border-radius: 14px;
		box-sizing: border-box;
	}
}
.main_wrapper_border_inner {
  border-radius: 15px 15px 10px 10px;
  
	@include mq($mq_break_mobile) {
    background-color: $color_white_default;
    @include inset_box_shadow;
  }
}
.main_header {
	.bg {
		position: relative;
		top: 0;
		left: 0;
		
		@include mq($mq_break_mobile) {
			display: none;
		}
	}
	.logo {
		padding-right: 60%;
		padding-left: $wrapper_hor_m;
		position: relative;
		top: 10px;
		width: 100%;
		@include box_sizing_default;
		
		@include mq($mq_break_mobile) {
			padding-top: 25px;
			padding-bottom: 20px;
			padding-left: $wrapper_hor_d;
		}
	}
	.header_title {
		padding-top: 10px;
		padding-right: 48%;
		padding-bottom: 20px;
		padding-left: $wrapper_hor_m;
		width: 100%;
		@include box_sizing_default;
		
		@include mq($mq_break_mobile) {
			margin-bottom: 20px;
      padding-right: 50%;
			padding-left: $wrapper_hor_d;
		}
		@include mq(850px) {
  		margin-bottom: 0;
      padding-right: 50%;
		}
		@include mq($mq_max_width) {
			width: auto;
		}
	}
	
	@include mq(850px) {
    box-shadow: inset 0 0 40px;
    border-radius: 10px 10px 0 0;
  	background: $color_white_inner_bg url(../img/header_bg_desktop_1.jpg) no-repeat;
  	background-size: cover;
    background-position: 80% 0;
  	@include bg_2x {
  		background-image: url(../img/header_bg_desktop_1@2x.jpg);
  	}
  }
}
.header_wrapper {
	@include mq($mq_break_mobile) {
		position: relative;
	}
}
.header_wrapper_top {
	background: $color_white_inner_bg url(../img/header_bg_mobile_1.jpg) no-repeat;
	background-size: cover;
  background-position: center top;
	@include bg_2x {
		background-image: url(../img/header_bg_mobile_1@2x.jpg);
	}
	
	@include mq($mq_break_mobile) {
    box-shadow: inset 0 0 40px;
    border-radius: 10px 10px 0 0;
  	background: $color_white_inner_bg url(../img/header_bg_desktop_1.jpg) no-repeat;
  	background-size: cover;
    background-position: 80% 0;
  	@include bg_2x {
  		background-image: url(../img/header_bg_desktop_1@2x.jpg);
  	}
  }
	@include mq(850px) {
  	box-shadow: none;
  	background: none;
  	@include bg_2x {
      background: none;
    }
  }
}
.intro_text {
	padding: 20px $wrapper_hor_m 30px;
	font-size: 1.2em;
	color: $color_blue_default;
	
	@include mq(850px) {
    margin-bottom: 20px;
    padding-top: .4em;
		padding-left: $wrapper_hor_d;
		width: 44%;
		max-width: 450px;
		font-size: 1.3em;
		line-height: 1.2;
	}
	@include mq($mq_max_width) {
		width: auto;
	}
}
.od_content_wrapper {
	@include footer_rounded_right;
	padding: 10px $wrapper_hor_m;
	position: relative;
	@include box_sizing_default;
	background-color: $color_blue_dark;
	color: $color_white_default;
	
	p {
		margin-bottom: .9em;
	}
	a {
		&:hover {
			color: $color_blue_default;
		}
	}
	.content_left {
		display: none;
		float: left;
		width: 258px;
		
		@include mq($mq_split_main_content) {
			display: block;
		}
	}
	.content_right {
		@include mq($mq_split_main_content) {
			float: left;
			//padding-top: 8px;
			width: 60%;
		}
		@include mq($mq_max_width) {
			width: 64%;
		}
	}
	
	@include mq($mq_break_mobile) {
		//margin-left: -1 * $blue_corner_offset_hor;
		//margin-right: $box_wrapper_hor_right;
		margin: 10px $box_wrapper_hor_right 10px $wrapper_hor_d;
		border-radius: 15px;
		background-color: transparentize(hsl(201, 90%, 10%), .08);
		box-shadow: none;
		border: 1px solid $color_blue_light;
	}
}
.od_nav_item {
	@include sprites_main;
	margin-bottom: 10px;
	width: 244px;
	height: 48px;
	@include box_sizing_default;
	background-position: 0 -99px;
	text-transform: uppercase;
	font-size: 1.05em;
	line-height: 1.2;
	color: $color_blue_light;
	cursor: pointer;
	
	.flexbox & {
  	display: flex;
  	align-items: center;
  	padding-top: 0.13em;
  	padding-left: 6px;
	}
	.no-flexbox & {
	  padding: 6px 12px 6px 9px;
	}
	.content_right & {
		margin-left: -9px;
		
		@include mq($mq_split_main_content) {
			display: none;
		}
	}
}
.od_content {
	display: none;
}
.od_content_wrapper {
	@include mq($mq_split_main_content) {
		&#current_whatisod {
			.od_nav_item.whatisod {
				@include active_od_content_h2;
			}
			.od_content#whatisod {
				display: block;
			}
		}
		&#current_whatproductsqualify {
			.od_nav_item.whatproductsqualify {
				@include active_od_content_h2;
			}
			.od_content#whatproductsqualify {
				display: block;
			}
		}
		&#current_howbigod {
			.od_nav_item.howbigod {
				@include active_od_content_h2;
			}
			.od_content#howbigod {
				display: block;
			}
		}
		&#current_howodcalculated {
			.od_nav_item.howodcalculated {
				@include active_od_content_h2;
			}
			.od_content#howodcalculated {
				display: block;
				padding-top: 55px;
			}
		}
	}
	@include mq_max($mq_split_main_content) {
		&.whatisod_active {
			.od_nav_item.whatisod {
				@include active_od_content_h2;
			}
			.od_content#whatisod {
				display: block;
			}
		}
		&.whatproductsqualify_active {
			.od_nav_item.whatproductsqualify {
				@include active_od_content_h2;
			}
			.od_content#whatproductsqualify {
				display: block;
			}
		}
		&.howbigod_active {
			.od_nav_item.howbigod {
				@include active_od_content_h2;
			}
			.od_content#howbigod {
				display: block;
			}
		}
		&.howodcalculated_active {
			.od_nav_item.howodcalculated {
				@include active_od_content_h2;
			}
			.od_content#howodcalculated {
				display: block;
			}
		}
	}
}
.whatproductsqualify_wrapper {
	@include mq($mq_max_width) {
		width: 110%;
	}
}
.whatproductsqualify_product {
	margin-bottom: 1em;
	
	ul li {
		margin-bottom: .6em;
		margin-left: 17px;
		list-style: disc outside;
		font-size: .9em;
		line-height: 1.2;
		
		@include mq($mq_max_width) {
			margin-bottom: .2em;
		}
	}
	
	@include mq($mq_max_width) {
		float: left;
		width: 50%;
	}
}
.whatproductsqualify_product_sections {
	float: left;
	padding-right: 5%;
	width: 50%;
	@include box_sizing_default;
	@include font('semplicita');
}
#howodcalculated {
	ul li {
		padding-left: 15px;
		background: url(../img/li_arrow.png) 0 3px no-repeat;
	}
}










.main_footer {
	position: relative;
	padding-bottom: .4em;
	
	.corner_blue {
		left: -14px;
	}
}
.dc_winner {
	@include sprites_footer;
	display: block;
	height: 67px;
	width: 101px;
	background-position: 0 -642px;
}
.equal_housing_icon {
	@include sprites_footer;
	display: block;
	float: right;
	margin-left: 20px;
	height: 60px;
	width: 55px;
	background-position: -26px -730px;
}
$_color_footer_hover: rgb(160, 193, 223);
.footer_nav {
	@include footer_rounded_right;
	margin-bottom: 8px;
	padding: 5px 0;
	color: $color_white_default;
	
	a {
		text-decoration: none;
		color: $color_white_default;
	}
	.nav_item {
		display: block;
		margin: 5px 4% 0 $wrapper_hor_m;
		padding: 0 0 5px 45px;
		@include sprites_footer;
		min-height: 37px;
		border-bottom: 1px solid $color_blue_light;
		
		&:last-child {
			border-bottom: none;
		}
		&.footer_nav_chat {
			background-position: 0 -168px;
			
			span {
				@include mq($mq_change_footer_nav) {
					display: block;
				}
			}
			&.footer_nav_desktop {
				margin-left: 1px;
			}
			&:hover {
				background-position: 0 -493px;
				color: $_color_footer_hover;
			}
		}
		&.footer_nav_login {
			background-position: 0 -83px;
			
			&:hover {
				background-position: 0 -415px;
				color: $_color_footer_hover;
			}
		}
		&.footer_nav_talk {
			background-position: 0 0;
		}
		&.footer_nav_visit {
			background-position: 0 -252px;
			
			&:hover {
				background-position: 0 -571px;
				color: $_color_footer_hover;
			}
		}
		&.footer_nav_mobile {
			display: block;
			
			@include mq($mq_change_footer_nav) {
				display: none;
			}
		}
		&.footer_nav_desktop {
			display: none;
			
			@include mq($mq_change_footer_nav) {
				display: block;
			}
		}
		div {
			font-size: .65em;
			
			span {
				display: inline;
			}
		}
		
		@include mq($mq_change_footer_nav) {
			display: block;
			float: left;
			margin: 0 0 0 10px;
			padding-top: 4px;
			padding-right: 12px;
			height: 37px;
			border-bottom: 0;
			border-right: 1px solid $color_blue_light;
			
			&:last-child {
				border-right: none;
			}
		}
	}
	
	@include mq($mq_break_mobile) {
		margin-left: -1 * $blue_corner_offset_hor;
		margin-right: $box_wrapper_hor_right;
		padding: 10px 0 10px 45px;
	}
}
.dc_winner_footer_nav {
	display: none;
	position: absolute;
	top: 1px;
	right: 79px;
	
	@include mq($mq_toggle_dc_winner) {
		display: block;
	}
}
.corner_blue {
	@include sprites_main;
	display: none;
	position: absolute;
	top: -10px;
	left: 0;
	height: 10px;
	width: 10px;
	background-position: 0 -676px;
	@include bg_2x {
		top: -9.5px;
	}
	
	@include mq($mq_break_mobile) {
		display: block;
	}
}
.disclaimer {
	padding: 0 $wrapper_hor_m;
	@include font('tahoma');
	font-size: .7em;
	line-height: 1.1;
	
	span {
		@include mq(30em) {
			display: block;
		}
	}
	.disclaimer_lg {
		font-size: 1.4em;
	}
	.dc_winner {
		float: right;
	
		@include mq($mq_toggle_dc_winner) {
			display: none;
		}
	}
}





















.apply_now_button {
	@include esl_button_apply;
	text-align: center;
}

html {
	@include font('semplicita_med');
	font-size: 16px;
	line-height: 1.4;
	color: $color_black_default;
	
	@include mq($mq_break_mobile) {
		font-size: .9em;
	}
}
.main_wrapper {
	margin: 0 auto;
	max-width: 960px;
	position: relative;
	@include inset_box_shadow;
	
	@include mq($mq_break_mobile) {
		padding-top: 30px;
	}
}
.wrapper {
	margin: 0 $wrapper_hor_m;
	max-width: 900px;
}
.main_header {
	.wrapper {
		margin: 0;
		position: relative;
	
		@include mq($mq_break_mobile) {
			margin: 0 $wrapper_hor_m;
		}
	}
	.flexslider {
		display: block;
		line-height: 0;
		border-radius: 10px;
		
		img {
			@include mq($mq_break_mobile) {
				border-radius: 10px;
			}
		}
	}
}
.main_title {
	position: absolute;
	left: $wrapper_hor_m;
	bottom: 4%;
	font-size: 1.1em;
	line-height: 1.2;
	color: $color_white_default;
	text-shadow: 2px 2px 5px $color_black, 2px 2px 4px transparentize($color_black, .5);
	
	.line {
		display: block;
	}
	.line_4 {
		@include mq(43em) {
			display: block;
		}
	}
	
	@include mq(25em) {
		font-size: 1.3em;
	}
	@include mq(30em) {
		font-size: 1.5em;
	}
	@include mq($mq_break_mobile) {
		font-size: 1.9em;
	}
	@include mq(47.5em) {
		font-size: 2.2em;
		line-height: 1.1;
		text-shadow: 3px 3px 6px $color_black;
	}
	@include mq(54em) {
		font-size: 2.8em;
	}
	@include mq(60em) {
		font-size: 3em;
	}
}
.logo {
	margin-top: -5px;
	position: absolute;
	top: 0;
	left: 0;
	width: 50%;
	
	@include mq($mq_break_mobile) {
		margin-top: 46px;
		width: 33%;
	}
}
.main_content {
	padding: 6px 0 10px;
	
	a:hover {
		color: $color_gold_dark;
	}
	
	@include mq($mq_split_main_content) {
		padding-top: 12px;
	}
}
.content_wrapper {
	position: relative;
	
	@include mq($mq_split_main_content) {
		.content_left {
			padding-right: 380px;
		}
		.content_right {
			position: absolute;
			top: 0;
			right: 0;
			width: 353px;
		}
	}
}
.apply_now.mobile_only {
	max-width: 387px;
	
	@include mq($mq_change_apr_to_desktop) {
		display: none;
	}
}
.content_description {
	margin-bottom: 1em;
}
.mobile_apply_now_wrapper {
	margin: 1em 0;
	position: relative;
	font-size: .9em;
	
	.content_left {
		text-transform: uppercase;
		color: $color_gold_default;
		
		@include mq(25em) {
			padding-right: 175px;
		}
	}
	.content_right {
		margin-left: -4px;
		
		@include mq(25em) {
			margin-left: 0;
			position: absolute;
			top: 0;
			right: 0;
			width: 164px;
		}
	}
}
.collapsable_section {
	margin-bottom: .6em;
	
	h2 {
		@include esl_button_default;
	}
}
.collapsable_title {
	cursor: pointer;
}
.collapsable_benefits .collapsable_content li {
	margin-bottom: .5em;
}
.collapsable_content {
	padding-left: 6px;
	font-size: .9em;
	
	@include mq(50em) {
		font-size: 1em;
	}
}
.benefits_title {
	@include font('semplicita_bold');
	color: $color_gold_default;
}
.collapsable_value {
	li {
		margin-bottom: 8px;
		padding-left: 13px;
		list-style: none;
		@include sprites_main;
		background-position: -100px -1514px;
	}
}
.apply_now_wrapper {
	display: none;
	@include sprites_main;
	position: relative;
	width: 353px;
	height: 186px;
	background-position: 0 -588px;
	
	.apply_now_button {
		position: absolute;
		top: 2px;
		left: 156px;
	}
	
	@include mq($mq_change_apr_to_desktop) {
		display: block;
	}
}
.offer_ends_text {
	text-transform: uppercase;
	color: $color_gold_default;
	
	@include mq($mq_split_main_content) {
		text-align: center;
		font-size: 1.3em;
	}
}
*/

/*# sourceMappingURL=odcalc.css.map */