@import "../reset.css";

/*******************************************
:--- Fonts ---:
*******************************************/

:root {
    /* Fonts */
    --IBM-Plex-Sans: "IBM Plex Sans", sans-serif;
    --source-serif-4: "Source Serif 4", serif;
}

/*******************************************
:--- Defaults ---:
*******************************************/

body {
    font-family: var(--IBM-Plex-Sans);
    font-weight: 300;
    font-size: 18px;
    line-height: 26px;
	background: #faf8f1 url(../../images/bg-texture.png);
}

* {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	outline: none !important;
}

.group:after {
	display: block;
	height: 0;
	clear: both;
	content: ".";
	visibility: hidden; /* For clearing */ 
}

::-moz-selection { 
	background: #ff0;
	color: #333;
}
::selection {
	background: #ff0;
	color: #333;
}

.live_chat {cursor:pointer;}

input, textarea {

}

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}

h1 {
    color: #dd661e;
    font-family: var(--IBM-Plex-Sans);
    font-weight: 700;
    font-size: 58px;
    line-height: 58px;
    text-shadow: 2px 3px 0 #fff;
    text-transform: uppercase;
}

h2 {
	color: #00529b;
    font-family: var(--IBM-Plex-Sans);
    font-weight: 700;
    font-size: 32px;
    letter-spacing: 1px;
    line-height: 40px;
}

a, a:hover, a:active, a:focus {
	text-decoration: none;
}

strong {
    font-family: var(--IBM-Plex-Sans);
    font-weight: 700;
}

.button a {
    transition: all 0.3s;
    border: 5px solid #fff;
    background: #00529b;
    color: #ffffff;
    display: block;
    font-family: var(--IBM-Plex-Sans);
    font-weight: 700;
    font-size: 14px;
    left: -25px;
    letter-spacing: 1px;
    padding: 9px 14px;
    text-transform: uppercase;
}

.button a:hover {
	background: #4c87b5;
}

.button a i {
	position: relative;
	top: 1px;
}

.button.clear a {
  border-color: #f37021;
  background: rgba(255,255,255,0.8);
  color: #f37021;
}

.button.clear a:hover {
	background: #f37021;
	color: #fff;
}

.button.orange a {
  border-color: #dd661e;
  background: #dd661e;
}

.button.orange a:hover {
	border-color: #f37021;
	background: #f37021;
}

/*******************************************
:--- Header ---:
*******************************************/

header {
	background: transparent;
	position: relative;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 2;
}

/* UF Logo */

.uf-logo {
	background: #00529b;
	display: block;
	float: left;
	height: 50px;
	position: relative;
	width: 50px;
	z-index: 1001;
	left: 0;
}

.uf-logo:hover {
	background: #084b81;
}

.uf-logo img {
	margin: 15px 0 0 10px;
	height: 20px;
	width: 30px;
}

/* UF Logo Full*/

.uf-logo-full {
	background: #00529b;
	display: none;
	float: left;
	height: 50px;
	width: 204px;
}

.uf-logo-full img {
	margin: 10px 0 0 10px;
	width: 181px;
}

/* UF SM Logo */

.uf-sm-logo img {
	display: block;
	height: 100px;
	left: 0;
	margin-left: 30px;
	position: absolute;
	top: 4px;
	width: 296px;
}

.request-info {
	cursor: pointer;
}

/*******************************************
:--- Navigation ---:
*******************************************/

.menu-wrap {
	background: transparent;
	display: block;
	float: none;
	height: auto;
	overflow: visible;
	padding-left: 0;
	position: relative;
	top: 0;
	width: 100%;
	z-index: 1;
	padding-top: 0;
}

.extra-menu-wrap {
	background: #dd661e;
	display: block;
	float: left;
	height: 50px;
	left: 0;
	padding-left: 0;
	position: fixed;
	text-align: left;
	top: 0;
	width: 100%;
	z-index: 1000;
}

.extra-menu-wrap:before {
	content: "";
	display: table;
}

.extra-menu-wrap:after {
	clear: both;
	content: "";
	display: table;
}

.extra-menu-wrap ul {
	display: inline-block;
	padding-right: 20px;
	float: right;
}

