/*Radiation Detection Company Stylesheet
Created: 6/10/16
Author: Kim John
Version: 1.0
*/

/*Resets*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #4d4d4d;
  /* max-width: 100%; */
  -webkit-font-smoothing: antialiased;
  text-shadow: 1px 1px 1px rgba(0,0,0,0.004);
}

/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {display: block;}

/*General Style Defaults-----------------------------*/
b, strong{font-weight: 600;}

h1,h2,h3, h1 strong{color: #013c5b;font-family: 'Merriweather',serif;font-weight:700;}

h1{font-size: 2em;padding: 40px 0 40px 0;}
.body-content p{
	padding:10px;
}
.body-content a, body p a{text-decoration: none;cursor: pointer;color: #109ad6;}
.body-content a:hover, body p a:hover{color: #013c5b}
.body-content{width: 50%;margin:0 auto;}
em, i{font-style:italic;}
/*---------------------------------------------------*/


/*HEADER SECTION-------------------------------------*/
.hdr-bg{
	background-size: cover;
	background-repeat: no-repeat;
	--background-attachment: fixed;
	width: 100%;
	height: 400px;
	margin-top:0;
	padding:0;
	background-position: center;
}

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

#toggle-menu, #ftr-toggle-menu{
	background: url('/media/1077/hamburger.png') center center no-repeat;
	width: 35px;
	height:25px;
	overflow:hidden;
	position:relative;
	float: right;
	margin-right: 20px;
	top: -33px;
	cursor: pointer;
}


#hdr-nav{
	background-color: #013c5b;
	width: 100%;
	display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
	display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
	display: -ms-flexbox;      /* TWEENER - IE 10 */
	display: -webkit-flex;     /* NEW - Chrome */
	display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
}
.main-nav{
	margin:0 auto;
	width: 1100px;
}

#full-nav{
	float:left;
}

#full-nav li{padding: 15px;}

.brand{
	float:left;
	position:relative;
	overflow:hidden;
}

.logo {
	padding-left: 40px;
	padding-top: 8px;
	width: 80px;
	position:relative;
}
.logo img{
	height: 50px;
}

header ul, footer ul{
	position: relative;
	list-style: none;
	font-family: 'Open Sans';
	font-weight: 300;
	font-size: 1.1em;
	display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
	display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
	display: -ms-flexbox;      /* TWEENER - IE 10 */
	display: -webkit-flex;     /* NEW - Chrome */
	display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
	-webkit-justify-content: space-around;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	padding-top: 19px;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
}

header ul{
	font-size: 1.3em;
	padding-top: 0;
}

footer{
	margin-top: -7px;
}

#mobile-nav ul{
	display:block;
	width: 250px;
}
#mobile-nav ul li{
	padding:10px;
}

.mobile-nav-container{
	width: 250px;
	background-color: rgba(0,0,0,.75);
	position:fixed;
	top:0;
	z-index: 9;
	right:0;
	display: none;
}

#mobile-nav{
	text-align:center;
}

#close-menu{
	
	/* Safari */
	-webkit-transform: rotate(-45deg);

	/* Firefox */
	-moz-transform: rotate(-45deg);

	/* IE */
	-ms-transform: rotate(-45deg);

	/* Opera */
	-o-transform: rotate(-45deg);

	/* Internet Explorer */
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
	width: 30px;
	position: fixed;
	margin-left: 200px;
	z-index: 9;
}

.close-mobile-nav{
	text-align:center;
	font-size:3em;
	color:#fff;
	text-align:right;
	cursor:pointer;
}

header li, .footer-nav li{
	padding: 0 15px;
}

header li a, footer li a{
	color: #fff;
	text-decoration: none;
}

header li a:hover, footer li a:hover, #subfooter nav a:hover, .body-content a:hover{
	color:#109ad6;
	-webkit-transition: all .5s ease-in;
  	transition: all .3s ease-in;
}

header .current a, footer .current a{
	color:#109ad6;
}

.hdr-video{
    position:relative;
    margin:0 auto;
    margin-top: -250px;
    z-index:1;
    border: 8px solid #fff;
    height: 450px;
    width: 800px;
}

.hdr-video iframe{
	width: 800px;
	height: 450px;
}

/*Sub Navigation on Page-------------------------------*/

#subNav{
	width:100%;
	background-color:#109ad6;
}

#subNav nav{
	width: 900px;
	padding: 10px 0;
	margin:0 auto;
	text-align: center;
	line-height: 2.0;
	/* overflow: auto; */
}

