/* Globals */

#content_container {
	max-width:100%;
	margin-bottom: 0;
}

#main_top {
	background: url('/assets/images/upromise_images/core/backgrounds/main_banner_gradient_bg_555555_ECE4E2.jpg') repeat-y center top; /* Old browsers */
	background: -moz-linear-gradient(left, #555555 30%, #ece4e2 70%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(30%, #555555), color-stop(70%, #ece4e2)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left, #555555 30%, #ece4e2 70%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left, #555555 30%, #ece4e2 70%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left, #555555 30%, #ece4e2 70%); /* IE10+ */
	background: linear-gradient(to right, #555555 30%, #ece4e2 70%); /* W3C */
	padding-bottom:0px;
}

@media only screen and (max-width:512px) {
    .responsive #main_top {
        background: #555555;
    }
}

#main_content_right_rail_unit.right_rail_divider {
    background: url("/assets/images/upromise_images/core/backgrounds/gradient_divider.jpg") repeat-y scroll 66.66% top;    
}

@media only screen and (max-width:850px) {
    .responsive #main_content_right_rail_unit {
         background: none;
    }   
}

#main_right_unit {
	margin: 0 auto;
	max-width: 1150px;
}

#right_rail_container {
	margin-left: 5%;
}

#main_bottom {
	padding-top: 0;
}

.content_block {
	position: relative;
	padding: 30px 0 40px;
}

#main_content, #right_rail {
	padding-top: 40px;
	padding-bottom: 40px;
}

#main_content.yes_right_rail .article {
	margin-right: 30px;
}

#main_content.yes_right_rail .multicolumn_row {
	margin-right: 30px;
}

.content_block_container {
	margin: 0 auto;
	max-width: 1150px;
}

.multicolumn_row_separator {
	background: url(/assets/images/upromise_images/core/backgrounds/yellow_rule.png) 50% 0 no-repeat;
	height: 4px;
	border: none;
	margin: 3em 20px 0;
}

.multicolumn_row + .multicolumn_row {
    margin-top: 35px;
}

.multicolumn_row.white_bg {
	margin-bottom: 0;
	background: #fff;
	border: 1px solid #ccc;
	padding: 40px;
    margin-top: 33px;
}

.multicolumn_row.white_bg + .clear {
	margin-top: 0;
}

.multicolumn_row.white_bg .article {
	margin: 3em 30px;
}

@media only screen and (max-width:850px) {
    .responsive #right_rail {
         margin-top: 0;
         padding-top: 20px;
         background: #f4f4f4;
    }

    .responsive #main_content.yes_right_rail {
         padding-bottom: 20px;
         background: none;
    }

    .responsive .multicolumn_row.white_bg {
		padding: 30px;    
    }
}

#title_main_content h1 {
	margin-top: 0;
    margin-bottom: 35px;
}


/* Begin Right Rail */

#right_rail .article + .article {
    margin-top: 50px;
}

#right_rail hr {
    margin-bottom: 2.8em;
}

#right_rail hr + .informu {
    margin-top: 0;
}

#right_rail hr + .informu img {
    margin-top: 0;
}

@media only screen and (max-width:850px) {
    .responsive #right_rail .informu {
         margin-top: 20px;         
    }
}

/* End Right Rail */


/* Begin Fonts */

@media screen and (min--moz-device-pixel-ratio:0) {
    @font-face {
        font-family: "Josefin Sans Regular";
        src: url('/assets/fonts/josefinsans-regular.svg');
        font-weight: 700;
        font-style: normal;
    }
}

@font-face {
    font-family: 'Josefin Sans Regular';
    src: url('/assets/fonts/josefinsans-regular.eot');
    src: url('/assets/fonts/josefinsans-regular.eot?#iefix') format('embedded-opentype'), url('/assets/fonts/josefinsans-regular.ttf') format('truetype'), url('/assets/fonts/josefinsans-regular.woff') format('woff');
    font-weight: 700;
    font-style: normal;
}

@media all and (-webkit-min-device-pixel-ratio:0) and (min-resolution: .001dpcm) {
    @font-face {
        font-family: 'Josefin Sans Regular';
        src: url('/assets/fonts/josefinsans-regular.svg') format('svg');
        font-weight: 700;
        font-style: normal;
    }
}

@media screen and (min--moz-device-pixel-ratio:0) {
    @font-face {
        font-family: "Josefin Sans Light";
        src: url('/assets/fonts/josefinsans-light.svg');
        font-weight: 700;
        font-style: normal;
    }
}

@font-face {
    font-family: 'Josefin Sans Light';
    src: url('/assets/fonts/josefinsans-light.eot');
    src: url('/assets/fonts/josefinsans-light.eot?#iefix') format('embedded-opentype'), url('/assets/fonts/josefinsans-light.ttf') format('truetype'), url('/assets/fonts/josefinsans-light.woff') format('woff');
    font-weight: 700;
    font-style: normal;
}

@media all and (-webkit-min-device-pixel-ratio:0) and (min-resolution: .001dpcm) {
    @font-face {
        font-family: 'Josefin Sans Light';
        src: url('/assets/fonts/josefinsans-light.svg') format('svg');
        font-weight: 700;
        font-style: normal;
    }
}

@media screen and (min--moz-device-pixel-ratio:0) {
    @font-face {
        font-family: "Josefin Sans Bold";
        src: url('/assets/fonts/josefinsans-bold.svg');
        font-weight: 700;
        font-style: normal;
    }
}

@font-face {
    font-family: 'Josefin Sans Bold';
    src: url('/assets/fonts/josefinsans-bold.eot');
    src: url('/assets/fonts/josefinsans-bold.eot?#iefix') format('embedded-opentype'), url('/assets/fonts/josefinsans-bold.ttf') format('truetype'), url('/assets/fonts/josefinsans-bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
}

@media all and (-webkit-min-device-pixel-ratio:0) and (min-resolution: .001dpcm) {
    @font-face {
        font-family: 'Josefin Sans Bold';
        src: url('/assets/fonts/josefinsans-bold.svg') format('svg');
        font-weight: 700;
        font-style: normal;
    }
}

@media screen and (min--moz-device-pixel-ratio:0) {
    @font-face {
        font-family: "Josefin Sans SemiBold";
        src: url('/assets/fonts/josefinsans-semibold.svg');
        font-weight: 700;
        font-style: normal;
    }
}

@font-face {
    font-family: 'Josefin Sans SemiBold';
    src: url('/assets/fonts/josefinsans-semibold.eot');
    src: url('/assets/fonts/josefinsans-semibold.eot?#iefix') format('embedded-opentype'), url('/assets/fonts/josefinsans-semibold.ttf') format('truetype'), url('/assets/fonts/josefinsans-semibold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
}

@media all and (-webkit-min-device-pixel-ratio:0) and (min-resolution: .001dpcm) {
    @font-face {
        font-family: 'Josefin Sans SemiBold';
        src: url('/assets/fonts/josefinsans-semibold.svg') format('svg');
        font-weight: 700;
        font-style: normal;
    }
}
/* End Fonts */


/* Begin Text Tags */

h1 {
	font-size: 5.4em;
	font-family: "Josefin Sans Regular";
	margin-top: 0;
	margin-bottom: 0;
}
h2, .h2 {
	font-size: 3.4em;
	font-family: "Josefin Sans Regular";
	margin-bottom: 0;    
}
h3, .h3 {
	font-size: 2.6em;
	font-family: "Source Sans Light";
    line-height: 1.2em;
	margin-top: 0;
}
h4, .h4 {
	font-size: 2em;
	font-family: "Source Sans Regular";
	margin-top: 0;
}
h4 + p, .h4 + p {
    margin-top: 20px;
}
hr {
	margin: 2em 0;
}
hr.yellow {
	background: url(/assets/images/upromise_images/core/backgrounds/yellow_rule.png) 50% 0 no-repeat;
	color:#cccccc;
	height: 4px;
	border: none;
	margin: 3em 0px 3em 0px;
}
#main_content h2 + hr.yellow {
	margin-bottom: 1.5em;
    margin-top: 1.5em;
}
#right_rail h3 + p {
	margin-top: 0;
}
#right_rail img + p {
	margin-top: 0px;
}

#right_rail img + .p {
	display:block;
    margin-top: .5em;
}

#right_rail img {
	margin-top: 20px;
	max-width: 344px;
	width: 100%;
}
@media only screen and (max-width:850px) {
    .responsive #right_rail img {
        margin-top: 0;
        margin-right: 20px;
        float: left;
    }
    .responsive #main_content.yes_right_rail {
        padding-bottom: 20px;
        background: none;
    }
    .responsive #right_rail img + p {
        margin-top: 20px;
    }
}
@media only screen and (max-width:640px) {
    .responsive #right_rail img { 
        margin-right: 0;
        float: none;
        max-width: none;
    }
    .responsive #right_rail img + p {
        margin-top: 0;
    }
}
ol {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
#main ol li {
	line-height: 1.2em;
	padding-left: 3em;
}
#main ol li.one:before, #main ol li.two:before, #main ol li.three:before, #main ol li.four:before, #main ol li.five:before, #main ol li.six:before {
	padding-right: 3em;
	margin-left: -3em;
	position: relative;
	vertical-align: middle;
	content: "";
	background-repeat: no-repeat;
	background-position: 0px center;
	padding-top: 1em;
    padding-bottom: 1em;
}
ol li.one:before {
	background-image: url(/assets/images/upromise_images/earn/1.jpg);
}
ol li.two:before {
	background-image: url(/assets/images/upromise_images/earn/2.jpg);
}
ol li.three:before {
	background-image: url(/assets/images/upromise_images/earn/3.jpg);
}
ol li.four:before {
	background-image: url(/assets/images/upromise_images/earn/4.jpg);
}
ol li.five:before {
	background-image: url(/assets/images/upromise_images/earn/5.jpg);
}
ol li.six:before {
	background-image: url(/assets/images/upromise_images/earn/6.jpg);
}

/* End Text Tags */


/* Begin Anchor Tags */

#main a[href], #main a[href]:active, #main a[href]:visited {
    color: #008dc9;    
}

#main a[href]:hover {
    color: #006b9e;    
}

#main a.bg_blue[href], #main a.bg_blue[href]:active, #main a.bg_blue[href]:visited, #main a.bg_blue[href]:hover {
    color: #fff;
}