.extra-menu-wrap ul li {
	color: #fff;
	display: block;
	float: left;
    font-family: var(--IBM-Plex-Sans);
    font-weight: 700;
	font-size: 14px;
	letter-spacing: 1px;
	line-height: 14px;
	padding: 18px 10px;
	text-transform: uppercase;
}

.extra-menu-wrap ul li a {
	color: #fff;
	display: block;
	text-transform: uppercase;
}

.extra-menu-wrap ul li a:hover {
	opacity: 0.8;
}

.extra-menu-wrap ul li i {
	font-size: 12px;
}

.extra-menu-wrap ul li a.tel-number {
	cursor: default;
}

.extra-menu-wrap ul li a.tel-number:hover {
	opacity: 1;
}

.main-menu-wrap {
  background: #fff;
  display: block;
  overflow: visible;
  padding: 0 0 0 325px;
  position: relative;
  top: 50px;
  border-bottom: 1px solid #edbda1;
}

.main-menu-wrap:before {
	content: "";
	display: table;
}

.main-menu-wrap:after {
	content: "";
	clear: both;
	display: table;
}

#menu-main {
	width: 100%;
}

.header-chat {
  float: right;
  height: 99px;
  padding:22px;
}

.tagline {
  float: right;
  height: 99px;
  padding:22px;	
}
.tagline ul {margin-top: 14px;}

.tagline li {
    font-family: var(--source-serif-4);
    font-weight: 500;
    display: inline-block;
    color: #00529b;
    font-weight: 500;
    font-size: 17px;
}

.tagline li:after {
    content: "-";
    display: inline-block;
    margin: 0 2px 0 6px;
    color: #000;
}

.tagline li:last-of-type:after {
	display: none;
}

/*******************************************
:--- Structure ---:
*******************************************/

.main-wrap {
	margin-top: 50px;
	overflow-x: hidden;
}

.hero-sec {
	margin-bottom: 20px;
	position: relative;
}

.hero-sec .container-fluid {
	max-width: 1360px;
}

.hero-sec .bg-wrap {
  min-height: 200px;
  background-size: cover;
  padding: 30px 0 60px;
}

.hero-sec .bg-wrap.lp-c {
  background-image: url(../../images/ppc-rebrand/hero-bg.jpg);
}

.hero-sec .bg-wrap.lp-d {
  background-image: url(../../images/ppc-rebrand/hero-bg2.jpg);
}

.hero-sec .message {
    background: rgba(255, 255, 255, 0.75);
    border: 10px solid #fff;
    padding: 30px;
    color: #00529b;
    font-family: var(--source-serif-4);
    font-weight: 500;
    font-size: 16px;
    line-height: 27px;
	margin-left: 40px;
}

.hero-sec .bg-wrap.lp-d h1 {
	color: #fff;
	text-shadow: 2px 3px 0 #dd661e;
}

.hero-sec .message h2 {
	margin-bottom: 20px;
}

.hero-sec .message p a {
  color: #dd661e;
  font-weight: 700;	
}

.hero-sec .action-buttons {
	margin-top: 30px;
	/*display: flex;*/
	display: none;
	text-align: center;
}

.hero-sec .action-buttons > div {
	display: inline-block;
	margin:5px;
	flex: 1;
}

.hero-sec .action-buttons > div:first-of-type {
	flex: 1;
}

.hero-sec:before {
  background: url(../../images/edge-bottom-texture.png);
  background-position: top center;
  bottom: 0;
  content: '';
  display: block;
  height: 40px;
  left: 0;
  position: absolute;
  width: 100%;
}

.form-block {
  background: #084b81 url(../../images/bg-texture-dark.png);
  border: none;
	margin-top: 20px;
  padding: 30px;
  text-align: center;
 	margin-left: 40px;
}

.form-block h3 {
	color: #fff;
    font-family: var(--source-serif-4);
    font-weight: 500;
	font-size: 22px;
	margin-bottom: 25px;
	text-align: left;
}

.main-tabs .nav-tabs {
	display: flex;
	margin-bottom: 25px;
	border-bottom: 1px solid #a4a29a;
}

.main-tabs .nav-tabs>li {
    flex: 1;
    text-align: center;
}