#subNav ul li{
	list-style:none;
	display:inline;
}

#subNav nav a, #subfooter nav a{
	color: #fff;
	text-decoration: none;
	font-size: 1.2em;
	padding-right: 20px;
	cursor:pointer;
}

#subNav nav a:hover{
	color: #013c5b;
}
/*End Sub Nav--------------------------*/

/*Home Page-----------------------------*/
#hero{
	margin:0;
	padding:0;
	position:relative;
	overflow:hidden;
}

#home.hdr-video{margin-top: 20px}

.hero-text{
	padding-top:200px;
}

.hero-text h1{
	text-transform:uppercase;
	color:#fff;
	font-size: 4em;
	max-width: 1200px;
	text-align: center;
	margin: 0 auto;
}
#hero .hero-cta{
	padding-top:50px;
}
.hero-cta{
	position:relative;
	margin: 0 auto;
	width:415px;
}

.hero-cta .blue-btn{
	/* float:left; */
}

.hero-cta .blue-btn{
	/* margin:0 auto; */
}

.hero-cta a{
	color:#fff;
	text-decoration: none;
	/*text-transform: uppercase;*/
}

#hero .social ul{
	display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
	display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
	display: -ms-flexbox;      /* TWEENER - IE 10 */
	display: -webkit-flex;     /* NEW - Chrome */
	display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
	margin: 0 auto;
	width: 100px;
	padding: 30px 0 0 0;
	/* margin: 0 auto; */
}

#hero .social a{
	cursor:pointer;
}

#hero .social li:first-child{
	padding-right: 8px;
}

#hero .social li, #products li{
	list-style: none;
}

.hero-img{
	background-size: cover;
	position: relative;
	width: 100%;
	height: 800px;
}

#products ul, #customers ul{
	display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
	display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
	display: -ms-flexbox;      /* TWEENER - IE 10 */
	display: -webkit-flex;     /* NEW - Chrome */
	display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
	margin:0;
	align-items: center;
	padding: 0;
	justify-content: center;
}
#testimony .row{
	padding:100px 0 !important;
}
.testimony-title{
	max-width: 960px;
	margin:0 auto;
	font-weight:800;
	text-transform: uppercase;
	text-align: center;
	font-size: 20px;
	padding:0 20px 20px 20px;
}
.testimony-text{
	width: 90%;
	margin:0 auto;
	text-align: center;
	padding: 0 20px 20px 20px;
	font-size: 1.4em;
}
.testimony-text span{
	font-size:25px;
	font-weight: 100;
	font-style:italic;
}
.testimony-name{
	max-width:960px;
	margin:0 auto;
	text-align:center;
	font-size: 20px;
	font-weight:600;
	padding: 0 20px 0 20px;
}

#products{
	margin-bottom: -5px;
}

#products li{
	width:33.33%;
}

#products li img{
	width:100%;
}

#get-started p, #store p{
	text-align:center;
	font-size: 150%;
	padding: 20px 40px;
	line-height: 1.5em;
}

.blue-title{
	color: #013c5b;
	font-weight: 600;
}
.white-title{
	color:#fff;
	font-weight: 600;
}

#cs .white-title{
	font-size:1.4em;
	padding-bottom:20px;
}

.fine-print{
	font-size: .8em !important;
}

#store{
	background: url('/media/1080/accessories-bg-full.png') center top no-repeat;
	height: 500px;
}

#store .blue-title{
	font-size: 2rem;
}

#get-started .row, #store .row{
	 padding: 40px;
}

#store .row{
	padding-top:100px;
}

#get-started .hero-cta{
	padding: 20px 0;
}

#store .hero-cta{
	 padding: 80px;
}

#myradcare-btns{
	width: 426px;
	margin: 0 auto;
	overflow: hidden;
}

#myradcare-btns li{
	padding-left: 10px;
	list-style:none;
}


#customers p{
	text-align:center;
	font-size: 20px;
	padding: 20px 100px;
	color: #fff;
}

#radcare{
	height: 450px;
}

#store{
	clear:both;
}

#cs{
	background: url('/media/1125/cs-bg5.jpg') center no-repeat;
	background-size: cover;
	height: 450px;
	float:left;
	width:50%;
	padding-top:35px;
}

#radcare{
	float:left;
	width: 50%;
	padding-top:35px;
}

#cs img{
	width: 100px;
	padding-bottom:20px;
}