#main a.bg_yellow[href], #main a.bg_yellow[href]:active, #main a.bg_yellow[href]:visited, #main a.bg_yellow[href]:hover {
    color: #000;
}

#main a.bg_yellow[href]:hover {
    background-color: #ffd980;
}

#right_rail .informu a[href], #right_rail .informu a[href]:active, #right_rail .informu a[href]:visited {
	color: #333333;
	text-decoration: none;
	cursor: pointer;
}
#right_rail .informu a[href]:hover {
	color: #008dc9;
	cursor: pointer;
}

/* End Anchor Tags */


/* Begin Alternate Text Options */

.decoration_underline {
	text-decoration:underline !important;
}
.text_indent {
	padding: 0 100px;
}
.weight_light {
	font-family: "Source Sans Light"!important;
	font-weight:normal!important;
}
.text_center {
	text-align:center;
}
.no_bottom_spacing {
	padding-bottom: 0px!important;
	margin-bottom: 0px!important;
}
/* End Alternate Text Options */


/* FORM ELEMENTS */

label + select {
    float:none;
    margin:auto;
}

input + label {
    display:inline-block;
    margin-top:.5em;
}

label, label + input + label {
    font-size:1.5em;
    margin-top:1em;
    display:block;
}

/* End FORM ELEMENTS */


/* Begin Buttons */

.button_menu_item {
	padding: .8em 1.5em .8em 0em;
	margin-top: 1em;
	border-top:1px solid #edeff1;
	border-bottom: 1px solid #edeff1;
	position:relative;
}

li .button_menu_item {
	margin-top:-1px;
}

.button_menu_item + .button_menu_item {
	margin:0px;
	border-top:none;
}

.button_menu_item [class^="fa"] {
    font-size: 1.6em;
    color:#333;
}

.button_menu_item #icon_caret_right, .button_menu_item #icon_caret_left {
	font-size: 1.6em;
}

.button_menu_item > * {
	height: 44px;
}

.button_menu_item > a, .button_menu_item > a:hover, .button_menu_item > a:visited, .button_menu_item > a:active {
	color: #333;
}

#main .button_menu_item {
	background: #fff;
}

#main .button_menu_item > a, #main .button_menu_item > a:hover, #main .button_menu_item > a:visited, #main .button_menu_item > a:active {
	color: #666;
	font-family: "Source Sans Bold";
}

#main .button_menu_item .token {
	color:#333;
}

.table [class*="button_"] {
    margin-left:10px;
    margin-right:10px;
}

.table [class*="button_"]:first-child {
    margin-top:0px;
}

.button_small {
    font-size: 16px;
	margin-top: .7em;
	padding: .5em 10px .5em 10px;
}

select + .button_small {
	top: 8px;
	position: relative;
}

.button_standard {
	font-size: 16px;
	margin-top: .7em;
	padding: .5em 15px .5em 15px;
}

.table_column_container > .button_standard {
	margin-left:10px;
}

li .button_standard {
	margin-top: 0px;
}

/* End Buttons */


/* Begin background colors (bg_) */

.bg_yellow, a.bg_yellow, a.bg_yellow:visited, a.bg_yellow:hover, .responsive a[href]:hover.bg_yellow, a.bg_yellow:active {
	background-color: #fdc544;
	color:#000;
}
a[href]:hover.bg_yellow {
	background-color: #ffd980;
}
.bg_orange, a.bg_orange, a.bg_orange:visited, a.bg_orange:hover, .responsive a[href]:hover.bg_orange, a.bg_orange:active {
	background-color: #ff8700;
	color:#fff;
}
.bg_green, a.bg_green, a.bg_green:visited, a.bg_green:hover, .responsive a[href]:hover.bg_green, a.bg_green:active {
	background-color: #9fbd4a;
	color:#fff;
}
.bg_dark_green, a.bg_dark_green, a.bg_dark_green:visited, a.bg_dark_green:hover, .responsive a[href]:hover.bg_dark_green, a.bg_dark_green:active {
	background-color: #005845;
	color:#fff;
}
.bg_dark_blue, a.bg_dark_blue, a.bg_dark_blue:visited, a.bg_dark_blue:hover, .responsive a[href]:hover.bg_dark_blue, a.bg_dark_blue:active {
	background-color: #003b55;
	color: #fff;
}
.bg_blue, a.bg_blue, a.bg_blue:visited, a.bg_blue:hover, a.bg_blue:active {
	background-color: #0099d8;
	color: #fff;
}
a[href]:hover.bg_blue {
	background-color: #00aaf0;
}
.bg_light_blue {
	background-color: #e4eff4;
}
.bg_light_grey, a.bg_light_grey, a.bg_light_grey:visited, a.bg_light_grey:hover, a.bg_light_grey:active {
	background-color: #e9e9e9;
	color: #003b55!important;
}
.bg_dark_grey {
	background-color: #444444;
	color: #fff;
}
a[href]:hover.bg_light_grey {
	background-color: #fff;
	color: #333!important;
}
.bg_very_light_grey, a.bg_very_light_grey, a.bg_very_light_grey:visited, a.bg_very_light_grey:hover, a.bg_very_light_grey:active {
	background-color: #f4f4f4;
	color: #003b55!important;
}
a[href]:hover.bg_very_light_grey {
	background-color: #fff;
	color: #333!important;
}
.multicolumn_column.bg_very_light_grey {
	background:#fff;
}
.multicolumn_column.bg_very_light_grey > .multicolumn_column_container {
	background-color: #f4f4f4;
	color: #003b55 !important;
}
.bg_off_white, a.bg_off_white, a.bg_off_white:visited, a.bg_off_white:hover, .responsive a[href]:hover.bg_off_white, a.bg_off_white:active {
	background-color: #f9f9f9;
	color: #000!important;
}
.bg_callout_padding {
	padding:15px;
}
.article:first-child > .bg_callout_padding:first-child {
	margin-top:0px;
}
.bg_canvas {
	background: url('/assets/images/upromise_images/core/backgrounds/bg_canvas.jpg')
}
/* End Background Colors (bg_) */


/* ALTERNATE TEXT COLORS */
.text_black {
	color:#333!important;
}
.text_light_black {
	color:#494949!important;
}
.text_white {
	color:#fff!important;
}
.text_light_blue {
	color: #008DC9!important;
}
.text_dark_blue {
	color: #003b55!important;
}
.text_light_green {
	color: #9FBD4A!important;
}
.text_green {
	color: #004c3d!important;
}
.text_grey {
	color:#999999!important;
}
.text_dark_grey {
	color:#666666!important;
}
.text_light_grey {
	color:#cccccc!important;
}
.text_red {
	color:#ff0000!important;
}
.text_yellow {
	color: #fdc544!important;
}
/* End ALTERNATE TEXT COLORS */


/* Begin .vertical and .horizontal */

.horizontal div + div {
    padding-left: 15px;
}

.horizontal_middle_align {
    vertical-align: middle !important;
}

/* End .vertical and .horizontal */


/* Begin multicolumn */

.multicolumn_column .multicolumn_column .multicolumn_column_container 
{
    margin-left: 0px;
    margin-right: 20px;
}

.multicolumn_column:first-child .multicolumn_column .multicolumn_column_container 
{
    margin-left: 0px;
}

.multicolumn_column.dotted > .multicolumn_column_container {
  background-image: url('/assets/images/upromise_images/core/backgrounds/dotted_line.jpg');
  background-repeat:repeat-x;
  background-position:left center;
  padding: 0;
  margin:0;
}

/* nested multicolumn 50 percent */
.nested_50 > .multicolumn_column_container > .multicolumn_row > .multicolumn_column:first-child .multicolumn_column_container,
#main_content.yes_right_rail .nested_50 > .multicolumn_column_container > .multicolumn_row > .multicolumn_column:first-child .multicolumn_column_container,
#left_rail ~ #main_right_unit .nested_50 > .multicolumn_column_container > .multicolumn_row > .multicolumn_column:first-child .multicolumn_column_container

{
    margin-right: 20px;
}

@media only screen and (max-width:767px) 
{
    .responsive .nested_50 + .nested_50 .multicolumn_column_container .multicolumn_column_container {
        margin-top:35px;
    }
}

@media only screen and (max-width:640px) {
    .responsive .nested_50 .multicolumn_column.width_50 .multicolumn_column_container {
        padding-right: 20px;        
    }
     
    .responsive .nested_50 .multicolumn_column.width_50 + .multicolumn_column.width_50 .multicolumn_column_container {
        margin-left: 0px;
    }

    .responsive .nested_50 + .nested_50 .multicolumn_column_container .multicolumn_column_container {
        margin-top: 15px;
    }
}

@media only screen and (max-width:512px) {
    .responsive .nested_50.stack_512:first-child .multicolumn_column + .multicolumn_column    
    {
        margin-top: 35px !important;
    }
}

/* End multicolumn */


/* Begin Header */

#header_container {
	margin-bottom: 0;
	max-width: 100%;
}

 @media only screen and (max-width:850px) {
     .responsive #header_container:after {
        display:none;
    }
}

/* End Header */


/* Begin Main Top Banner */

#main_top .multicolumn_row {
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	margin-bottom: 0;
}
#main_top .multicolumn_row + .clear {
	margin-top: 0;
}
#main_top .multicolumn_column.width_100 {
	display: table;
	margin: 0;
	padding: 0;
}
#main_top h1 {
	color: #fdc544;
	margin-top: 20px;
	margin-left: 0;
	margin-right: 0;
	line-height: 1.2em;
    width: 40%;
}
#main_top h4 {
	color:#fff;
	width: 33%;
}
#main_top p {
	color:#fff;
	width: 33%;
}
#main_top .multicolumn_column.width_100 .multicolumn_column_container {
	display: table-cell;
	height: 350px;
	margin-right: 0;
	vertical-align: middle;
	margin: 0;
	padding-bottom: 20px;
}
#main_top .button_standard {
	margin-top: 2em;
}
 @media only screen and (max-width:1149px) {
    .responsive #main_top .multicolumn_row {
        margin: 0;
        padding-right: 20px;
        padding-left: 20px;
    }      
}

 @media only screen and (max-width:850px) {
    .responsive #main_top .multicolumn_column.width_100 .multicolumn_column_container {
        height: 280px;
    }
    .responsive #main_top .multicolumn_column.width_100 .multicolumn_column_container h1 {
        font-size: 4.8em;
    }
    .responsive #main_top .multicolumn_column.width_100 .multicolumn_column_container h4 {
        font-size: 1.6em;       
    }
    .responsive #main_top h4 , .responsive #main_top p {
        width: 40%;
    }
    .responsive #main_top .multicolumn_column.width_100 .multicolumn_column_container .button_standard {
        font-size: 1em;
    }
}
 @media only screen and (max-width:512px) {
    .responsive #main_top .multicolumn_row {
        padding-bottom: 0;
    }
    .responsive #main_top .multicolumn_column.width_100 .multicolumn_column_container {
        height: auto;
        display: block;
        padding-bottom: 0;
        min-height:370px;
    }
    .responsive #main_top .multicolumn_column.width_100 .multicolumn_column_container h1 {
        font-size: 4em;
    }
    .responsive #main_top .multicolumn_column.width_100 .multicolumn_column_container h1, .responsive #main_top .multicolumn_column.width_100 .multicolumn_column_container h4, .responsive #main_top .multicolumn_column.width_100 .multicolumn_column_container p {
        width:100%;
    }
}
/* End Main Top Banner */