.main-tabs .nav-tabs>li>a {
    margin-right: 2px;
    flex: 1;
    line-height: normal;
    padding: 21px 0;
    display: block;
    height: 100%;
    border: 1px solid rgba(0, 0, 0, 0.3);
    margin: 0 9px;
    color: #00539b;
    font-family: var(--source-serif-4);
    font-weight: 500;
    background: #554b2b26;
    border-bottom: none;
    transition: all 0.3s;
}

.main-tabs .nav>li>a:hover, .nav>li>a:focus {
    text-decoration: none;
    background-color: #4c87b5b0;
    color: #fff;
}

.nav-tabs>li.active>a, 
.nav-tabs>li.active>a:hover, 
.nav-tabs>li.active>a:focus {
	background: #dd661e;
	color: #fff;
}

.main-content {
	padding-bottom: 40px;
}

.main-content p {
    margin: 0 0 20px;
}

/*******************************************
:--- Form ---:
*******************************************/

#syndicate_form .name-fields label, #syndicate_form .contact-fields label {display: none;}


::-webkit-input-placeholder {color: #BBB; }
::-moz-placeholder {/* Firefox 19+ */color: #BBB;opacity: 1; }
:-ms-input-placeholder {color: #BBB; }
#result {margin-bottom: 100px; }

.popover {
  text-align: center;
  font-weight: bold;
}
.popover.bottom>.arrow {
  top: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
}

.popover.bottom>.arrow:after {
  border-bottom-color: #fff;
  top: -3px;
  box-shadow: none;
}

.popover.bottom>.arrow {
  border-bottom-color: #fff;
}

.form-wrap input,
.form-wrap select,
.form-wrap textarea {
	background: #fff;
    border: 1px solid #d4cfbd;
    border-radius: 0;
    box-shadow: inset 0 2px 2px #eee;
    color: #00529b;
    font-family: var(--source-serif-4);
    font-weight: 500;
    font-size: 14px;
    padding: 12px;
    width: 100%;
}

.form-wrap input:focus,
.form-wrap select:focus,
.form-wrap textarea:focus {
	border: 1px solid #dd661e;
}

.form-wrap input[type=button], 
.form-wrap input[type=submit] {
    border: 5px solid #fff;
    background: #dd661e;
    color: #ffffff;
    display: inline-block;
    font-family: var(--IBM-Plex-Sans);
    font-weight: 700;
    font-size: 18px;
    letter-spacing: 1px;
    padding: 14px 14px;
    text-transform: uppercase;
    box-shadow: none;
    margin: 0 auto 25px auto;
    transition: all 0.3s;
}

.form-wrap input[type=button]:hover, 
.form-wrap input[type=submit]:hover {
	background: #f37021;
}

.form-wrap  #continueButton,
.form-wrap #finalSubmission {
	width: 55%;
	display:inline-block;
	float: right;
	max-width: 250px;
}

.form-wrap #finalSubmission {
	margin-bottom: 100px;
}

.form-wrap #backButton {
	width: 37%;
	display: inline-block;
	float: left;
	max-width: 250px;
}

.form-wrap .popover.bottom {
    margin-top: 10px;
    border: 5px solid #fff;
    max-width: 327px;
    background: #a9dcda;
    color: #00529b;
    font-weight: 800;
    font-family: var(--source-serif-4);
    font-weight: 500;
}

#backButton input {
    border-color: #ffffff;
    background: rgba(255, 255, 255, 0);
    color: #fff;
}

#trustbuilder {
    color: #fff;
    font-size: .85em;	
    clear: both;
}

#trustbuilder .required-ast,
.asterix {
	color: #f37021;
	display: inline-block;
	margin-left: 3px;
}

#trustbuilder .lock:before {
	font-family: FontAwesome;
	display: inline-block;
	content: "\f023";
	margin-left: 10px;
}

.required-ast-nolabel {
	display: none;
}

.fields label {
    color: #fff;
    font-family: var(--source-serif-4);
    font-weight: 500;
    font-size: 18px;
    line-height: normal;
    margin-top: 20px;
    margin-bottom: 6px;
    display: block;
    text-align: left;
    padding-left: 0;
    white-space: normal;
}

.form-wrap .error {
    background: #dd661e;
    padding: 0px 10px;
    border-radius: 5px;
    color: #fff;
    font-weight: 800;
    float: left;
    margin-top: 0px;
    font-size: 13px;
    text-transform: uppercase;
    position: relative;
}