.radcare-icon {
	width: 100px;
}


#radcare{
	background-color:#009ae2;
	color: #fff;
}

.radcare-text{
	font-size:1.4em;
}

.hero-cta ul{
	list-style:none;
}

.hero-cta li{
	padding: 0 10px;
}

.hero-cta .blue-btn{

}

/*End Home Page-----------------------------*/

/*FOOTER NAVIGATION-------------------------*/

.footer-nav{
	position: relative;
	list-style: none;
	font-family: 'Open Sans';
	font-weight: 300;
	font-size: .8em;
	width: 80%;
	float:left;
	padding-left: 35px;
}

footer .social{
	 float:left;
}

.social img{
	width: 45px;
}

.social li{
	width: 45px;
	padding: 0;
}

.social ul{
	padding: 10px 0;
}

#subfooter.container{
	background-color: #013c5b;
	position:relative;
	overflow:hidden;
}

#rdcfooter.container{
	background-color:#77787b;
	max-width:100%;
	margin:0;
	padding-bottom: 30px;
	/* color: #fff; */
	font-size: .9em;
}


#rdcfooter .row{
	width: 800px;
	margin: 0 auto;
	/* color: #fff; */
}

#subfooter .row, .org-link{
	width: 1000px;
	margin: 0 auto;
	overflow: hidden;
}

#subfooter .quote, .org-link{
	position:relative;
	overflow:hidden;
	width: 100%;
	background-color: #fff;
	padding: 40px 0;
}

#bus-info{
	margin: 0px auto;
	width: 800px;
}

#bus-info p, #mobile-bus-info p{
	color:#fff;
}

#bus-info li{
	width: 28%;
	font-size:.9em;
	color:#fff;
	border-right: 1px solid;
	padding-left: 40px;
	font-weight:100;
}

#bus-info li:first-child{
	padding: 0 20px 0 0;
}

#bus-info li:last-child{
	border-right: 0px;
}

.footer-title{
	text-transform: uppercase;
	font-weight:600;
	color: #fff;
}

#copyright{
	font-size:.8em;
	margin: 0px auto;
	width: 570px;
}

#copyright ul li, #mobile-copyright p, #mobile-copyright a{
	color: #fff;
	text-decoration: none;
}
#copyright ul li{
	 padding-right:24px;
}

#copyright a:hover, #mobile-copyright a:hover{
	color:#109ad6
}
/*End Footer---------------------------------*/

/*General Pages-----------------------------*/
/*.body-container{
	width: 100%;
	min-height:300px;
	position:relative;
	padding-bottom:30px;
}*/

/*End Gen Pages------------------------------*/

/*BUTTONS-------------------------------------------------*/
.blue-btn, .white-btn, .submit-btn{
	background-color:#109ad6;
	border: solid 1px #109ad6;
	border-radius: 13px;
	width: 220px;
	text-align: center;
	/* height: 45px; */
	cursor: pointer;
}

#radcare .white-btn{
	width: 130px;
	margin: 0 auto;
}

#cs .blue-btn{
	margin:0 auto;
	width: 180px;
}

.main-nav .blue-btn{
	width: 168px;
}

#subfooter .blue-btn{
	width:200px;
}

.white-btn{
	background-color: #fff;
	text-transform: uppercase;
}
.white-btn-text{
	color: #013c5b;
}

.myradcare img{
	margin-left:-5px;
	position:relative;
	width: 120px;
}

.blue-btn-text, .white-btn-text, .submit-btn{
	font-size: 16px;
	padding: 5px;
	font-weight: 600;
}

.submit-btn{
	width: 130px;
}

.blue-btn-text a, .blue-btn-text a:hover{
	color: #ffffff;
	cursor: pointer;
}

.blue-btn-text, .submit-btn{
	color:#fff;
	text-transform: uppercase;
}

.myradcare{
	margin-top: 32px;
	float: left;
}

.myradcare a:hover{
	color:#fff !important;
}

.my-btn{
	font-family:'cheddar jack', sans-serif;
	font-size: 1.5em;
	font-weight:100;
	overflow:hidden;
}
#radcare .my-btn{
	font-size:2em;
}

.myradcare-btn{
	margin-top: 12px;
	width: 145px;
	background-color: #109ad6;
	border: solid 1px #109ad6;
	border-radius: 14px;
	float: left;
	margin-left: 20px;
}
.myradcare-btn img{
	width: 115px;
	margin: 5px 6px 0px 13px;
}