/* Begin Search */

#search {
	width:auto;
	border:1px solid #ccc;
	position:relative;
}
#search_input_header, #search_input_mobile_nav, #search_input_main_content {
	width: 90%;
	overflow:hidden;
	-webkit-backface-visibility:hidden;
	float:left;
}
#search_input_header input, #search_input_mobile_nav input, #search_input_main_content input {
	color: #999;
	border: none;
    outline: none;
	background: #fff;
	height: 30px;
	line-height: 31px;
	padding: 5px 10px;
	position: relative;
	vertical-align: middle;
	width: 100%;
	float:left;
    font-size:1.6em;
    font-family: Source Sans Regular;
}

#search_input_mobile_nav input input {
	color: #fff;	
	background: none;	
}

#search a[href], #search a[href]:visited, #search a[href]:hover, #search a[href]:active {
	color:#ccc;
	float:left;
	height: 25px;
	width:25px;
	padding: 6px 0px 0px 0px;
	position: absolute;
	right: 10px;
	top: 0;
	font-size: 1.8em;
	background: none;
}
#search a [class^="fa-"], #search a:visited [class^="fa-"], #search a:hover [class^="fa-"], #search a:active [class^="fa-"] {
    text-align:center;
}
 @media only screen and (max-width:850px) {
    .responsive #mobile_nav_flyout_right #search {
        border:1px solid #fff;
        margin: 0 20px;
    }
    .responsive #mobile_nav_flyout_right #search_input_mobile_nav input {
        background: none;
        color:#fff;
    }
    .responsive #mobile_nav_flyout_right #search a, #mobile_nav_flyout_right #search a:visited, #mobile_nav_flyout_right #search a:hover, #mobile_nav_flyout_right #search a:active {
        color:#fff;
        font-size: 1.8em;
        right: 10px;
    }

}
/* End Search */


/* Begin top_nav */

#top_nav {
	position:relative;
	z-index:1;
	padding-top:10px;
}
#top_nav_container {
	position:relative;
	margin:0px auto 0px auto;
	max-width: 1150px;
}
#top_nav_container .multicolumn_row {
	margin-bottom:0px;
}
#top_nav_container .multicolumn_column {
	padding-left:0px;
	padding-right:0px;
}
#top_nav_container .multicolumn_column.logo {
	width:16%;
}
#top_nav_container .multicolumn_column > .multicolumn_column_container {
	margin-right:0px;
	margin-left:0px;
}
#top_nav_container .multicolumn_column.logo a {
	position:relative;
	display:block;
	max-width:100%;
}
#top_nav_container .multicolumn_column.top_nav {
	width:36%;
	padding-top:5px;
}
#top_nav_container .multicolumn_column.top_nav li {
	display: block;
	float: left;
	font-size: 1em;
	padding: 0;
}
#top_nav_container .multicolumn_column.top_nav.ready {
	visibility:visible;
}
#top_nav_container .multicolumn_column.search {
	width:23%;
	padding-top:10px;
}
#top_nav_container .multicolumn_column.top_links {
	width:14%;
	padding-top:18px;
}
#top_nav_container .multicolumn_column.top_links a + a, #top_nav_container .multicolumn_column.top_links a:visited + a, #top_nav_container .multicolumn_column.top_links a:hover + a, #top_nav_container .multicolumn_column.top_links a:active + a {
	border-left: 1px solid #ccc;
}
#top_nav_container .multicolumn_column.top_links a, #top_nav_container .multicolumn_column.top_links a:visited, #top_nav_container .multicolumn_column.top_links a:hover, #top_nav_container .multicolumn_column.top_links a:active {
	font-size: 1.6em;
	padding: 0 15px;
}
#top_nav_container .multicolumn_column.join {
	width:11%;
}
#top_nav_container .multicolumn_column.join a[href]:hover.bg_light_grey {
	background-color: #f4f4f4;
}
#top_nav_container .multicolumn_column.join a.vertical {
	display: inline-table;
}
#top_nav_container .multicolumn_column.join .button_small {
	font-size: 1em;
}
#top_nav_container .multicolumn_column.join .button_small:first-child {
	margin-right:10px;
}
#top_nav_menu_0 {
	width: 33%;
}
#top_nav_menu_1 {
	width: 33%;
}
#top_nav_menu_2 {
	width: 33%;
}
.menu_button.active {
	background: url("/assets/images/upromise_images/core/backgrounds/sub_nav_blue_arrow.jpg") no-repeat bottom center;
}
#top_nav_container .url_on > a {
	color:#333;
	background: url("/assets/images/upromise_images/core/backgrounds/sub_nav_blue_arrow.jpg") no-repeat bottom center;
}
#top_nav_container ul > li > a {
	display:block;
	position:relative;
	padding: 13px 0px 27px 0px;
	font-size: 1.8em;
	font-family:"Source Sans Bold";
	text-align:center;
}
#top_nav_container ul > li > a, #top_nav_container ul > li > a:active, #top_nav_container ul > li > a:visited {
	color: #008dc9;
}
#top_nav_container ul > li.active > a, #top_nav_container ul > li.active > a:hover {
	color: #333;
}

#top_nav_targets > div {
	position:absolute;
	background: #008dc9;
	overflow:hidden;
	width:100%;
	height:64px !important;
	display:none;
	-webkit-backface-visibility:hidden;
	-webkit-transform: translateZ(0);
}

#top_nav_targets > div.active {
	display:block;
}

#top_nav_targets > div > .multicolumn_row {
	padding-top:20px;
	margin: 0;
}

#top_nav_targets .multicolumn_row .multicolumn_column {
	float: none;
	margin: 0 auto;
	max-width: 1150px;
}

#top_nav_targets .multicolumn_row .multicolumn_column .multicolumn_column_container {
	margin-left:20px;
	margin-right:20px;
}

#top_nav_targets ul.horizontal_list li + li {
	border-left: 1px solid #6ebddf;
	padding-left: 1em;
}

#top_nav_targets ul.horizontal_list li {
	float: left;
	padding: 0 1em 0 0;
	color:#fff;
	font-size:1.6em;
}

.no_target {
	display:none!important;
}

#top_nav_targets a, #top_nav_targets a:visited, #top_nav_targets a:active, #top_nav_targets a:hover {
	color:#fff;
}

#top_nav_targets a:hover {
	text-decoration:underline;
}

#top_nav .article h4, #top_nav .article h5, #top_nav .article h6 {
	font-size: 1em;
	font-family:"Source Sans Bold";
	margin: 0px;
	padding: .3em 0px .3em 0px;
	color: #333;
	line-height: 1.3em;
}

#top_nav_targets a.text_dark_grey, #top_nav_targets a:visited.text_dark_grey, #top_nav_targets a:active.text_dark_grey, #top_nav_targets a:hover.text_dark_grey {
	color: #333!important;
}

@media only screen and (max-width:1150px) {
    .responsive #top_nav_container .multicolumn_column.top_links a, #top_nav_container .multicolumn_column.top_links a:visited, #top_nav_container .multicolumn_column.top_links a:hover, #top_nav_container .multicolumn_column.top_links a:active {
        font-size: 1.5em;
    }
}

@media only screen and (max-width:1100px) {
    .responsive #top_nav_container ul > li > a {
    font-size: 1.7em;
    }
    .responsive #top_nav_container .multicolumn_column.logo {
    width:18%;
    }
    .responsive #top_nav_container .multicolumn_column.top_nav {
    width:33%;
    }
    .responsive #top_nav_container .multicolumn_column.join {
    width:12%;
    }
    .responsive #top_nav_container .multicolumn_column.top_links a, #top_nav_container .multicolumn_column.top_links a:visited, #top_nav_container .multicolumn_column.top_links a:hover, #top_nav_container .multicolumn_column.top_links a:active {
    font-size: 1.4em;
    }
    .responsive #top_nav_container .multicolumn_column.top_links {
    padding-top:15px;
    }
}
 @media only screen and (max-width:1024px) {
    .responsive #top_nav_container .multicolumn_column.top_nav {
    width:31%;
    }
    .responsive #top_nav_container .multicolumn_column.join {
    width:14%;
    }
}
 @media only screen and (max-width:1000px) {
    .responsive #top_nav_container .multicolumn_column.logo img {
        padding-top:5px;
        width:145px;
    }
    .responsive #top_nav_container .multicolumn_column.search {
        padding-top: 12px;
    }
    .responsive #search_input_header input {
        height: 25px;
        padding: 5px 10px;        
    }
    .responsive #search a, .responsive #search a:visited, .responsive #search a:hover, .responsive #search a:active {
        font-size: 1.4em;
        right: 5px;
    }   
}
 @media only screen and (max-width:950px) {
    .responsive #top_nav_container ul > li > a {
        font-size: 1.6em;
    }
    .responsive #top_nav_targets ul.horizontal_list li {
        font-size:1.5em;
    }
    .responsive #top_nav_container .multicolumn_column.top_links a, #top_nav_container .multicolumn_column.top_links a:visited, #top_nav_container .multicolumn_column.top_links a:hover, #top_nav_container .multicolumn_column.top_links a:active {
        padding: 0 7px;
    }
    .responsive #top_nav_targets ul.horizontal_list li + li {    
        padding-left: .8em;
    }
    .responsive #top_nav_targets ul.horizontal_list li {        
        padding: 0 .8em 0 0;        
    }
}
 @media only screen and (max-width:900px) {
 .responsive #top_nav_container ul > li > a {
 font-size: 1.5em;
}
 .responsive #top_nav_container .multicolumn_column.join .button_small:first-child {
 margin-right:5px;
}
}
 @media only screen and (max-width:850px) {
 .responsive #top_nav_container .multicolumn_column.top_nav.ready {
 visibility:hidden;
}
}
/* End Top Nav */