.form-wrap .error:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #dd661e;
    position: absolute;
    top: -7px;
}

.form-wrap .tcpa-3step {
  font-size: .8em;
  line-height: normal;
  color: rgba(255, 255, 255, 0.5);
  position: absolute;
  width: 69%;
  margin-left: -30%;
}

.form-wrap .name-fields .fields,
.form-wrap .contact-fields .fields {
	float: left;
	position: relative;
	margin-bottom: 20px;
	width: 48%;
}

.form-wrap .name-fields .fields:last-of-type,
.form-wrap .contact-fields .fields:last-of-type {
	float: right;
}

.form-wrap .contact-fields .fields:last-of-type {
	margin-bottom: 0;
}

.form-wrap .required-ast-nolabel {
  position: absolute;
  color: #dd661e;
  right: -12px;
  top: -6px;
  display: block;
  font-size: 25px;
}

.info-step1-header, .info-step2-header, .info-step3-header {
  height: 65px;
  width: 100%;
  margin-bottom: 10px;
  background-size: contain;
  background-repeat: no-repeat;
}

.info-step1-header {
  background-image: url(../../images/ppc/ppc-rebrand-step-1.png);
}

.info-step2-header {
  background-image: url(../../images/ppc/ppc-rebrand-step-2.png);
}

.info-step3-header {
  background-image: url(../../images/ppc/ppc-rebrand-step-3.png);
}

.gridlist {
	float: left;
	display: block;
	width: 100%;
	margin: 30px 0!important;
}

.gridlist li {
	display: block;
	background: #4f8fb5;
	padding: 3em 0.75em;
	vertical-align: middle;
	width: 19%;
	border: 4px solid #fff;
	font-size: 17px;
	line-height: 1.3em;
	float: left;
	min-height: 180px;
	margin: 0 1% 0 0;
    font-family: var(--source-serif-4);
    font-weight: 500;
	text-align: center;
	color: #fff;
}

.gridlist li:last-of-type {
	margin: 0;
}

.gridlist li img {
	display: block;
	margin: 0px auto 10px auto;
	max-width: 70px;
	-webkit-filter: grayscale(1);
	-webkit-filter: grayscale(100%);
	filter: gray;
	filter: grayscale(100%);
}

.content-buttons .button {
	display: inline-block;
	margin-bottom: 10px;
	margin-right: 20px;
}

/*******************************************
:--- Footer ---:
*******************************************/

.footer-bottom {
  background: #fff;
  padding-bottom: 28px;
  padding-top: 43px;
  border-top: 1px solid #edbda1;
}

.footer-wrap > div {
	text-align: center;
}

.footer-links {
	right: 33.33333%;
	width: 66.66666%;
}

.footer-logo img {
	height: auto;
	max-width: 223px;
}

.social-links {
	float: none;
	margin: 0 0 30px;
}

.social-links li {
	display: inline-block;
	margin: 0 10px 0 0;
}

.social-links li a {
	border: 2px solid #f37021;
	border-radius: 50%;
	color: #f37021;
	display: block;
	font-size: 21px;
	height: 46px;
	padding: 10px 0 0 15px;
	position: relative;
	width: 46px;
	text-align: left;
}

.social-links li:last-child a {
	font-size: 23px;
	padding: 10px 0 0 11px;
}

.social-links li a:hover {
	background: #f37021;
	color: #fff;
}

.footer-contact {
    position: relative;
    top: -13px;
}

.footer-contact p {
	font-size: 16px;
	line-height: 22px;
}

.footer-contact p strong {
    font-family: var(--source-serif-4);
	font-weight: 700;
}

.footer-contact p.copyright {
	display: block;
	font-size: 11px;
}

.address span a.tel-number {
	color: #333;
	cursor: default;
}

.address span a.tel-number:hover {
	color: #333;
}

.footer-copy {
    font-size: .85em;
    text-align: center;
    line-height: 1.4em;
}

.footer-copy a {
	color: #dd661e;
}

#cg a {color: #428bca;}

.tab-content h3 {
	margin: 25px 0 13px 0;
	font-size: 1em;
	font-weight: 400;
    font-family: var(--source-serif-4);
	color: #00529b;
}