/*End Buttons----------------------------------*/


/*Product Page-------------------------------------*/
.prod-content, .awardRow{
	max-width: 900px;
	margin:0 auto;
}
#prod-category{
	text-align:center;
	padding: 40px 0 40px 0;
}
#prod-category h1{
	padding-bottom: 20px;
}

#prod-category p{
	font-size: 1.2em;
	width: 90%;
	margin: 0 auto;
	max-width: 1000px;
}

#prodContainer section{
	overflow: hidden;
	position: relative;
	padding: 40px 0;
}
.product:nth-child(2n), .awards:nth-child(2n){
	background-color: #f7f7f7;
}
.prod-name{
	font-size:20px;
	font-weight:600;
	padding-bottom: 10px;
}
.prod-desc, .prod-specs{
	    padding-bottom: 10px;
}

.prod-desc p{
	padding:5px 0;
}

.prod-img, .awards .col-1 {
	text-align:center;
}
.awards .col-1 img{
	width:100%;
}
.prod-img img{
	width:80%
}

.col-1, .col-2{
	position:relative;
	float:left;
}

.col-1{
	width: 30%;
	padding: 20px;
}

.col-2{
	width: 50%;
	padding: 20px
}
/*End Product Page-----------------------------*/

/*FAQ PAGE------------------------------------------*/
#faqContainer{
	max-width: 800px;
	margin:0 auto;
	position:relative;
	overflow:hidden;
}
.faq{
	margin-bottom: 20px;
	padding-left: 40px;
}
#faq-category{
	text-align:center;
}

.faq-question, .click-title{
	/* font-size: 20px; */
	font-weight: 600;
	font-family: 'Montserrat', 'Helvetica', sans-serif;
	width: 70%;
	position:relative;
	overflow: hidden;
	cursor: pointer;
}
.click-title{
	padding-top:3px;
}
.faq-answer, .full-details{
	font-family: 'Open Sans', 'Helvetica', sans-serif;
	margin-left: 40px;
	display:none;
	width: 80%;
	padding-top: 10px;
}

.minus-icon{
	background: url('/media/1076/minus.png') center center no-repeat;
}
.plus-icon{
	background: url('/media/1075/plus.png') center center no-repeat;
}
.minus-icon, .plus-icon{
	width: 25px;
	height: 25px;
	position:relative;
	background-size: cover;
	float: left;
	margin: 0 10px 0 0;
	cursor: pointer;
}
/*END FAQ----------------------------------------------*/

/*AWARD SECTION-----------------------------------------*/
#awardListContainer section{
	overflow: hidden;
	position: relative;
	padding: 20px 0;
}

#awardListContainer h1{
	text-align: center;
}
	
.awards ul{
	display:flex;
	justify-content: space-around;
	list-style:none;
}
.awards li img{
	width:350px;
}
/*END AWARD SECTION------------------------------------*/

/*FORM ELEMENTS--------------------------------------------*/
#formContainer{
	width: 500px;
	margin: 0 auto 20px auto;
}
#jobFormContainer{
	width: 700px;
	margin: 0 auto 20px auto;
}
#formContainer li{
	list-style:none;
	padding: 10px 0;
}
#formContainer h1, #jobFormContainer h1{
	text-align:center;
}
label{
	font-weight: 600;
	/*padding: 10px*/
}
.required{
	color: #990000;
}
.select_style 
{
	background: #FFF;
	overflow: hidden;
	display: inline-block;
	color: #525252;
	font-weight: 600;
	-webkit-border-radius: 5px 4px 4px 5px/5px 5px 4px 4px;
	-moz-border-radius: 5px 4px 4px 5px/5px 5px 4px 4px;
	border-radius: 5px 4px 4px 5px/5px 5px 4px 4px;
	-webkit-box-shadow: 0 0 5px rgba(123, 123, 123, 0.2);
	-moz-box-shadow: 0 0 5px rgba(123,123,123,.2);
	box-shadow: 0 0 5px rgba(123, 123, 123, 0.2);
	border: solid 1px #DADADA;
	font-family: "Open Sans";
	position: relative;
	cursor: pointer;
	padding-right:20px;
}
.select_style span
{
	position: absolute;
	right: 10px;
	width: 8px;
	height: 8px;
	background: url('https://store.radetco.com/media/1112/arrow.png') no-repeat;
	/* top: 50%; */
	margin-top: -25px;
}
.select_style select
{
	-webkit-appearance: none;
	appearance:none;
	width: 125%;
	background:none;
	background:transparent;
	border:none;
	outline:none;
	cursor:pointer;
	padding: 13px;
	font-size: 100%;
	color: #4d4d4d;
	font-weight:600;
}