/* Begin Sub Nav */

#sub_nav {
	position: relative;
	height: 64px;
	background: #008dc9;    
}

#sub_nav_container {
	float: none;
	margin: 0 auto;
	max-width: 1150px;
}

#sub_nav_container > div {
	position:absolute;
	background: #008dc9;
	overflow:hidden;
	width:100%;
	height:64px !important;
	display:none;
	-webkit-backface-visibility:hidden;
	-webkit-transform: translateZ(0);
}

#sub_nav_container > div.url_on {
	display:block;
}

#sub_nav_container > div > .multicolumn_row {
	padding-top:20px;
	margin: 0;
}

#sub_nav .multicolumn_row .multicolumn_column .multicolumn_column_container {
	margin-left:20px;
	margin-right:20px;
}

#sub_nav ul.horizontal_list li + li {
	border-left: 1px solid #6ebddf;
	padding-left: 1em;
}

#sub_nav ul.horizontal_list li {
	float: left;
	padding: 0 1em 0 0;
	color:#fff;
	font-size:1.6em;
}

#sub_nav a, #sub_nav a:visited, #sub_nav a:active, #sub_nav a:hover {
	color:#fff;
}

#sub_nav a:hover {
	text-decoration:underline;
}

@media only screen and (max-width:950px) {
    .responsive #sub_nav ul.horizontal_list li {
        font-size: 1.5em;
    }
    .responsive #sub_nav ul.horizontal_list li + li {        
        padding-left: .8em;
    }
    .responsive #sub_nav ul.horizontal_list li {        
        padding: 0 .8em 0 0;       
    }
}

/* Begin List Nav */

.list_nav .nav_top_item.section_on > a, .list_nav .nav_top_item.section_on > a:hover, .list_nav .nav_top_item.section_on > a:visited, .list_nav .nav_top_item.section_on > a:active {
	text-decoration: none !important;
}
.list_nav .nav_top_item.section_on {
	padding-top:1px !important;
}

/* End List Nav */


/* Begin Mobile Top Nav */

#mobile_nav {
	width:100%;
	min-width:320px;
	position:relative;
}
#mobile_nav ul {
	margin:0px;
	padding:0px;
	display:block;
	position:relative;
}
#mobile_nav ul li {
	display:block;
	position:relative;
	margin: 0px;
	padding: 0px;
	height:60px;
	overflow:hidden;
	-webkit-backface-visibility:hidden;
}
#mobile_nav ul li {
	font-size:1em;
}
#mobile_nav ul li a {
	display:block;
}
#mobile_nav > ul > li:first-child {
	float:left;
	position:relative;
	z-index:1;
}
#mobile_nav > ul > li:first-child a {
	padding: 5px 20px;
	min-width:27px;
}
#mobile_nav > ul > li:first-child a span:first-child {
	margin-left:0px!important;
	display:block;
	position:relative;
}
#mobile_nav > ul > li:first-child + li {
	float:right;
	display:block;
	position:relative;
	z-index:1;
}
#mobile_nav > ul > li:first-child + li a {
	padding: 7px 20px;
	font-family: "Source Sans Bold";
	border-right: none;
	font-size:30px;
}
 #mobile_nav > ul > li:first-child + li[class*="icon"] {
 font-family: "Source Sans Bold";
}
#mobile_nav ul li:first-child+li a {
	border-right: none;
}
#mobile_nav > ul > li:last-child img {
	width: 90px;
}
/* End Mobile Top Nav */


/* Begin Mobile Nav Hamburger Flyouts */

#mobile_nav_flyout_left #mobile_nav_flyout_left_container > .button_menu_item:first-child {
	margin-top:0px;
	border-top:none;
	background-position: -25px 85px!important;
	border-right:none!important;
}
#mobile_nav_flyout_left #mobile_nav_flyout_left_container > .button_menu_item:first-child .h3 {
	color:#fff;
}
#mobile_nav_flyout_right {
	background:#fff;
}
#mobile_nav_flyout_right #mobile_nav_flyout_right_container {
	background:#008dc9;
	padding-top: 20px;
}
#mobile_nav_flyout_right .button_menu_item .h3 {
	color: #fff;
	font-family: Source Sans Regular;
	font-size: 1.8em;
}
#mobile_nav_flyout_right #mobile_nav_flyout_right_container > .button_menu_item:first-child {
	margin-top: 0px;
	border-top:0px;
}
#mobile_nav_flyout_right .button_menu_item, #mobile_nav_flyout_right a.button_menu_item, #mobile_nav_flyout_right a.button_menu_item:visited, #mobile_nav_flyout_right a.button_menu_item:hover, .responsive #mobile_nav_flyout_right a.button_menu_item[href]:hover, #mobile_nav_flyout_right a.button_menu_item:active {
	color: #fff !important;
}
#mobile_nav_flyout_right #buttons {
	margin: 0 20px;
	width: auto;
}
#mobile_nav_flyout_right #button_container {
	float:left;
}
#mobile_nav_flyout_right #button_container:first-child p {
	margin-right:5px;
}
#mobile_nav_flyout_right #button_container.last p {
	margin-left:5px;
}
#mobile_nav_flyout_right #buttons + a {
	margin-top:1.5em;
	border-top: 1px solid #4dafd9;
}
#mobile_nav_flyout_right .button_small {
	padding: 0.5em 0;
	width: 100%;
}
#mobile_nav_flyout_right .bg_light_grey, #mobile_nav_flyout_right a.bg_light_grey, #mobile_nav_flyout_right a.bg_light_grey:visited, #mobile_nav_flyout_right a.bg_light_grey:hover, #mobile_nav_flyout_right a.bg_light_grey:active {
	background-color: #CCCCCC;
	color: #333!important;
}
#mobile_nav_flyout_right a[href]:hover.bg_light_grey {
	background-color: #CCCCCC;
	color: #333!important;
}

#mobile_nav_flyout_right .button_menu_item {
	border-bottom: 1px solid #4dafd9;
	border-top: none;
	width:auto;
	margin: 0 20px;
	padding: 0 .5em;
}
#mobile_nav_flyout_right .button_menu_item [class^="fa"] {
    color: #fff; 
}

#mobile_sub_nav_flyout_0.inactive, #mobile_sub_nav_flyout_1.inactive, #mobile_sub_nav_flyout_2.inactive {
	display:none;
}
#mobile_sub_nav_flyout_0.active, #mobile_sub_nav_flyout_1.active, #mobile_sub_nav_flyout_2.active {
	display:block;
}

#mobile_sub_nav_flyout_0, #mobile_sub_nav_flyout_1, #mobile_sub_nav_flyout_2 {
	top:0px;
	width:80%;
	position:absolute;
	overflow:hidden;
	height:auto;
	z-index:9999;
	margin-left:20%;
	-webkit-backface-visibility:hidden;
	-webkit-transform: translateZ(0);
}
.mobile_sub_nav_flyout_container {
	height:1600px;
	background:#003b55;
	padding-top: 10px;
}
 #mobile_sub_nav_flyout_0.active ~ #page_center, #mobile_sub_nav_flyout_1.active ~ #page_center, #mobile_sub_nav_flyout_2.active ~ #page_center {
    position:fixed!important;
    top:0px;
    left:0px;
    overflow-y:hidden;
}
.mobile_sub_nav_flyout_container .button_menu_item .h3 {
	color: #fff;
	font-family: Source Sans Regular;
	font-size: 1.8em;
}
.mobile_sub_nav_flyout_container .button_menu_item {
	border-bottom: 1px solid #4d7688;
	border-top: none;
	width:auto;
	margin: 0 20px;
	padding: 0 .5em;
}
.mobile_sub_nav_flyout_container .button_menu_item, .mobile_sub_nav_flyout_container a.button_menu_item, .mobile_sub_nav_flyout_container a.button_menu_item:visited, .mobile_sub_nav_flyout_container a.button_menu_item:hover, .responsive .mobile_sub_nav_flyout_container a.button_menu_item[href]:hover, .mobile_sub_nav_flyout_container a.button_menu_item:active {
	color: #fff !important;
}
 .mobile_sub_nav_flyout_container .button_menu_item [class^="fa"] {
    color: #fff;
    font-size: 1.6em;
}
/* End Mobile Nav Hamburger Flyouts */

/* Begin Tabs */

.tab_nav {
	padding-left: 0;
	padding-right: 0;
	margin-bottom: 0;
}
.tab {
	top:1px;
	margin-right: 0;
	max-width: 100%;
	width: 100%;
}
.multicolumn_row.tab_nav .multicolumn_column_container {
	margin-left: 0;
	margin-right:0;
}
.tab > a:hover {
	color: #333;
}
.tab_nav .button.active a.button_a, .tab_nav .button.active a.button_a:visited, .tab_nav .button.active a.button_a:hover, .tab_nav .button.active a.button_a:active {
	background: #fff;
	color: #333;
}
.tab > a, .tab > a:hover, .tab.active > a:hover {
	color: #fff!important;
	font-size: 1.5em;
	padding: 25px 0px;
	width:100%;
}
.tab.active > a, .tab.active > a:hover {
	color: #333!important;
}
#section_0.show, #section_1.show, #section_2.show, #section_3.show, #section_4.show {
	background: #fff;
	margin-left: 20px;
	margin-right: 20px;
	padding: 40px 0;
}
 @media only screen and (max-width: 850px) {
 .responsive .multicolumn_row.tab_nav .multicolumn_column.width_25 {
 float:left;
 width:25%;
}
 .responsive .multicolumn_row.tab_nav .multicolumn_column.width_25 .multicolumn_column_container {
 margin-top: 0;
}
 .responsive .tab > a, .responsive .tab > a:hover, .responsive .tab.active > a:hover {
 font-size: 1.2em;
 padding: 10px 0;
}
}
/* End Tabs */


