
/*===========PORTRAIT PHONE=============*/
* {
	box-sizing: border-box;
}
body {
	font-family: 'Raleway', sans-serif;
}
/*===============CUSTOM CLASSES==============*/
.center {
	text-align: center;
}
.bold {
	font-weight: 700;
}
.darkblue {
	color: #001f5c;
}
.lightblue {
	color: lightblue;
}
.nopadding {
	padding-left: 0;
	padding-right: 0;
}
/*===============TYPOGRAPHY==============*/
h1, .h1 {
	font-size: 42px;
	font-weight: 700;
}
h2, .h2 {
	font-size: 20px;
	font-weight: 700;
}
h3, .h3 {
	font-size: 28px;
	font-weight: 700;
}
h4, .h4 {
	font-size: 24px;
	font-weight: 700;
}
h5, .h5 {
	font-size: 22px;
	font-weight: 700;
}
h6, .h6 {
	font-size: 20px;
	font-weight: 700;
}
p {
	font-size: 16px;
}
/*===============STRUCTURE==============*/
.site-header {
	background: #3051cd;
	padding: 10px 0;
}
section {
	position: relative;
	clear: both;
}
.preheader {
	padding: 10px 0;
}
.home #primary {
	padding: 75px 15px;
}
#primary {
	padding: 35px 15px;
}
.white-bottom:after {
	position: absolute;
	bottom:0;
	left: 0;
	content:'';
	width: 100%;
	height: 109px;
	background: url(../images/site-images/white-bottom.png) no-repeat;
	background-position: bottom left;
	background-size: contain;
}
.white-top:after {
	position: absolute;
	top:0;
	left: 0;
	content:'';
	width: 100%;
	height: 71px;
	background: url('../images/site-images/white-top.png') no-repeat;
	background-position: top right;
	background-size: contain;
}
/*===============NAV==============*/
.main-navigation ul ul {
	position: static;
	box-shadow: none;
}
nav {
	font-size: 20px;
}
.menu-item {
	margin: 0 10px;
}
.main-navigation a {
	font-weight: 700;
	color: #ffffff;
}
.main-navigation li:hover a {
	text-decoration: none;
}
.sub-menu {
	padding: 6px;
}
.sub-menu .menu-item {
	margin: 8px 5px;
	padding: 3px;
}
.sub-menu a {
	color: #ffffff;
}
.main-navigation li {
	transition: .5s all ease-in-out;
}
.main-navigation li:hover {
	background: #9dcef9;
	text-decoration: none;
}
.menu-toggle {
	position: absolute;
	right: 5px;
	top: -50px;
	font-size: 16px;
}
.custom-logo-link img {
	max-width: 80%;
}
.menu-item {
	float:none;
	width: 100%;
	font-size: 75%;
}
/*===============GRAVITY FORMS==============*/
.form-container {
	background: rgba(000,000,000,.85);
	padding: 8px;
	margin: 10px 0;
	z-index: 999;
	position: relative;
}
#gform_1 {
	font-size: 13px;
}
#gform_1 label {
	display: none;
}
.gfield_select, .gform_wrapper.gf_browser_chrome select {
	padding: 10px 6px !important;
}
body .gform_wrapper ul li.gfield {
	margin-top:5px;
}
#gform_1 input[type=checkbox] {
	float: left !important;
}
#label_1_13_1 {
	color: #ffffff;
	margin-left: 20px;
	font-weight: 100;
	font-size: 13px !important;
}
.gform_wrapper .top_label .gfield_label {
	color: #ffffff;
}
.gform_wrapper .top_label li.gfield.gf_left_half, .gform_wrapper .top_label li.gfield.gf_right_half, .gform_wrapper ul.gform_fields li.gfield {
	padding-right: 5px !important;
	padding-left: 5px !important;
} 
.gfield_select option, #label_1_13_1 {
	font-size: 16px;
	display: block !important;
}
.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
    padding: 8px 6px !important;
	border-radius: 0px !important;
}
.gform_wrapper textarea.large {
	height: auto;
	max-height: 100px;
}
.disclaimer {
	font-size: 11px;
	color: #ffffff;
	font-style: italic;
	font-weight: normal;
}
.gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type=submit], .gform_wrapper .gform_page_footer input.button, .gform_wrapper .gform_page_footer input[type=submit] {
	font-size: 24px !important;
    margin: 0 16px 0 0;
	padding: 20px 0;
	font-weight: bold;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ff7c00+0,ffa73d+25,ffa73d+50,ffa73d+75,ff7f04+100 */
	background: rgb(255,124,0); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(255,124,0,1) 0%, rgba(255,167,61,1) 25%, rgba(255,167,61,1) 50%, rgba(255,167,61,1) 75%, rgba(255,127,4,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(255,124,0,1) 0%,rgba(255,167,61,1) 25%,rgba(255,167,61,1) 50%,rgba(255,167,61,1) 75%,rgba(255,127,4,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(255,124,0,1) 0%,rgba(255,167,61,1) 25%,rgba(255,167,61,1) 50%,rgba(255,167,61,1) 75%,rgba(255,127,4,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff7c00', endColorstr='#ff7f04',GradientType=0 ); /* IE6-9 */	
	color: #ffffff;
}
.gform_wrapper .gform_footer input.button, .gform_wrapper .gform_page_footer input.button {
	width: 47.5% !important;
    margin: 0 1% !important;
}
.gform_wrapper .gform_footer input[type=submit], .gform_wrapper .gform_page_footer input[type=submit] {
	width: 100% !important;
}
.gform_wrapper .gform_footer input.button:hover, .gform_wrapper .gform_footer input[type=submit]:hover, .gform_wrapper .gform_page_footer input.button:hover, .gform_wrapper .gform_page_footer input[type=submit]:hover {
	background: darkorange;
}
.gform_wrapper div.validation_error {
    color: #FCFFA9 !important;
    font-size: 1em;
    font-weight: 700;
    margin-bottom: 25px;
    border: 2px solid #FCFFA9 !important;
    padding: 16px 0;
    clear: both;
    width: 100%;
    text-align: center;
}
.gform_wrapper .validation_message {
    color: #FCFFA9 !important;
    font-weight: 700;
    letter-spacing: normal;
}
.gform_wrapper .gfield_error .gfield_label {
    color: #FCFFA9 !important;
}
.gform_wrapper li.gfield.gfield_error, .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
    background-color: #000 !important;
    margin-bottom: 0px!important;
    border-top: 0px solid transparent !important;
    border-bottom: 0px solid transparent !important;
    padding-bottom: 3px !important;
    padding-top: 0px !important;
    box-sizing: border-box;
}
.gform_wrapper .gform_footer {
	margin: 0 !important;
}
.gfield_checkbox {
	color: #ffffff;
}
.gform_wrapper .gfield_checkbox li input, .gform_wrapper .gfield_checkbox li input[type=checkbox], .gform_wrapper .gfield_radio li input[type=radio] {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: top !important;
    margin-left: 1px;
}
#gform_previous_button_2 {
	display:none !important;
}

/*===============HOMEPAGE==============*/
.home .hero {
	background: url('../images/site-images/man-and-woman-looking-at-another.jpg') no-repeat;
	background-size:cover;
	background-position: bottom left;
}
.blue-hero {
	background: #9dcef9;
}
.hero-lcol {
	position: relative;
	height: auto;
}
@keyframes grow {
	from {bottom: -500px;opacity:0;height:0}
	to {bottom: 0;opacity:1;height:auto;}
}
.headline {
	margin: 25px 0;
}
.symptoms {
	background: rgba(255,255,255, .88);
	padding: 0 20px 50px 20px;
	height: auto;
}
.symptoms li {
	font-size: 20px;
	position: relative;
	line-height: 1;
	margin-bottom: 15px;
	margin-left: 25px;
}
.symptoms li:before {
	content: "\f00c";
	font-family: 'FontAwesome';
	color: green;
	position: absolute;
	left: -35px;
}
.home-row-2 {
	padding-bottom: 75px;
}
/*===============QUICKLINKS==============*/
.quicklinks-section {
	padding: 75px 0;
	background: #9dcef9;
}
.quicklinks_container {
	min-height: 335px;
}
.quicklinks_container ul {
	padding-left: 15px;
}
.quicklinks_container ul li {
	padding: 8px 0; 
}
.quicklinks_header {
	border-bottom: 1px solid #fff;
	min-height: 105px;
}
.quicklinks_header .h6 {
	font-size: 16px;
}
.quicklinks_header .long-title {
	margin-top: 0;
}
.quicklinks_header  img {
	max-width: 50px;
}
.quicklinks_body {
	clear: both;
}
.quicklinks_body a {
	font-size: 20px;
	color: #002a4b;
}
.quicklinks_body a:hover {
	text-decoration: none;
	color: #2f4eba;
	font-weight: 700;
}
.quicklinks_body a:after {
	font-family: 'FontAwesome';
	content: "\f138";
	transition: all .5s ease-in-out;
	margin-left: 10px;
	font-size: 85%;
	color: #2f4eba;
	font-weight: normal;
}
.quicklinks_body a:hover::after {
	margin-left: 20px;
	font-weight: normal;
}

/*===============INTERIOR TEMPLATES==============*/
.scrolltop {
	background: #9dcef9;
	padding:50px 0;
}
.scrolltop button {
	background: #002a4c;
	padding: 15px 75px;
	color: #ffffff;
	font-weight: 700;
	border: none;
	transition: .5s all ease-in-out;
}
.scrolltop button:hover {
	background: #3051cd;
}
.xarelto-bottom, .ivc-bottom, .hernia-bottom, .gm-bottom {
	background: #f1f1f1;
	padding: 100px 0;
}
/*===============RSS TICKER==============*/
.ticker {
	background:#f1f1f1;
	padding: 75px 0;
}
.tickercontainer {
	height: 75px !important;
}
.feedzy-rss .rss_item {
	margin: 0 10px !important;
	float: left !important;
	border-right: 1px solid #ccc;
	padding-right: 25px !important;
}
.feedzy-rss .rss_item .title {
	font-size: 18px;
	font-family: 'Raleway', sans-serif;
	text-transform: uppercase;
}
.rss_content {
	font-size: 18px;
}
.feedzy-rss .rss_item .rss_content small {
	font-family: 'Raleway', sans-serif;
}
.ticker h4 {
	background: url(../images/site-images/bar-bg.jpg) repeat-x;
	background-position: center center;
	margin-bottom: 25px;
}
.ticker h4 span {
	background: #f1f1f1;
	padding: 0 10px;
}
.site-footer {
	background: #002a4c;
	padding: 30px 0;
	color: #ffffff;
}
.site-footer a {
	color: #ffffff;
}
.site-info {
	padding-top: 15px;
}
.site-info ul li {
	display: inline;
}
.site-info .social-media-icons {
	font-size: 30px;
	margin: 10px;
}
.site-footer .footer-links {
	padding-left: 25px;
	margin-right: 25px;
}
.site-footer .page_item {
	list-style: none;
	position: relative;
	padding-left: 15px;

}
/*.site-footer .page_item:before {
	content: "\f0da"; 
	font-family: 'FontAwesome';
	position: absolute;
	left: -15px;
	color: #2b4f73;
}
*/
.site-footer .page_item a {
	font-size: 18px;
}
.page-item-41, .page-item-53, .page-item-63, .page-item-71, .page-item-77 {
	font-weight: bold;
	border-bottom: 1px solid #fff;
	margin-top: 20px;
	padding-left: 0 !important;
}

@media screen and (min-width: 480px) {

}
@media screen and (min-width: 600px) {
.main-navigation ul ul {
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
    float: left;
    position: absolute;
    top: 100%;
    left: -999em;
    z-index: 99999;
}
.sub-menu {
	background: #2c4ac5; 
	}
.main-navigation ul ul {
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
}
.custom-logo-link img {
	max-width: 100%;
}

}
/*===========TABLET=============*/
@media screen and (min-width: 768px) {
	body .gform_wrapper ul li.gfield {
		margin-top: 5px !important;
	}
	.symptoms {
		position: relative;
	}
	.page-template .symptoms {
		bottom: 20px;
	}
	#yellowArrow {
		position: absolute;
		right: -155px;
		bottom: -50px;
		z-index: 9999;
	}
	.menu-item {
	float:left;
	width: auto;
	font-size: 100%;
	}
	
}
/*===========DESKTOP SMALL SCREEN=============*/
@media screen and (min-width: 960px) {
	.gform_wrapper textarea.large {
		height: 80px;
		width: 100%;
	}	
	.main-navigation {
		margin-top: 15px;
	}

	.xarelto-bottom {
		background: url(../images/site-images/lawyer-meeting-with-client.png) no-repeat #f1f1f1;
		background-position: top right;
	}
	.hernia-bottom {
		background: url(../images/site-images/woman-in-pain.png) no-repeat #f1f1f1;
		background-position: top right;
	}
	.ivc-bottom {
		background: url(../images/site-images/medical-lawsuit.png) no-repeat #f1f1f1;
		background-position: top right;
	}
	.gm-bottom {
		background: url(../images/site-images/car-going-fast.png) no-repeat #f1f1f1;
		background-position: top right;
	}
	
.white-bottom:after {
	position: absolute;
	bottom:0;
	left: 0;
	content:'';
	width: 100%;
	height: 109px;
	background: url(../images/site-images/white-bottom.png) no-repeat;
	background-position: bottom left;
	background-size: cover;
}
.white-top:after {
	position: absolute;
	top:0;
	left: 0;
	content:'';
	width: 100%;
	height: 71px;
	background: url('../images/site-images/white-top.png') no-repeat;
	background-position: top right;
	background-size: cover;
}

}
/*===========DESKTOP BOOTSTRAP GRID=============*/
@media screen and (min-width: 1200px) {
	.form-container {
		position: relative;
	}

.home .hero {
	background: url('../images/site-images/man-and-woman-looking-at-another.jpg') no-repeat;
	background-size:cover;
	background-position: center left;
}
.home .hero-lcol {
	position: relative;
	height: 580px;
}
.hero-lcol {
	position: relative;
	height: 500px;
}

.symptoms {
	background: rgba(255,255,255, .88);
	position: absolute;
	bottom: 0;
	padding: 0 20px 50px 20px;
	height: auto;
	
}
	.home .symptoms {
		animation: grow 2s ease-in-out;
	}
.symptoms li {
	font-size: 20px;
	position: relative;
	line-height: 1;
	margin-bottom: 15px;
	margin-left: 0;
}
	.xarelto-bottom, .ivc-bottom, .hernia-bottom, .gm-bottom {
		padding: 200px 0;
	}
	
}
/*===========LAPTOP=============*/
@media screen and (min-width: 1366px) {

}
/*===========DESKTOP COMMON=============*/
@media screen and (min-width: 1440px) {

}
/*===========DESKTOP LARGE SCREEN=============*/
@media screen and (min-width: 1600px) {
	.container {
		width: 1570px;	
	}
}
/*===========DESKTOP HDMI=============*/
@media screen and (min-width: 1920px) {

}