/*.submit-btn{
	border: solid 9px #109ad6;
	border-radius : 3px;
	-moz-border-radius : 3px;
	-webkit-border-radius: 3px;
	font-size : 20px;
	color : #ffffff;
	padding : 0px 10px;
	background-color : #109ad6;
	cursor: pointer;
	width: 160px;
	text-transform: uppercase;
}*/

.submit-style{
	margin-top:10px;
	width: 145px;
}
input[type="text"], textarea, select, input[type="password"]{
  padding: 10px;
  border: solid 1px gainsboro;
  -webkit-transition: box-shadow 0.3s, border 0.3s;
  -moz-transition: box-shadow 0.3s, border 0.3s;
  -o-transition: box-shadow 0.3s, border 0.3s;
  transition: box-shadow 0.3s, border 0.3s;
  width: 450px;
  font-size: 100%;
  color: #4d4d4d;
  outline:none;
}
#jobForm input[type="text"],#jobForm textarea,#jobForm select,#jobForm input[type="password"]{
	width: 280px;
}
input[type="text"]:focus, textarea:focus, select:focus, input[type="password"]:focus{
  border: solid 1px #707070;
  -webkit-box-shadow: 0 0 5px 1px #969696;
  -moz-box-shadow: 0 0 5px 1px #969696;
  box-shadow: 0 0 5px 1px #969696;
}

#login img{
	padding:30px 0 0 0;
	width: 100%;
}

table{
	width: 100%;
	margin:0 auto;
}
table td{
	padding: 5px;
}

#cartItems tr{
	line-height:2em;
}

th{
	font-weight: 800;
}
#jobForm th{
	text-align:left;
}
.cart-product{
	text-align:center;
}
.cart-qty{
	margin: 0 auto;
	text-align:center;
	position: relative;
}
.cart-qty input{
	width:50px;
	text-align: center;
}
.cart-price{
	text-align:center;
}
.cart-remove, .cart-update{
	font-size:12px
}

.cart-total-label{
	text-align:right;
	width:75%;
	font-weight:800;
}

.cart-update{
	text-align:left;
}


#cartTotal{
	margin-bottom:30px;
}

.error, .error-msg{
	border: 1px solid #990000;
	color: #990000;
	padding: 10px 10px 20px 10px !important;
	margin-bottom: 10px;
}

.error-msg p{
	color: #990000;
	font-weight: 200;
}

.error-msg{
	background-color: rgba(153,0,0,.2);
}

#message-box{
	display:none;
}



/*END FORM ELEMENTS----------------------------------------*/

/*Media Queries-----------------------------------------*/
@media all and (min-width: 961px){
  .hdr-video iframe{width: 800px;height: 450px;}
  .hdr-video{width: 800px; height: 450px;margin-top:-250px}
	#home.hdr-video{margin-top: 20px}
}
@media all and (max-width: 1100px) {
	.body-content{width: 70%;margin:0 auto;}
   .hero-text{padding:100px 20px 10px 20px;}
  .hero-text h1{padding: 0;font-size: 2em;}
  .hero-img{height: 400px;}
	.hdr-bg{height: 200px !important;}
	 .hdr-video iframe{width: 650px;height: 366px;}
  .hdr-video{width: 650px; height: 366px;margin-top:-135px}
	#home.hdr-video{margin-top: 20px}
  #full-nav{display:none;}
  #toggle-menu, #ftr-toggle-menu{display:block !important;}
  #ftr-toggle-menu{margin-top:60px}
  .myradcare-btn{margin: 0 auto;/* width:165px; */float: none;margin-top: 26px;}
  .myradcare-btn img{/* width: 135px; *//* margin-left: 13px; */}
  .myradcare{width: 200px !important;float: none !important;margin: 30px auto 0 auto;}
  .logo{padding-left: 10px !important;width: 70px !important;padding-top: 20px;}
  #cs, #radcare{clear:both;width:100% !important;}
  #subfooter .social{display:none;}
  #subfooter{width: 100%;}
  #rdcfooter .social{display:block !important;float: none;width: 100px;margin: 0 auto;}
  #rdcfooter{/* width: 100%; */}
  #bus-info, #copyright{display:none;}
  #mobile-bus-info, #mobile-copyright{display: block !important;color: #fff;}
  #mobile-bus-info a{color: #fff;}
  #mobile-bus-info a:hover{color: #013c5b; }
  #mobile-copyright{font-size:.8em;}
  #mobile-copyright ul li{text-align:center;padding:5px;}
  #mobile-copyright ul{margin:0 auto;width: 192px;/* padding:0 0 0 20px; */}
  #rdcfooter p{text-align:center;padding: 10px;}
  .row{width: 100% !important; padding:0 !important}
  .footer-nav{display:none}
  /*.footer-nav{padding-left:0;width:100%;margin:0 auto;text-align:center;padding-bottom: 20px;}
  /*.footer-nav{float:none !important}*/
	 #subfooter .quote{padding:20px 0 !important}
	 #subNav nav{width:400px}
  /*.footer-nav ul{-webkit-box-orient: vertical-align;-webkit-flex-direction: column;-ms-flex-direction: column;flex-direction: column;}
  /*.footer-nav li{padding-bottom:10px;text-align: center;}*/
   #subNav nav ul li{display:block}
	/*.submit-btn{
	border: solid 0px #109ad6;
	border-radius : 0px;
	-moz-border-radius : 0px;
	-webkit-border-radius: 0px;
	font-size : 20px;
	color : #ffffff;
	padding: 10px;
	/*background-color : #109ad6;*/
}
	