/* Begin Video Container */

.video-container {
	height: 0;
	margin: 0;
	overflow: hidden;
	padding-bottom: 56.25%;
	padding-top: 30px;
	position: relative;
}

.video-container iframe, .video-container object, .video-container embed {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}
 
.article .video-container {    
    margin-left: 0;
    margin-right: 0;
}

.video-wrapper {
    max-width: 100%;
    width: auto; /* Set this to whatever width you need */
}

/* End Video Containers */

/* Begin Accordion */

.accordion .h3 {
	font-size: 1.8em;
}
.responsive .accordion .plus_minus {
	padding-top: 8px;
	display:table-cell!important;
}
 @media only screen and (max-width: 850px) {
 .responsive .accordion_content + .accordion_medium {
 border-top: 1px solid #cccccc;
}
}
 @media only screen and (min-width: 851px) {
 .responsive .accordion_large {
 margin-top:1.6em;
}
 .responsive .accordion_content + .accordion_large {
 margin-top:1.6em;
 padding-top: 2em;
 border-top: 1px solid #cccccc;
}
}
/* End Accordion */

/* Begin Counter */ 

.multicolumn_row.counter .h3 {
	font-family:"Source Sans Light";
	font-size:3.6em;
	margin-left:0;
	margin-right:0;
	margin-bottom: 0;
}
.multicolumn_row.counter p + p {
	margin-top: 0;
}
/* End Counter */


/* Begin Quote Multicolumn */

/*.multicolumn_column.quote_block .multicolumn_column_container .multicolumn_row {
    margin: 40px 20px;
}*/

.multicolumn_row.white_bg .multicolumn_column.quote_block .article {
	margin: 0;
}

.multicolumn_column.quote_block .multicolumn_column:first-child h2 {
    padding-top: 1.5em;
}

.multicolumn_column.quote_block .multicolumn_column:first-child p {
	margin-top:1em;
}

.multicolumn_column.quote_block .multicolumn_column .multicolumn_column_container {
	margin-left: 20px;
}

.multicolumn_column.quote_block .multicolumn_column.width_33 .multicolumn_column_container {
    text-align: center;
}

.multicolumn_column.quote_block .multicolumn_column.width_33 .article {
    height: 260px;    
}

 @media only screen and (max-width: 767px) {
    .responsive .multicolumn_column.quote_block .multicolumn_column.width_33, .responsive .multicolumn_column.quote_block .multicolumn_column.width_66 {
        float:none;
        width:auto;
    }
    .responsive .multicolumn_column.quote_block .multicolumn_column.width_33 .multicolumn_column_container, .responsive .multicolumn_column.quote_block .multicolumn_column.width_66 .multicolumn_column_container {
        margin-top: 20px;
        margin-left: 0px;
        margin-right:0px;
        border-right:none;
    }
    .responsive .multicolumn_column.quote_block .multicolumn_column.width_33:first-child .multicolumn_column_container, .responsive .multicolumn_column.quote_block .multicolumn_column.width_66:first-child .multicolumn_column_container {
        margin-top:0px;
    }
    .responsive .multicolumn_column.quote_block .multicolumn_column.width_66 {
        background-color: #fff;
    }
    .responsive .multicolumn_column.quote_block .multicolumn_column.width_33 .article {
        height: 200px;  
    }
    .responsive .multicolumn_column.quote_block .multicolumn_column:first-child h2 {
        font-size: 3em;
        padding-top: 1em;
    }
}
/* End Quote Multicolumn */


/* Begin Responsive Table */

.table_container {
    margin: 2em 3em 2em 2em;
}

.responsive_table {
    width: 100%;
    margin-bottom: 1.5em;
    font-size: 1.5em;
}

.responsive_table h4, .responsive_table .h4 {
    font-family: "Source Sans Bold";
    font-size: 1.2em;    
}

.responsive_table thead {
    position: relative;
    clip: auto;
    height: auto;
    width: auto;
    overflow: auto;
    display: table-row-group;
    background: none;
}

.responsive_table tbody, .responsive_table tr, .responsive_table th, .responsive_table td {
    padding: 0;
    text-align: left;
    white-space: normal;
}

.responsive_table thead th {
    background-color: #edf7fb;
    border: 1px solid #CCCCCC;
    font-weight: normal;
    text-align: center;
    color: #333;
    background-clip: padding-box;
}

.responsive_table tr {
    display: table-row;
}

.responsive_table th, .responsive_table td {
    display: table-cell;
    padding: 1em .5em;
    vertical-align: middle;
}

.responsive_table caption {
    font-size: 1.5em;
}

.responsive_table tbody {
    display: table-row-group;
}

.responsive_table tbody tr {
    display: table-row;
    border-width: 1px;
}

.responsive_table tbody th[scope="row"] {
    background-color: transparent;
    color: #333333;
    text-align: left;
    border: 1px solid #CCCCCC;
}

.responsive_table tbody td {
    text-align: center;
    border: 1px solid #CCCCCC
}

.responsive_table tbody td[data-title]:before {
    content: none;
}

.responsive_table thead th:first-of-type {
    text-align: left;
    border: none;
    background: none;
}

.responsive_table thead tr {
    left: 0;
    position: relative;
    top: 0;
}

.responsive_table tfoot {
    font-size: .8em;
    font-style: italic;
}

.responsive_table caption {
    margin-bottom: 1em;
    font-size: 1em;
    font-weight: bold;
    text-align: center;
}

@media only screen and (max-width: 1024px) {

    .responsive_table {
        font-size: 1.4em;
    } 

    .responsive_table th, .responsive_table td {
        padding: .5em;
    }

    .responsive_table tfoot {
        font-size: .9em;
    }
}

@media only screen and (max-width: 640px) {
    .responsive_table thead {
        position: absolute;
        clip: rect(1px 1px 1px 1px);
        /* IE6, IE7 */
        clip: rect(1px, 1px, 1px, 1px);
        padding: 0;
        border: 0;
        height: 1px;
        width: 1px;
        overflow: hidden;
    }

    .responsive_table tbody, .responsive_table tr, .responsive_table th, .responsive_table td {
        display: block;        
    }

    .responsive_table h4, .responsive_table .h4 {
       font-size: 1.3em;    
    }

    .responsive_table th, .responsive_table td {
        padding: .75em .5em;
    }

    .responsive_table tbody td {        
        border: none;
        border-top: 1px solid #CCCCCC;
        display: block;
        text-align: right;
    }

    .responsive_table tbody tr {
        margin-bottom: 1em;
        display: block;
        border: 2px solid #CCCCCC;
    }

    .responsive_table tbody tr:last-of-type {
        margin-bottom: 0;
    }
    
    .responsive_table tbody th[scope="row"] {
        background-color: #edf7fb;
        color: white;
        border: none;
    }

    .responsive_table td:before {
        top: 10px;    
    }

    .responsive_table tbody td[data-type=currency] {
        text-align: right;
    }

    .responsive_table tbody td[data-title]:before {
        content: attr(data-title);
        float: left;
        font-size: 1em;    
    }
}

/* End Responsive Table */


/* Begin Social Icons */

#right_rail .social_icon {
    float: left;
    font-size: 2.5em;
    margin-top: 0.5em;
    padding: 0;
    text-align: left;
    width: 25%;
}

#right_rail .social_icon a + [class^="fa-"], #right_rail .social_icon a [class^="fa-"] {
    padding-left: 0;
}

#footer .social_icon {
	float: left;
    font-size: 1.7em;
    margin-top: 0.5em;
    padding: 5px 0;
    text-align: left;
    width: 33.33%;
}

#footer .social_icon a + [class^="fa-"], #footer .social_icon a [class^="fa-"] {
    padding-left: 0;
}

@media only screen and (max-width: 850px) {
    #footer .social_icon a + [class^="fa-"], #footer .social_icon a [class^="fa-"] {
        padding-left: 1.7em;
    }
}

/* End Social Icons */


/* Begin Partner Logos */

.partner_logo {        
    float: left;
    width: 16%;
    margin:  0 4% 50px 0; 
    text-align: center;
}
 
.partner_logo h4 {
    margin-top:10px;
}

.partner_logo p {
    border-top: 1px solid #ccc;
    padding-top: 15px;
}

@media only screen and (max-width : 940px), only screen and (max-device-width : 940px) {
    .partner_logo {
        width: 21%;
    }
}
 
@media only screen and (max-width : 720px), only screen and (max-device-width : 720px) {
    .partner_logo {
        width: 29.33333%;
    }
}
 
@media only screen and (max-width : 530px), only screen and (max-device-width : 530px) {
    .partner_logo {
        width: 46%;
    }
}
 
@media only screen and (max-width : 320px), only screen and (max-device-width : 320px) {
    .partner_logo {
        margin-bottom:  30px;
    }
     
}

/* End Partner Logos */


/* Begin Contact Form */

#contact_form input, #contact_form textarea, #contact_form select {
    max-width: 500px;
    width: 100%;
    height: 20px;
    color: #999999;    
    line-height: 1.5em;
    padding: 5px;      
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #CCC;   
    height: 20px;    
    position: relative;
    vertical-align: middle;    
}

#contact_form label {
    margin-top: 35px; 
    font-size:1.5em;
    display:block;   
}

#contact_form textarea {
    height: 100px;     
}

#contact_form select {
    max-width: 512px;
    height: 30px;
}

#contact_form .field_error_msg {
    font-size: 1.5em;
    margin-top: .2em;
    color: #ff4949;    
    height:35px;
}

#contact_form .field_error_msg + label {
    margin-top: 0;   
}

/* End Contact Form */


/* Begin Disclaimers */

#disclaimers {
	padding: 20px 0 40px 0px;
    background: #e4e4e4;
}

#disclaimers .article {
	margin: 0 auto;
    max-width:1150px;
}

#disclaimers .article p {
	line-height:1.4em;
	font-size:1.4em;
	color:#333;
    margin-left: 20px;
    margin-right: 20px;
}

#disclaimers .article h2 {
	color: #333;
	font-size: 1.4em;
	line-height: 1.4em;
	font-family:"Source Sans Bold";
	border: none;
}

#disclaimers .article:first-child h2:first-child {
	margin-top: 1em;
}

#disclaimers .article p:first-child {
	padding-top: 1.5em;
}