.tab-content ul {
	margin-bottom: 20px;
    margin-left: 20px;
}

.tab-content li {
	margin-bottom: 10px;
	list-style-type: disc;
}

.paads-block {
	padding: 20px 0;
	position: relative;
	padding-left: 23%;
}

.paads-logo {
	width: 19%;
	display: block;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -31px;
}

.paads-logo img {
	max-width: 100%;
}

.inline-img {
  max-width: 330px;
  float: right;
  margin-left: 30px;
  border: 10px solid #fff;
}

.inline-img img {
	max-width: 100%;
}

.cta-banner {
    background: #084b81 url(../../images/bg-texture-dark.png);
    border: none;
    padding: 30px;
    text-align: center;	
}

.cta-banner h3 {
    color: #fff;
    font-size: 45px;
    margin-bottom: 20px;
    font-family: var(--IBM-Plex-Sans);
    font-weight: 700;
    text-transform: uppercase;
    text-shadow: 2px 3px 0 #4f86b1;
}

/*******************************************
:--- VWO Testing Variations Hide/Show ---:
*******************************************/

.control-intro {display:block;}
.mvt-intro {display:none;}

.control-top-btn {display:block;}
.mvt-top-btn {display:none!important;}

.mvt-tab {display:none!important;}
.mvt-bottom-btn {display:none!important;}


/*******************************************
:--- Carousel ---:
*******************************************/

.right-col-callout {
	float: right;
	width: 400px;
	padding: 20px;
	background: rgba(255, 255, 255, 0.75);
	text-align: center;
	margin: 0 0 15px 25px;
	color: #4f8fb5;
}

.right-col-callout h3 {
	color: #00529b;
    font-family: var(--IBM-Plex-Sans);
    font-weight: 700;
	font-size: 24px;
	margin-top: 0;
	text-transform:uppercase;
	padding-bottom:5px;
}

.carousel-control {
    position: absolute;
    top: 100px;
    bottom: 0;
    left: 0;
    width: 35px;
    height: 35px;
    font-size: 20px;
    text-shadow: none!important;
    opacity: 1;
    background:none!important;
    border:0!important;
}

.carousel-control .fa {
	background: #484D56;
	padding: 4px 10px;
	border: 1px solid #333;
	opacity:0.7;
}

.carousel-control .fa:hover {
	opacity:1;
}

.carousel-control.left {
	left: 4px;
}

.carousel-control.right {
  right: 4px;
  left: auto;
}

.carousel-indicators {
  position: relative;
  top: 10px;
  left: 0;
  width: 100%;
  padding-left: 0;
  margin-left: 0;
	margin-bottom: 10px;
	background: #4f8fb5;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  border: 0;
  border-radius: 10px;
}
.carousel-indicators .active {
  width: 12px;
  height: 12px;
  margin: 0;
  background-color: #fff;
}
.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
}

.glyphicon-chevron-left, .glyphicon-chevron-right {display:none!important;}

.right-col-callout p {
	font-size: 12px;
	line-height: 18px;
	color:#484D56;
    font-family: var(--source-serif-4);
    font-weight: 500;
}

.white-inner {
 -webkit-box-shadow:inset 0px 0px 0px 6px #fff;
	-moz-box-shadow:inset 0px 0px 0px 6px #fff;
	box-shadow:inset 0px 0px 0px 6px #fff;
	width:100%;
	height:100%;
	display:inline-block;
	padding: 20px;
}

.full-width {
	margin: 20px 0 10px 0;
	border: solid 10px #fff;
}

/*******************************************
:--- Media Queries ---:
*******************************************/

@media (max-width: 1440px) {
	h1.title {
		max-width: 520px;
	}
}

@media (max-width: 1199px) {
	.container {
	    width: 100%;
	}
	
	.form-wrap .name-fields .fields, .form-wrap .contact-fields .fields {
		width: 100%;
	}
	
	.form-wrap .contact-fields .fields:last-of-type {
		margin-bottom: 20px;
	}

	.form-wrap input[type=button], .form-wrap input[type=submit] {
	    font-size: 14px;
	}

}