@media all and (max-width: 720px){
  #formContainer{width: 300px;margin:0 auto;}
  #formContainer li input[type="text"], textarea, select, input[type="password"]{width: 280px;}
  .hdr-video iframe{width: 400px;height: 225px;}
  .body-content iframe{max-width: 400px; max-height: 225px}
  .hdr-video{width: 400px; height: 225px;margin-top:-135px}
	#home.hdr-video{margin-top: 20px}
  .error{padding: 10px 10px 20px 10px !important;width: 305px;}
}

@media (max-width: 500px) {
	.body-content{width: 80%;margin:0 auto;}
  .myradcare{width: 150px !important;float: none !important;margin: 30px auto;}
  .logo{width: 60px !important;}
  #cs img{padding-bottom:10px;}
  .hdr-video iframe{width: 300px;height: 169px;}
  .body-content iframe{max-width: 300px; max-height: 169px}
  .hdr-video{width: 300px; height: 169px; margin-top: 10px}
  #customers p{padding: 10px !important;}
  /*#cs{background: url('/media/1085/cs-bg4.jpg') center no-repeat;height: 350px;padding-top: 35px;padding-bottom: 35px;}*/
  #radcare p{padding-top: 35px;}
  #radcare{/* height:350px */}
  .radcare-icon {width: 100px;}
  #store .hero-cta{padding: 0px;}
  #get-started .row, #store .row{padding: 20px;}
  #get-started p, #store p{text-align:center;font-size: 150%;padding: 20px 20px;line-height: 1.5em;}
  #customers ul{flex-direction: column;}
  #customers li{padding-bottom: 10px;}
  #customers li:nth-child(3n+3){/* display:none */}
  #myradcare-btns{width: 40% !important;margin: 0 auto;position:relative;overflow:hidden;padding:0;}
  #radcare{/* height: 400px; */}
  #store{height: 350px !important;}
  #subfooter .social{display:none;}
  #subfooter{width: 100%;}
  #subfooter .hero-cta ul{display:inline;}
  #subfooter .hero-cta li{margin-top:15px}
  #subfooter .hero-cta {margin:0 auto;width:220px}
  #subNav nav a, #subfooter nav a{padding-right:0}
  #rdcfooter .social{display:block !important;}
  #rdcfooter{width: 100%;}
  #bus-info, #copyright{display:none;}
  #mobile-bus-info, #mobile-copyright{display:block;}
  #mobile-copyright ul{width: 290px;padding:0;margin:0 auto;}
  #mobile-copyright ul li{text-align:left;}
  .row{width: 100% !important;padding:0 !important;}
  .footer-nav{width:100%;margin:0 auto;text-align:center}
  .footer-nav{float:none !important}
	  .col-1, .col-2{position:relative;float:left;}
  .col-1{width: 100%;padding:0}
  .col-2{width: 90%;}
  .prod-name{text-align:center}
  #subfooter .quote{padding:20px 0 !important}
  #subNav nav{width:300px;/* text-align: center; */}
}
/*End Media Queries--------------------------------------*/