#disclaimers .article:first-child {
	padding-top: 0px;
}

/* End Disclaimers */

/* Begin Footer */

#footer {
	background: #444;
}
#footer_top_border {
	padding: 10px 0px 0px 0px;
	margin: 0;
	background: #444;
}
#footer_container {
	background: #444;
	margin-bottom: 0;
	padding-bottom: 40px;
}
 @media only screen and (max-width: 950px) {
 .responsive #footer_container .article {
 margin-top: 0px;
 padding-top: 30px;
}
 .responsive #footer_container {
 padding: 0 0 40px 0;
}
}
 @media only screen and (max-width: 850px) {
 .responsive #footer_container .article {
 margin-top: 0;
 padding-top: 30px;
}
 .responsive #footer_top_border {
 display:none;
}
 .responsive #footer .multicolumn_row.medium.large {
 display:none;
}
 .responsive #footer_container > .article:first-child {
 font-size: 140% !important;
 padding:0;
 margin:0;
}
 .responsive #footer .article h3 {
 padding: 0 20px 0 20px;
 height:40px;
}
 .responsive #footer .accordion_content {
 padding: 0;
}
 .responsive #footer .accordion_content:last-child {
 border-bottom: 1px solid #ccc;
}
 .responsive #footer .accordion_content ul {
 margin-top: 0 !important;
 color: #fff;
}
 .responsive #footer .accordion_content ul li {
 border-top: 1px solid #cccccc;
 display: table;
 height: 40px;
 padding: 0 42px;
 width: 100%;
}
 .responsive #footer .accordion_content ul li > * {
 display: table-cell;
 vertical-align: middle;
}
 .responsive #footer .accordion_medium > a[href], .responsive #footer .accordion_medium > a[href]:active, .responsive #footer .accordion_medium > a[href]:visited {
 color: #fff !important;
}
 .responsive #footer .accordion .horizontal {
 padding: 0;
 height: 40px;
 display:table;
 width: auto;
}
 .responsive #footer .accordion .horizontal > * {
 vertical-align: middle;
}
 .responsive #footer .accordion_content > *:first-child {
 margin-top: 0 !important;
}
 .responsive #footer .social_icon {
 margin-top: 0;
 margin-bottom: 1em;
 padding: 5px 0;
 width: 25%
}
 .responsive #footer .accordion .plus_minus {
 padding-top: 0;
}
}
#footer .article {
	font-size: 110% !important;
	padding-top: 30px;
}
#footer .multicolumn_row .article {
	font-size:140%!important;
}
#footer .article + .multicolumn_row {
	margin-top: 0;
}
#footer .article + .article {
	padding-top: 1.5em;
}
#footer .article a[href], #footer .article a[href]:active, #footer .article a[href]:visited {
	color: #fac31e;
}
#footer .article a[href]:hover {
	color: #fdd96d;
}
#footer .article h2 {
	font-family:"Source Sans Bold";
	color: #fff;
	padding-bottom: 1em;
	margin: 0px;
	font-size: 1.1em;
	line-height: 1.6em;
	border-bottom: 1px solid #fff;
}
#footer .article h3, #top_nav .article h4, #top_nav .article h5, #top_nav .article h6 {
	font-size: 1.1em;
	font-family:"Source Sans Bold";
	margin: 0px;
	padding: 3px 0px 3px 0px;
	color: #fff;
	line-height: 1.3em;
}
#footer .article h3 a, #footer .article h3 a:hover, #footer .article h3 a:active, #footer .article h3 a:visited, #footer .article h4 a, #footer .article h4 a:hover, #footer .article h4 a:active, #footer .article h4 a:visited, #footer .article h5 a, #footer .article h5 a:hover, #footer .article h5 a:active, #footer .article h5 a:visited, #footer .article h6 a, #footer .article h6 a:hover, #footer .article h6 a:active, #footer .article h6 a:visited {
	color: #666;
}
#footer .article p {
	color: #fff;
	font-family:"Source Sans Regular";
	font-size: 1.1em;
}
#footer .article p a:hover {
	color: #666;
}
#footer .article ul {
	margin:0px;
	padding: 0px;
}
#footer .article p + ul {
	margin-top: 1em;
}
#footer .article h2+ul {
	padding-top: 1em;
}
#footer .article h2+p {
	margin-top: 1em;
}
#footer .article ul li {
	padding-bottom: .3em;
	padding-top: 0px;
	line-height: 1.3em;
	font-size: 1.1em;
	padding-left:0px;
}
#footer .article ul.horizontal_list li {
	padding-bottom: 0;
}
#footer .article ul.horizontal_list li + li {
	padding-left: 10px;
}

/* End Footer */


/* Begin Magnific Popup */

.mfp-bg {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1042;
	overflow: hidden;
	position: fixed;
	background: #000000;
	opacity: 0.7;
	filter: alpha(opacity=70);
}
.mfp-wrap {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1043;
	position: fixed;
	outline: none !important;
	-webkit-backface-visibility: hidden;
}
.mfp-container {
	text-align: center;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.mfp-container:before {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}
.mfp-align-top .mfp-container:before {
	display: none;
}
.mfp-content {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	margin: 0 auto;
	text-align: left;
	z-index: 1045;
}
.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
	width: 100%;
	cursor: auto;
}
.mfp-ajax-cur {
	cursor: progress;
}
.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
	cursor: -moz-zoom-out;
	cursor: -webkit-zoom-out;
	cursor: zoom-out;
}
.mfp-zoom {
	cursor: pointer;
	cursor: -webkit-zoom-in;
	cursor: -moz-zoom-in;
	cursor: zoom-in;
}
.mfp-auto-cursor .mfp-content {
	cursor: auto;
}
.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
}
.mfp-loading.mfp-figure {
	display: none;
}
.mfp-hide {
	display: none !important;
}
.mfp-preloader {
	color: #CCC;
	position: absolute;
	top: 50%;
	width: auto;
	text-align: center;
	margin-top: -0.8em;
	left: 8px;
	right: 8px;
	z-index: 1044;
}
.mfp-preloader a {
	color: #CCC;
}
.mfp-preloader a:hover {
	color: #FFF;
}
.mfp-s-ready .mfp-preloader {
	display: none;
}
.mfp-s-error .mfp-content {
	display: none;
}
button.mfp-close, button.mfp-arrow {
	overflow: visible;
	cursor: pointer;
	background: transparent;
	border: 0;
	-webkit-appearance: none;
	display: block;
	outline: none;
	padding: 0;
	z-index: 1046;
	-webkit-box-shadow: none;
	box-shadow: none;
}
button::-moz-focus-inner {
    padding: 0;
    border: 0;
}
.mfp-close {
	width: 44px;
	height: 44px;
	line-height: 44px;
	position: absolute;
	right: 0;
	top: 0;
	text-decoration: none;
	text-align: center;
	opacity: 0.65;
	filter: alpha(opacity=65);
	padding: 0 0 18px 10px;
	color: #FFF;
	font-style: normal;
	font-size: 44px;
	font-family: Arial, Baskerville, monospace;
}
.mfp-close:hover, .mfp-close:focus {
	opacity: 1;
	filter: alpha(opacity=100);
}
.mfp-close:active {
	top: 1px;
}
.mfp-close-btn-in .mfp-close {
	color: #333;
}
.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
	color: #FFF;
	right: -6px;
	text-align: right;
	padding-right: 6px;
	width: 100%;
}
.mfp-counter {
	position: absolute;
	top: 0;
	right: 0;
	color: #CCC;
	font-size: 12px;
	line-height: 18px;
	white-space: nowrap;
}
.mfp-arrow {
	position: absolute;
	opacity: 0.65;
	filter: alpha(opacity=65);
	margin: 0;
	top: 50%;
	margin-top: -55px;
	padding: 0;
	width: 90px;
	height: 110px;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.mfp-arrow:active {
	margin-top: -54px;
}
.mfp-arrow:hover, .mfp-arrow:focus {
	opacity: 1;
	filter: alpha(opacity=100);
}
.mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a {
	content: '';
	display: block;
	width: 0;
	height: 0;
	position: absolute;
	left: 0;
	top: 0;
	margin-top: 35px;
	margin-left: 35px;
	border: medium inset transparent;
}
.mfp-arrow:after, .mfp-arrow .mfp-a {
	border-top-width: 13px;
	border-bottom-width: 13px;
	top: 8px;
}
.mfp-arrow:before, .mfp-arrow .mfp-b {
	border-top-width: 21px;
	border-bottom-width: 21px;
	opacity: 0.7;
}
.mfp-arrow-left {
	left: 0;
}
.mfp-arrow-left:after, .mfp-arrow-left .mfp-a {
	border-right: 17px solid #FFF;
	margin-left: 31px;
}
.mfp-arrow-left:before, .mfp-arrow-left .mfp-b {
	margin-left: 25px;
	border-right: 27px solid #3F3F3F;
}
.mfp-arrow-right {
	right: 0;
}
.mfp-arrow-right:after, .mfp-arrow-right .mfp-a {
	border-left: 17px solid #FFF;
	margin-left: 39px;
}
.mfp-arrow-right:before, .mfp-arrow-right .mfp-b {
	border-left: 27px solid #3F3F3F;
}
.mfp-iframe-holder {
	padding-top: 40px;
	padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
	line-height: 0;
	height: 100%;
	width: 100%;
	max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
	top: -40px;
}
.mfp-iframe-scaler {
	width: 100%;
	height: 0;
	overflow: hidden;
	padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	box-shadow: 0;
	background: #000;
}

/* Main image in popup */
img.mfp-img {
	width: auto;
	max-width: 100%;
	height: auto;
	display: block;
	line-height: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 40px 0 40px;
	margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
	line-height: 0;
}
.mfp-figure:after {
	content: '';
	position: absolute;
	left: 0;
	top: 40px;
	bottom: 40px;
	display: block;
	right: 0;
	width: auto;
	height: auto;
	z-index: -1;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
	background: #444;
}
.mfp-figure small {
	color: #BDBDBD;
	display: block;
	font-size: 12px;
	line-height: 14px;
}
.mfp-figure figure {
	margin: 0;
}
.mfp-bottom-bar {
	margin-top: -36px;
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	cursor: auto;
}
.mfp-title {
	text-align: left;
	line-height: 18px;
	color: #F3F3F3;
	word-wrap: break-word;
	padding-right: 36px;
}
.mfp-image-holder .mfp-content {
	max-width: 100%;
}
.mfp-gallery .mfp-image-holder .mfp-figure {
	cursor: pointer;
}

 @media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
 /* Remove all paddings around the image on small screen */

    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0;
    }
    .mfp-img-mobile img.mfp-img {
        padding: 0;
    }
    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0;
    }
    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px;
    }
    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0, 0, 0, 0.6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0;
    }
    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px;
    }
    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0, 0, 0, 0.6);
        position: fixed;
        text-align: center;
        padding: 0;
    }
}
 @media all and (max-width: 900px) {
    .mfp-arrow {
        -webkit-transform: scale(0.75);
        transform: scale(0.75);
    }
    .mfp-arrow-left {
        -webkit-transform-origin: 0;
        transform-origin: 0;
    }
    .mfp-arrow-right {
        -webkit-transform-origin: 100%;
        transform-origin: 100%;
    }
    .mfp-container {
        padding-left: 0px;
        padding-right: 0px;
    }
}