@media (max-width: 992px) {
	.main-wrap {
	  margin-top: 50px;
	}

	.uf-logo {
		display: none;
	}
	
	.menu-wrap {
		background: #dd661e;
    display: none;
    height: calc(100vh - 60px);
    overflow: scroll;
    position: absolute;
    top: 60px;
    width: 100%;
    z-index: 1000;
	}
	
	.extra-menu-wrap ul {
		display: block;
		padding: 0;
	}
	
	.main-menu-wrap {
		background: #fff;
		display: none;
		padding: 0;
		position: relative;
		top: auto;
	}
	
	#menu-main ul.sub-menu {
		display: none !important;
	}
	
	#menu-main .menu-item.menu-item-has-children:hover ul.sub-menu .menu-item.menu-item-has-children:hover ul.sub-menu {
		display: none;
	}
	
	.uf-logo-full {
		display: block;
	}
	
	.uf-sm-logo {
		display: none;
	}

	.nav-open {
		display: none;
	}
	
	.hero-sec .message {
		margin-left: 0;
	}
	
	h1.title {
		font-size: 48px;
		margin-bottom: 40px;
	}
	
	.form-wrap .name-fields .fields, .form-wrap .contact-fields .fields {
		width: 48%;
	}
	
	.form-wrap .contact-fields .fields:last-of-type {
		margin-bottom: 0;
	}
	
	.form-block {
    margin-left: 0;
    margin-top: 25px;
	}

	.form-wrap .tcpa-3step {
    width: 79%;
    margin-left: 10%;
    left: 0;
	}

	.footer-wrap > div {
    text-align: center;
    margin-bottom: 57px;
	}

	.gridlist li {
		margin-right: 2%;
		min-height: 140px;
	  width: 49%;
	}
	
	.gridlist li:nth-child(even){
		margin-right: 0;
	}
	
	.gridlist li:last-child {
		margin-left: 25.5%;
	}

}

@media (max-width: 767px) {
	
	.hero-sec .bg-wrap {
		background-position: center center;
	}
	
	h1.title {
		max-width: 100%;
	}
	  
	.inline-img {
    max-width: 330px;
    float: none;
    margin: 20px auto;
    border: 10px solid #fff;
	}	
	
	.right-col-callout {
		margin: 0 0 25px;
		width: 100%;
	}
  
  .footer-bottom {
    padding-bottom: 100px;
  }
  
}

@media (max-width: 620px) {
	
	.form-wrap .name-fields .fields, .form-wrap .contact-fields .fields {
		width: 100%;
	}
	
	.form-wrap .contact-fields .fields:last-of-type {
		margin-bottom: 20px;
	}
	
	.request-info {
		display: none;
	}
  
}

@media (max-width: 550px) {
  
	h1.title {
		font-size: 32px;
		line-height: 38px;
		text-align: center;
	}

	.hero-sec {
    margin-bottom: 0;
    position: relative;
	}

	.hero-sec .action-buttons {
		display: block;
	}

	.hero-sec .action-buttons > div {
    display: block;
    margin: 5px 5px 10px 5px;
	}

	.hero-sec .message {
    font-size: 15px;
    line-height: 22px;
	}

	h2 {
    font-size: 28px;
    line-height: 32px;
	}

	.main-tabs .nav-tabs>li>a {
    margin: 0 3px;
    font-size: 12px;
	}

	.cta-banner h3 {
	   font-size: 30px;
	}

}

@media (max-width: 480px) {
	.gridlist li {
		margin-right: 0;
		min-height: 130px;
	  width: 100%;
	}
	
	.gridlist li:last-child {
		margin-left: 0;
	}
}

@media (max-width: 405px) {
	.header-phone {
		display: none !important;
	}

	.paads-block {
		padding: 0;
		position: relative;
		padding-left: 0%;
	}

	.paads-logo {
		width: 50%;
		display: block;
		position: static;
		margin-bottom: 18px;
		margin-top: 0;
	}

}

/*******************************************
:--- IE Fixes ---:
*******************************************/

.ie7 .tooltip, .ie8 .tooltip {display:none!important}

.ie7 label, .ie8 label, .ie9 label {
	display:block!important;
}

.ie7 .required-ast-nolabel, .ie8 .required-ast-nolabel, .ie9 .required-ast-nolabel {
	display:none;
}