.mfp-ie7 .mfp-img {
	padding: 0;
}
.mfp-ie7 .mfp-bottom-bar {
	width: 600px;
	left: 50%;
	margin-left: -300px;
	margin-top: 5px;
	padding-bottom: 5px;
}
.mfp-ie7 .mfp-container {
	padding: 0;
}
.mfp-ie7 .mfp-content {
	padding-top: 44px;
}
.mfp-ie7 .mfp-close {
	top: 0;
	right: 0;
	padding-top: 0;
}

/* overlay at start */
.mfp-fade.mfp-bg {
	opacity: 0;
	-webkit-transition: all 0.15s ease-out;
	-moz-transition: all 0.15s ease-out;
	transition: all 0.15s ease-out;
}

/* overlay animate in */
.mfp-fade.mfp-bg.mfp-ready {
	opacity: 0.7;
}

/* overlay animate out */
.mfp-fade.mfp-bg.mfp-removing {
	opacity: 0;
}

/* content at start */
.mfp-fade.mfp-wrap .mfp-content {
	opacity: 0;
	-webkit-transition: all 0.15s ease-out;
	-moz-transition: all 0.15s ease-out;
	transition: all 0.15s ease-out;
}

/* content animate it */
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
	opacity: 1;
}

/* content animate out */
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
	opacity: 0;
}

/* End Magnific Popup */


/* Begin Slider Pro */

/*!
*  - v1.2.0
* Homepage: http://bqworks.com/slider-pro/
* Author: bqworks
* Author URL: http://bqworks.com/
*/

.slider-pro {
	position:relative;
	margin:0 auto;
	-moz-box-sizing:content-box;
	box-sizing:content-box
}
.sp-slides-container {
	position:relative
}
.sp-mask {
	position:relative;
	overflow:hidden
}
.sp-slides {
	position:relative;
	-webkit-backface-visibility:hidden;
	-webkit-perspective:1000
}
.sp-slide {
	position:absolute
}
.sp-image-container {
	overflow:hidden
}
.sp-image {
	position:relative;
	display:block;
	border:none
}
.sp-no-js {
	overflow:hidden;
	max-width:100%
}
.sp-thumbnails-container {
	position:relative;
	overflow:hidden
}
.sp-bottom-thumbnails, .sp-top-thumbnails {
	left:0;
	margin:0
}
.sp-top-thumbnails {
	position:absolute;
	top:0;
	margin-bottom:4px
}
.sp-bottom-thumbnails {
	margin-top:4px
}
.sp-left-thumbnails, .sp-right-thumbnails {
	position:absolute;
	top:0
}
.sp-right-thumbnails {
	right:0;
	margin-left:4px
}
.sp-left-thumbnails {
	left:0;
	margin-right:4px
}
.sp-thumbnails {
	position:relative
}
.sp-thumbnail {
	border:none
}
.sp-thumbnail-container {
	position:relative;
	display:block;
	overflow:hidden;
	float:left;
	-moz-box-sizing:border-box;
	box-sizing:border-box
}
.sp-bottom-thumbnails .sp-thumbnail-container, .sp-top-thumbnails .sp-thumbnail-container {
	margin-left:0;
	margin-right:0
}
.sp-bottom-thumbnails .sp-thumbnail-container:first-child, .sp-top-thumbnails .sp-thumbnail-container:first-child {
	margin-left:0
}
.sp-bottom-thumbnails .sp-thumbnail-container:last-child, .sp-top-thumbnails .sp-thumbnail-container:last-child {
	margin-right:0
}
.sp-left-thumbnails .sp-thumbnail-container, .sp-right-thumbnails .sp-thumbnail-container {
	margin-top:2px;
	margin-bottom:2px
}
.sp-left-thumbnails .sp-thumbnail-container:first-child, .sp-right-thumbnails .sp-thumbnail-container:first-child {
	margin-top:0
}
.sp-left-thumbnails .sp-thumbnail-container:last-child, .sp-right-thumbnails .sp-thumbnail-container:last-child {
	margin-bottom:0
}
.sp-right-thumbnails.sp-has-pointer {
	margin-left:-13px
}
.sp-right-thumbnails.sp-has-pointer .sp-thumbnail {
	position:absolute;
	left:18px;
	margin-left:0!important
}
.sp-right-thumbnails.sp-has-pointer .sp-selected-thumbnail:before {
	content:'';
	position:absolute;
	height:100%;
	border-left:5px solid red;
	left:0;
	top:0;
	margin-left:13px
}
.sp-right-thumbnails.sp-has-pointer .sp-selected-thumbnail:after {
	content:'';
	position:absolute;
	width:0;
	height:0;
	left:0;
	top:50%;
	margin-top:-8px;
	border-right:13px solid red;
	border-top:8px solid transparent;
	border-bottom:8px solid transparent
}
.sp-left-thumbnails.sp-has-pointer {
	margin-right:-13px
}
.sp-left-thumbnails.sp-has-pointer .sp-thumbnail {
	position:absolute;
	right:18px
}
.sp-left-thumbnails.sp-has-pointer .sp-selected-thumbnail:before {
	content:'';
	position:absolute;
	height:100%;
	border-left:5px solid red;
	right:0;
	top:0;
	margin-right:13px
}
.sp-left-thumbnails.sp-has-pointer .sp-selected-thumbnail:after {
	content:'';
	position:absolute;
	width:0;
	height:0;
	right:0;
	top:50%;
	margin-top:-8px;
	border-left:13px solid red;
	border-top:8px solid transparent;
	border-bottom:8px solid transparent
}
.sp-bottom-thumbnails.sp-has-pointer {
	margin-top:-13px
}
.sp-bottom-thumbnails.sp-has-pointer .sp-thumbnail {
	position:absolute;
	top:13px;
	margin-top:0!important
}
.sp-bottom-thumbnails.sp-has-pointer .sp-selected-thumbnail:before {
	content:'';
	position:absolute;
	width:100%;
	top:0;
	margin-top:13px
}
.sp-bottom-thumbnails.sp-has-pointer .sp-selected-thumbnail:after {
	content:'';
	position:absolute;
	width:0;
	height:0;
	left:50%;
	top:0;
	margin-left:-13px;
	border-bottom:13px solid #fdc544;
	border-left:13px solid transparent;
	border-right:13px solid transparent
}
.sp-top-thumbnails.sp-has-pointer {
	margin-bottom:-13px
}
.sp-top-thumbnails.sp-has-pointer .sp-thumbnail {
	position:absolute;
	bottom:18px
}
.sp-top-thumbnails.sp-has-pointer .sp-selected-thumbnail:before {
	content:'';
	position:absolute;
	width:100%;
	border-bottom:5px solid red;
	bottom:0;
	margin-bottom:13px
}
.sp-top-thumbnails.sp-has-pointer .sp-selected-thumbnail:after {
	content:'';
	position:absolute;
	width:0;
	height:0;
	left:50%;
	bottom:0;
	margin-left:-8px;
	border-top:13px solid red;
	border-left:8px solid transparent;
	border-right:8px solid transparent
}
.sp-layer {
	position:absolute;
	margin:0;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-webkit-font-smoothing:subpixel-antialiased;
	-webkit-backface-visibility:hidden
}
.sp-black {
	color:#FFF;
	background:#000;
	background:rgba(0, 0, 0, .7)
}
.sp-white {
	color:#000;
	background:#fff;
	background:rgba(255, 255, 255, .7)
}
.sp-rounded {
	border-radius:10px
}
.sp-padding {
	padding:10px
}
.sp-grab {
	cursor:url(images/openhand.cur), move
}
.sp-grabbing {
	cursor:url(images/closedhand.cur), move
}
.sp-selectable {
	cursor:default
}
.sp-caption-container {
	text-align:center;
	margin-top:10px
}
.sp-full-screen {
	margin:0!important;
	background-color:#000
}
.sp-full-screen-button {
	position:absolute;
	top:5px;
	right:10px;
	font-size:30px;
	line-height:1;
	cursor:pointer;
	-webkit-transform:rotate(45deg);
	-ms-transform:rotate(45deg);
	transform:rotate(45deg)
}
.sp-full-screen-button:before {
	content:'\2195'
}
.sp-fade-full-screen {
	opacity:0;
    -webkit-transition:opacity .5s;
    transition:opacity .5s
}
.slider-pro:hover .sp-fade-full-screen {
	opacity:1
}
.sp-buttons {
	position:relative;
	width:100%;
	text-align:center;
	padding-top:10px
}
.sp-button {
	width:10px;
	height:10px;
	border:2px solid #000;
	border-radius:50%;
	margin:4px;
	display:inline-block;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	cursor:pointer
}
.sp-selected-button {
	background-color:#000
}

@media only screen and (min-width:768px) and (max-width:1024px) {
    .sp-button {
        width:14px;
        height:14px
    }
}

@media only screen and (min-width:568px) and (max-width:768px) {
    .sp-button {
        width:16px;
        height:16px
    }
}

@media only screen and (min-width:320px) and (max-width:568px) {
    .sp-button {
        width:18px;
        height:18px
    }
}

.sp-arrows {
	position:absolute
}
.sp-fade-arrows {
	opacity:0;
    -webkit-transition:opacity .5s;
    transition:opacity .5s
}
.sp-slides-container:hover .sp-fade-arrows {
	opacity:1
}
.sp-horizontal .sp-arrows {
	width:100%;
	left:0;
	top:50%;
	margin-top:-15px
}
.sp-vertical .sp-arrows {
	height:100%;
	left:50%;
	top:0;
	margin-left:-10px
}
.sp-arrow {
	position:absolute;
	display:block;
	width:20px;
	height:30px;
	cursor:pointer
}
.sp-vertical .sp-arrow {
	-webkit-transform:rotate(90deg);
	-ms-transform:rotate(90deg);
	transform:rotate(90deg)
}
.sp-horizontal .sp-previous-arrow {
	left:20px
}
.sp-horizontal .sp-next-arrow {
	right:20px
}
.sp-vertical .sp-previous-arrow {
	top:20px
}
.sp-vertical .sp-next-arrow {
	bottom:20px
}
.sp-next-arrow:after, .sp-next-arrow:before, .sp-previous-arrow:after, .sp-previous-arrow:before {
	content:'';
	position:absolute;
	width:50%;
	height:50%;
	background-color:#FFF
}
.sp-previous-arrow:before {
	left:30%;
	top:0;
	-webkit-transform:skew(145deg, 0deg);
	-ms-transform:skew(145deg, 0deg);
	transform:skew(145deg, 0deg)
}
.sp-previous-arrow:after {
	left:30%;
	top:50%;
	-webkit-transform:skew(-145deg, 0deg);
	-ms-transform:skew(-145deg, 0deg);
	transform:skew(-145deg, 0deg)
}
.sp-next-arrow:before {
	right:30%;
	top:0;
	-webkit-transform:skew(35deg, 0deg);
	-ms-transform:skew(35deg, 0deg);
	transform:skew(35deg, 0deg)
}
.sp-next-arrow:after {
	right:30%;
	top:50%;
	-webkit-transform:skew(-35deg, 0deg);
	-ms-transform:skew(-35deg, 0deg);
	transform:skew(-35deg, 0deg)
}
.ie7 .sp-arrow, .ie8 .sp-arrow {
	width:0;
	height:0
}
.ie7 .sp-arrow:after, .ie7 .sp-arrow:before, .ie8 .sp-arrow:after, .ie8 .sp-arrow:before {
	content:none
}
.ie7.sp-horizontal .sp-previous-arrow, .ie8.sp-horizontal .sp-previous-arrow {
	border-right:20px solid #FFF;
	border-top:20px solid transparent;
	border-bottom:20px solid transparent
}
.ie7.sp-horizontal .sp-next-arrow, .ie8.sp-horizontal .sp-next-arrow {
	border-left:20px solid #FFF;
	border-top:20px solid transparent;
	border-bottom:20px solid transparent
}
.ie7.sp-vertical .sp-previous-arrow, .ie8.sp-vertical .sp-previous-arrow {
	border-bottom:20px solid #FFF;
	border-left:20px solid transparent;
	border-right:20px solid transparent
}
.ie7.sp-vertical .sp-next-arrow, .ie8.sp-vertical .sp-next-arrow {
	border-top:20px solid #FFF;
	border-left:20px solid transparent;
	border-right:20px solid transparent
}
.sp-thumbnail-arrows {
	position:absolute
}
.sp-fade-thumbnail-arrows {
	opacity:0;
    -webkit-transition:opacity .5s;
    transition:opacity .5s
}
.sp-thumbnails-container:hover .sp-fade-thumbnail-arrows {
	opacity:1
}
.sp-bottom-thumbnails .sp-thumbnail-arrows, .sp-top-thumbnails .sp-thumbnail-arrows {
	width:100%;
	top:50%;
	left:0;
	margin-top:-12px
}
.sp-left-thumbnails .sp-thumbnail-arrows, .sp-right-thumbnails .sp-thumbnail-arrows {
	height:100%;
	top:0;
	left:50%;
	margin-left:-7px
}
.sp-thumbnail-arrow {
	position:absolute;
	display:block;
	width:15px;
	height:25px;
	cursor:pointer
}
.sp-left-thumbnails .sp-thumbnail-arrows .sp-thumbnail-arrow, .sp-right-thumbnails .sp-thumbnail-arrows .sp-thumbnail-arrow {
	-webkit-transform:rotate(90deg);
	-ms-transform:rotate(90deg);
	transform:rotate(90deg)
}
.sp-bottom-thumbnails .sp-previous-thumbnail-arrow, .sp-top-thumbnails .sp-previous-thumbnail-arrow {
	left:0
}
.sp-bottom-thumbnails .sp-next-thumbnail-arrow, .sp-top-thumbnails .sp-next-thumbnail-arrow {
	right:0
}
.sp-left-thumbnails .sp-previous-thumbnail-arrow, .sp-right-thumbnails .sp-previous-thumbnail-arrow {
	top:0
}
.sp-left-thumbnails .sp-next-thumbnail-arrow, .sp-right-thumbnails .sp-next-thumbnail-arrow {
	bottom:0
}
.sp-next-thumbnail-arrow:after, .sp-next-thumbnail-arrow:before, .sp-previous-thumbnail-arrow:after, .sp-previous-thumbnail-arrow:before {
	content:'';
	position:absolute;
	width:50%;
	height:50%;
	background-color:#FFF
}
.sp-previous-thumbnail-arrow:before {
	left:30%;
	top:0;
	-webkit-transform:skew(145deg, 0deg);
	-ms-transform:skew(145deg, 0deg);
	transform:skew(145deg, 0deg)
}
.sp-previous-thumbnail-arrow:after {
	left:30%;
	top:50%;
	-webkit-transform:skew(-145deg, 0deg);
	-ms-transform:skew(-145deg, 0deg);
	transform:skew(-145deg, 0deg)
}
.sp-next-thumbnail-arrow:before {
	right:30%;
	top:0;
	-webkit-transform:skew(35deg, 0deg);
	-ms-transform:skew(35deg, 0deg);
	transform:skew(35deg, 0deg)
}
.sp-next-thumbnail-arrow:after {
	right:30%;
	top:50%;
	-webkit-transform:skew(-35deg, 0deg);
	-ms-transform:skew(-35deg, 0deg);
	transform:skew(-35deg, 0deg)
}
.ie7 .sp-thumbnail-arrow, .ie8 .sp-thumbnail-arrow {
	width:0;
	height:0
}
.ie7 .sp-thumbnail-arrow:after, .ie7 .sp-thumbnail-arrow:before, .ie8 .sp-thumbnail-arrow:after, .ie8 .sp-thumbnail-arrow:before {
	content:none
}
.ie7 .sp-bottom-thumbnails .sp-previous-thumbnail-arrow, .ie7 .sp-top-thumbnails .sp-previous-thumbnail-arrow, .ie8 .sp-bottom-thumbnails .sp-previous-thumbnail-arrow, .ie8 .sp-top-thumbnails .sp-previous-thumbnail-arrow {
	border-right:12px solid #FFF;
	border-top:12px solid transparent;
	border-bottom:12px solid transparent
}
.ie7 .sp-bottom-thumbnails .sp-next-thumbnail-arrow, .ie7 .sp-top-thumbnails .sp-next-thumbnail-arrow, .ie8 .sp-bottom-thumbnails .sp-next-thumbnail-arrow, .ie8 .sp-top-thumbnails .sp-next-thumbnail-arrow {
	border-left:12px solid #FFF;
	border-top:12px solid transparent;
	border-bottom:12px solid transparent
}
.ie7 .sp-left-thumbnails .sp-previous-thumbnail-arrow, .ie7 .sp-right-thumbnails .sp-previous-thumbnail-arrow, .ie8 .sp-left-thumbnails .sp-previous-thumbnail-arrow, .ie8 .sp-right-thumbnails .sp-previous-thumbnail-arrow {
	border-bottom:12px solid #FFF;
	border-left:12px solid transparent;
	border-right:12px solid transparent
}
.ie7 .sp-left-thumbnails .sp-next-thumbnail-arrow, .ie7 .sp-right-thumbnails .sp-next-thumbnail-arrow, .ie8 .sp-left-thumbnails .sp-next-thumbnail-arrow, .ie8 .sp-right-thumbnails .sp-next-thumbnail-arrow {
	border-top:12px solid #FFF;
	border-left:12px solid transparent;
	border-right:12px solid transparent
}
a.sp-video {
	text-decoration:none
}
a.sp-video img {
	-webkit-backface-visibility:hidden;
	border:none
}
a.sp-video:after {
	content:'\25B6';
	position:absolute;
	width:45px;
	padding-left:5px;
	height:50px;
	border:2px solid #FFF;
	text-align:center;
	font-size:30px;
	border-radius:30px;
	top:0;
	color:#FFF;
	bottom:0;
	left:0;
	right:0;
	background-color:rgba(0, 0, 0, .2);
	margin:auto;
	line-height:52px
}
.slider-pro img.sp-image, .slider-pro img.sp-thumbnail {
	max-width:none!important;
	max-height:none!important;
	border:none!important;
	border-radius:0!important;
	padding:0!important;
	-webkit-box-shadow:none!important;
	-mox-box-shadow:none!important;
	box-shadow:none!important;
	transition:none;
	-moz-transition:none;
	-webkit-transition:none;
	-o-transition:none
}
.slider-pro a {
	position:static;
	transition:none!important;
	-moz-transition:none!important;
	-webkit-transition:none!important;
	-o-transition:none!important
}
.slider-pro canvas, .slider-pro embed, .slider-pro iframe, .slider-pro object, .slider-pro video {
	max-width:none;
	max-height:none
}
.slider-pro p.sp-layer {
	font-size:14px;
	line-height:1.4;
	margin:0
}
.slider-pro h1.sp-layer {
	font-size:32px;
	line-height:1.4;
	margin:0
}
.slider-pro h2.sp-layer {
	font-size:24px;
	line-height:1.4;
	margin:0
}
.slider-pro h3.sp-layer {
	font-size:19px;
	line-height:1.4;
	margin:0
}
.slider-pro h4.sp-layer {
	font-size:16px;
	line-height:1.4;
	margin:0
}
.slider-pro h5.sp-layer {
	font-size:13px;
	line-height:1.4;
	margin:0
}
.slider-pro h6.sp-layer {
	font-size:11px;
	line-height:1.4;
	margin:0
}
.slider-pro img.sp-layer {
	border:none
}

/* End Slider Pro */
