@charset "UTF-8";
/* CSS Document */

/*

Blue #489CDA
Orange #fd711a
Light Orange #EE9943


Grey #bcb8b8



For text  
background: -webkit-gradient(linear, left top, left bottom, from(#fd711a), to(#EE9943));

For main background   
background: -webkit-linear-gradient(#fd711a, #EE9943);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;



-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;

-webkit-box-shadow: 2px 2px 5px 0px rgba(7, 7, 7, 0.75);
-moz-box-shadow:    2px 2px 5px 0px rgba(7, 7, 7, 0.75);
box-shadow:         2px 2px 5px 0px rgba(7, 7, 7, 0.75);

*/

body {
	background: white;
	margin: 0 auto;
	-webkit-text-size-adjust: none;
	font-family: 'Montserrat', sans-serif;
}

a img {
	border: none;	
}

a:focus {
outline: none;
}

hr {
	border: none;
	border-top: 1px dotted #7b8385;	
	margin: 20px 0 20px 0;
}

#headerBackground {
	float: left;
	width: 100%;	
	background-color: #489CDA;
	padding: 20px 0 20px 0;
}

header {
	margin: 0 auto;
	width: 1200px;	
}

#logo { 
	float: left;
	width: 100%;
	margin: 0 0 0 0;
}

#logo img { 
	max-width: 100%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	display: block;
}

#logo:hover {
	cursor: pointer;	
}



header p {
	color: white;
	font-size: 110%;
	font-weight: normal;
	margin: 0;
	padding: 0;
	line-height: 25px;
	width: 100%;
	float: left;
	text-align: center;
}

header p a {
	color: white;
	text-decoration: none;
	font-weight: bold;
	display:inline-block;
}

header p a:hover {
	color: white;
	text-decoration: underline;
}

header i.fas {
	color: white;
}




#return-to-top {
    position: fixed;
    bottom: 60px;
    right: 20px;
    background: -webkit-gradient(linear, left top, left bottom, from(#fd711a), to(#EE9943));
    width: 50px;
    height: 50px;
    display: block;
    text-decoration: none;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
	z-index: 3000;
	border: 1px solid white;
	border-radius: 5px;
}

#return-to-top i {
    color: white;
    margin: 0;
    position: relative;
    left: 16px;
    top: 13px;
    font-size: 19px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#return-to-top:hover {
   background: -webkit-gradient(linear, left top, left bottom, from(#EE9943), to(#fd711a));
}

#return-to-top:hover i {
    color: #fff;
    top: 5px;
}



/*Top Bar*/


#topBarBackground {
	float: left;
	width: 100%;
	padding: 10px 0 10px 0;
	background: #489CDA;
	border-bottom: 1px solid white;
}

#topBar {
	margin: 0 auto;
	width: 1200px;	
	box-sizing: border-box;
}

#topBar p {
	color: white;
	font-size: 100%;
	font-weight: normal;
	margin: 0;
	padding: 0;
	line-height: 25px;
}

#topBar p.phone {
	float: left;
}

#topBar p.email {
	float: right;
}

#topBar p a {
	color: white;
	text-decoration: none;
	font-weight: bold;
	display:inline-block;
}

#topBar p a:hover {
	color: white;
	text-decoration: underline;
}

#topBar ul {
	float: right;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#topBar li {
	color: white;
	font-size: 100%;
	display: inline;
	margin-left: 10px;
	font-weight: bold;
}

#topBar li a {
	color: white;
	text-decoration: none;
	font-weight: normal;
}

#topBar li a:hover {
	color: white;
	text-decoration: underline;
}

#topBar i.fas {
	color: white;
}



/*										Nav								*/

#navBackground {
	float: left;
	width: 100%;	
	background-color: #326E99;
	padding: 10px 0 10px 0;
}

nav {
	margin: 0 auto;
	width: 1200px;
	padding: 0;
}

nav ul {
	float: left;
	width: 100%;
	list-style-type: none;
	padding: 5px 0 5px 0;
	margin: 0;
	text-align: center;
}

nav li {
	display: inline;
	color: white;
	font-size: 110%;
	margin: 0 5px 0 5px;
	padding: 0;
	font-weight: bold;
}

nav li a {
	color: white;
	text-decoration: none;
	margin: 0;
	padding: 5px 10px 5px 10px;
	border-radius: 5px;
}

nav li a:hover {
	color: white;
	background-color: #fd711a;
	text-decoration: none;
}

nav li a.active {
	color: white;
	background-color: #fd711a;
	text-decoration: none;
}



/*Mobile Menu*/

#accordionSection {
	float: left;
	display: none;
	text-align: center;
	width: 100%;
}

.accordionButton {
	padding: 0;
}

.accordionButton h4 {
	color: white;	
	padding: 10px 0 10px 0;
	margin:0;
	font-weight: normal;
	font-size: 120%;
}

.accordionButton h4 span {
	margin: 5px 0 0 5px;
}

.accordionButton:hover h4 span {
	color: #fd711a;
	cursor: pointer;
}

.accordionContent {
	float: left;
	width: 100%;
}

.accordionContent ul {
	float: left;
	list-style-type: none;
	padding: 0;
	text-align: center;
	margin: 0;
}

#accordionSection .accordionContent li {
	display: block;
	font-size: 100%;
	margin: 0;
	padding: 0;
	line-height: 35px;
	color: white;
	float: none;
	text-align: center;
}

#accordionSection .accordionContent li a {
	float: none;
	color: white;
	border: none;
	text-align: center;
	padding: 5px;
}

#accordionSection .accordionContent li a:hover {
	border: none;
	text-decoration: none;
	color: white;
}

#accordionSection .accordionContent li a.active {
	border: none;
	text-decoration: none;
	color: white;
}

/*										Copyright							*/

#footerBackground {
	float: left;
	width: 100%;	
	background-color: #fd711a;
	padding: 5px 0 10px 0;
	text-transform: uppercase;
}

footer {
	width: 1200px;
	margin: 0 auto;
	padding: 6px 0 3px 0;
}

footer p {
	color: white;
	font-size: 80%;
	margin: 0 0 3px 0;
}
	
footer p a {
	text-decoration: none;
	color:white;
}

footer p a:hover {
	text-decoration: underline;
	color:white;
}

#copyRight {
	float: right;	
}

#copyLeft {
	float: left;	
}

/*			Social Arae 		;*/

#socialOuter {
	float: left;
	width: 100%;
	padding: 10px 0 10px 0;
	border-top: 2px solid #fd711a
}

#socialInner {
	margin: 0 auto;
	width: 1200px;
}

#socialInner ul {
	float: left;
	list-style-type: none;
	padding: 0;	
}

#socialInner li {
	display: inline;
	margin: 5px 10px 0 0;
}



/*										Banner								*/

/*#bannerArea {
  float: left;
  width: 100%;
  margin-bottom: 10px;
}

#bannerArea img  {
   height: auto;
   margin:0 !important;
  padding: 0 !important;
}

.leftBanner {
  float: left;
  width: 55%;
   height: auto;
}

.rightBanner {
  float: right;
   height: auto;
  width: 45%;
}*/


#bannerOuter {
	float: left;
	width: 100%;
	height: 600px;
	background: url("images/talk-relationships.jpg") no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
	background-attachment: scroll;
}


#bannerInner {
	margin: 0 auto;
	width: 1200px;
	height: 600px;
	position: relative;
	box-sizing: border-box;
}

#bannerSlogan {
	position: absolute;
	top: 45%;
	text-align: left;
	width: 100%;
	box-sizing: border-box;
	left: 0;
	z-index: 20;
}

#bannerSloganInner {
	width: auto;
	float: left;
	padding: 20px;
	background-color: rgba(255,255,255,0.75)
}

#bannerSlogan h2 {
	color: #010838;
	font-size: 200%;
	margin: 0;
	padding: 0;
}

#bannerSlogan p {
	color: #010838;
	font-size: 120%;
	margin: 0;
	padding: 0; 
	line-height: 30px;
	font-weight: bold;
}

#bannerSlogan p span {
	color:#ea7186;
	font-size: 90%;
	text-transform: uppercase;
}


#bannerSlogan i.far {
	color: #4090c4;
	font-size: 140%;
	margin: 0 5px 0 0;
}

#bannerSlogan i.far.circletwo {
	margin-left: 10px;
}

#bannerSlogan p a {
	color: white;
	padding: 7px 12px 7px 12px;
	background-color: #e9983e;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
	border-radius: 5px;
}

#bannerSlogan p a:hover {
	background-color: #5a98d0;
	color: white;
	text-decoration: none;
}

#bannerSlogan ul {
	list-style-type: none;
	padding: 0;
}

#bannerSlogan li {
	color: #163244;
	font-size: 110%;
	margin: 0;
	padding: 0; 
	line-height: 35px;
	display: block;
}


/*										Main Body						*/


#mainBodyHome {
	float: left;
	width: 100%;
	text-align: left;
	padding: 35px 0 35px 0;
}

#mainBodyHome .inlineList {
	text-align: center;
}

#mainBodyOuter {
	float: left;
	width: 100%;
}

#mainBodyOuter #contact {
	margin-top: 0;
	padding-top: 0;
}

#mainBody {
	margin: 0 auto;
	width: 1200px;	
}

h1 {
	font-size: 150%;
	color: #489CDA;
}

h2 {
	font-size: 140%;
	color: #489CDA;
}

#mainBody h3 {
	background-color: #f56218;
	padding: 5px 0 5px 0;
	text-align: center;
	color: white;
}

#mainBody h3 a {
	color: white;
	text-decoration: none;
}

#mainBody h3 a:hover {
	color: white;
	text-decoration: underline;
}

p {
	font-size: 100%;
	line-height: 26px;
	color: #282828;
}

p b {
	color: #282828;
	font-weight: bold;
}	

p a {
	color: #fd711a;
	text-decoration: underline;
}

p a:hover {
	color: #fd711a;
	text-decoration: none;
}

#mainBody p a.call {
	text-align: center;
	padding: 7px;
	background-color: #bcb8b8;
	color: white;
	text-decoration: none;
}

#mainBody p a.call:hover {
	background-color: #fd711a;
	color: white;
	text-decoration: none;
}

li {
	font-size: 100%;
	line-height: 30px;
	color: #282828;
}

li b {
	font-weight: bold;
	color:  #282828;
}

li a {
	color:#fd711a;
	text-decoration: none;
}

li a:hover {
	color: #fd711a;
	text-decoration: underline;
}

#mainBody img {
	margin: 5px 0 5px 0;
	max-width: 100%;
	height: auto;
}	

img.rightImage {
	float: right;
	margin: 0 0 10px 20px;
	max-width: 100%;
	height: auto;
	border-radius: 5px;
}	

#mainServices {
	background-color: #f56218;
	width: 100%;
	text-align: center;
	padding: 5px 0 5px 0;
}

#mainServices ul {
	list-style-type: none;
	padding: 0;
}

#mainServices li {
	color: white;
	font-size: 120%;
	line-height: 35px;
}

ul#testimonials {
	list-style-type: none; 
	padding-left:0;
}


ul.inlineList {
	list-style-type: none;
	padding-left: 0;
	margin-top: 40px;
}

ul.inlineList li {
	display: inline-block;
	margin: 0 20px 0 20px;
	font-weight: bold;
	color: #489CDA;
}

ul.inlineList li i.fas {
	color: #fd711a;
	font-size: 250%;
}

#innerPage ul.inlineList {
	list-style-type: none;
	padding-left: 0;
	margin-top: 0;
}

#innerPage ul.inlineList li {
	display: inline-block;
	margin: 0 20px 0 0;
	font-weight: normal;
	color: #282828;
}





/*Wider Boxes*/


.greyOuter {
	float: left;
	width: 100%;
	background-color: #efefef;
	padding: 35px 0 35px 0;
}

.greyInner {
	margin: 0 auto;
	width: 1200px;
}

.greyInner img {
	border-radius: 5px;
}



.whiteOuter {
	float: left;
	width: 100%;
	background-color: white;
	padding: 35px 0 35px 0;
}

.whiteInner {
	margin: 0 auto;
	width: 1200px;
}






/*											Contact Form 									*/

#contactFormArea fieldset {
	border: none;
	padding: 0;
	width: 450px;
	margin-bottom: 20px;
	margin-top: 15px;
}

#contactFormArea .error {
	float: left;
	font-size: 80%;
	color: red;
	margin: 10px 0 0 130px;
	display: none;
}	

#contactFormArea .field {
	float: left;	
	width: 420px;
	margin-bottom: 10px;
}

#contactFormArea .submitField {
	float: left;
	width: 420px;	
}

#contactFormArea #submit.formButton {
	float: right;
	width: 65px;
	height: 25px;	
	background-color: #7b8385;
	color: white;
	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
	border: none;
	text-transform: uppercase;
}

#contactFormArea #submit.formButton:hover {
	background-color: #282828;
	color: white;
	cursor: pointer;
}

#contactFormArea label {
	font-size: 90%;
	color: #282828;
	font-weight: bold;
}	

#contactFormArea input {
	color: #2a3034;
	border: none;
	float: right;
	height: 30px;
	width: 280px;
	background-color: white;
	border: 1px solid #282828;
}

#contactFormArea textarea {
	color: #2a3034;	
	float: right;
	height: 120px;
	width: 278px;
	background-color: white;
	border: 1px solid #282828;
}

iframe#consumer-reviews {
	float: right;
	border: 0;
	margin: 10px 0 10px 20px;
}


/*											Home Boxes									*/

#homeBoxesOuter {
	float: left;
	width: 100%;
	margin: 25px 0 0 0;
}

#homeBoxes {
	margin: 0 auto;
	width: 1200px;	
}
	
.homeBox {
	float: left;
	width: 49%;	
	text-align:center;
}

.homeBox.lastHomeBox {
	float: right;
	margin-right: 0;
}

.homeBox img {
	margin: 0;	
	max-width: 100%;
	height: auto;
	border-radius: 5px 5px 0 0;
}

.homeBox h2 {
	color: white;
	font-size: 120%;
	background-color: #fd711a;
	font-weight: bold;
	text-align:center;
	padding: 7px 0 7px 0;
	margin: 0;
	margin-top: -4px;
	border-radius: 0 0 5px 5px;
} 

.homeBox h2 a {
	color: white;
	text-decoration: none;
} 

.homeBox h2 a:hover {
	color: white;
	text-decoration: none;
} 

.homeBox:hover {
	cursor: pointer;
} 

.homeBox:hover h2 {
	background-color: #489CDA;
} 


/*Why Us*/

#whyUs {
	float: right;
	padding: 10px 25px 10px 25px;
	background-color: #073d64;	
	margin: 0 0 20px 30px;
}

#whyUs h3 {
	color: white;
	text-align: center;
	margin: 0;
	font-weight: normal;
	padding: 5px 0 5px 0;
	border-bottom: 1px solid white;
}

#whyUs li {
	color: white;
	text-align: center;
}

#whyUs li a {
	color: white;
	text-decoration: underline;
}

#whyUs li a:hover {
	color: #1987e9;
	text-decoration: underline;
}

#whyUs ul {
	color: white;
	padding: 0;
	list-style-type: none;
}



#gallery {
	float: left;
	width: 100%;	
}

#gallery img {
	float: left;
	width: 23%;
	margin-right: 2%;
	margin-bottom: 2%;
	height: auto;
}

/*						Tables					*/


table.prices {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin: 0 0 15px 0;
}

table.prices th {
	color: white;
	font-weight: normal;	
	text-align: left;
	background-color: #333333;	
	padding: 10px;
}

td {
	padding: 10px;
	border: 1px solid #7b8385;
	font-size: 90%;
}

td.priceBox {
	border: none;
	background-color: #7b8385;
	color: white;
}

table.prices.leftPrice {
	float: left;
}

table.prices.rightPrice {
	float: right;
}


/*Contact Area*/

#contactOuter {
	float: left;
	width: 100%;	
	background-color: #489CDA;
	padding: 20px 0 20px 0;
	text-align: left;
	z-index: 10000;
}

#contactInner {
	margin: 0 auto;
	width: 1200px;	
	box-sizing: border-box;
}

.contactBox {
	float: left;
	width: 45%;	
	margin-right: 5%;
	padding: 15px 0 15px 0;
	box-sizing: border-box;
}


.contactBox.lastContactBox {
	float: right;
	width: 45%;	
	margin-right: 0;
	border-right: 0;
}

.contactBox img {
	max-width: 100%;
	float: right;
	height: auto;
	border-radius: 5px;
	margin-right: 0 !important;
}


.contactBox .psyToday {
	float: right;
	margin-top: 10px;
}


#contactInner h2 {
	color: white !important;
	font-size: 130%;
	margin-top: 0;
	margin-bottom: 0;
	padding-bottom: 10px;
}

#contactInner h2.headerTwo {
	color: white;
	font-size: 115%;
	margin-top: 0;
	text-transform: uppercase;
	padding: 15px 0 0 0;
	margin: 0;
}

#contactInner p {
	color: white; 
	line-height: 23px;
	font-size: 100%;
	font-weight: normal;
}

#contactInner p b {
	color: white; 
}

#contactInner p a {
	color: white; 
	text-decoration: none;
	font-weight: bold;
}

#contactInner p a:hover {
	color: white;
	text-decoration: underline;
}

#contactInner i.fab {
	color: white; 
	font-size: 400%;
	margin-right: 4px;
	margin-left: 4px;
}

#contactInner i.fab.fa-google {
	font-size: 360%;
}

#contactInner i.fab:hover {
	color:#851a18; 
}

#contactInner i.fas {
	color: white; 
	font-size: 140%;
	margin-right: 5px;
}

#contactInner i.fas:hover {
	color: #851a18; 
}


#contactInner a {
	color: white; 
}

#contactInner a:hover {
	color: white; 
}

#contactInner ul {
	list-style-type: none;
	margin: 0 0 20px 0;
	padding: 0;
	color: white;
}

#contactInner li {
	color: white; 
	line-height: 30px;
	font-size: 110%;
	font-weight: 300;
}

#contactInner li a {
	color: white; 
	text-decoration: none;
}

#contactInner li a:hover {
	color: white; 
	text-decoration: underline;
}

#contactInner img {
	float: left;
	margin-right: 10px;
	border-radius: 5px;
}








/* 1199*/
@media only screen 
and (max-width : 1199px) 
				 {
header {
	width: 100%;	
	padding: 1%;
	box-sizing: border-box;
}

nav {
	width: 100%;	
	padding: 1%;
	box-sizing: border-box;
}

footer {
	width: 100%;	
	padding: 1%;
	box-sizing: border-box;
}
					 
#topBar {
	width: 100%;	
	padding: 1%;
	padding-top: 0;
	padding-bottom: 0;
	box-sizing: border-box;
}					 

#mainBody {
	width: 100%;	
	padding: 1%;
	box-sizing: border-box;
}

#homeBoxes {
	width: 100%;	
	padding: 1%;
	box-sizing: border-box;
}				 

#slides {
  width: 100%;	
	padding: 1%;
	box-sizing: border-box;
}

#brandsInner {
  width: 100%;	
	padding: 1%;
	box-sizing: border-box;
}
					 
#socialInner {
 width: 100%;	
	padding: 1%;
	box-sizing: border-box;
}
				 
#contactInner {
	float: left;
	width: 100%;	
	padding: 1%;
	box-sizing: border-box;
}				 
	
					 
.greyInner {
	width: 100%;	
	padding: 1%;
	box-sizing: border-box;
}
					 
.whiteInner {
	width: 100%;	
	padding: 1%;
	box-sizing: border-box;
}					 
#bannerInner {
	width: 100%;	
}					 
					 
}





/* 959*/
@media only screen 
and (max-width : 959px) 
				 {
			
header {
	width: 100%;	
	box-sizing: border-box;
}
	
	
#accordionSection {
	display: block;
}
					 
#contact {
	float: left;
	width: 100%;
	margin-top: 0;
}

#contact ul {
	text-align:center;
}

					 
#logo {
	float: left;
	width: 100%;
}	

#logo img {
	float: none;
	display: block;
	margin-left: auto;
	margin-right: auto;
	max-width: 80%;
	height: auto;
}	
				 
nav ul.mainNav {
	display: none;
}	

nav {
	float: left;
	width: 100%;
	margin-top: 0;	
}	
					 
					 
#navBackground {
	padding: 0;
}					 

#banner {
	float: left;
	width: 95%;	
	padding: 1%;
	height: auto;
	margin-bottom: 15px;
}


#mainBodyOuter #mainBody {
	border-top: none;
	margin-top: 0;
}


.contactBox {
	float: left;
	width: 100%;	
	padding: 1%;
	box-sizing: border-box;
	border: none;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid white;
}

.contactBox.contactSecondBox {
	float: left;
	width: 50%;	
	padding: 1%;
	border-right: 0;
	border-bottom: none;
	padding-bottom:0;
} 

.contactBox.lastContactBox {
	float: left;
	width: 100%;	
	padding: 1%;
	border-right: 0;
	border-bottom: none;
	padding-bottom:0;
} 					 

.contactBox img {
	float: left;
}						 
					 
.contactBox .psyToday {
	float: left;
	margin-top: 10px;
}					 
					 
}




 /* 730*/
@media only screen 
and (max-width : 730px) 
				 {
				

	
#banner {
	width: 95%;	
	padding: 1%;
}

#mainBody {
	width: 95%;	
	padding: 1%;
}

#copyright {
	width: 95%;	
	padding: 1%;
}
	
#contactFormArea fieldset {
	width: 100%;
}

#contactFormArea .error {
	margin: 10px 0 0 0;
}	

#contactFormArea .field {
	width: 95%;
}

#contactFormArea .submitField {
	width: 100%;	
}

#contactFormArea input {
	float: left;
	width: 100%;
}

#contactFormArea textarea {
	float: left;
	width: 100%;
}


img.rightImage {
	float: none;
	clear: both;
	margin-left: 0;
}	

iframe#consumer-reviews {
	float: none;
	clear: both;
	margin-left: 0;
	max-width: 100%;
}
					 
#gallery img {
	float: left;
	width: 48%;
	height: auto;
}

#topBar p {
	float: left;
	width: 100%;
	text-align: center;
}					 
					 
#copyRight {
	float: left;	
	width: 100%;
}	
					 
.homeBox img {
	max-width: 100%;
	height: auto;	
}

.homeBox {
	float: left;
	width: 100%;	
	border: none;
	margin-bottom: 15px;
}


.homeBox.lastBox {
	float: left;
	width: 100%;	
	margin-bottom: 15px;
} 
					 
					 
					 
 }
 




/* 480*/
@media only screen 
and (max-width : 480px) 
				 {

				 

#whyUs {
	float: none;
	clear: both;
	margin: 0;
}

#mainBody #contact li {
	font-size: 100%;
}
					 
.leftBanner {
  float: left;
  width: 100%;
   height: auto;
}

.rightBanner {
  float: left;
   height: auto;
  width: 100%;
}					 

#socialInner ul {
	float: left;
	width: 100%;
	list-style-type: none;
	padding: 0;	
}

#socialInner li {
	display: inline;
	margin: 5px 5px 0 5px;
}

#socialInner .accredited {
	max-width: 100%;
	height: auto;
}
					 
					 
#bannerOuter {
	height: 300px;
}


#bannerInner {
	height:300px;
}		
					 
#logo img {
	float: none;
	display: block;
	margin-left: auto;
	margin-right: auto;
	max-width: 65%;
	height: auto;
}
					 
#logo { 
	margin: 0;
}
					 
}
				
	
			 
/* Smartphones (portrait) ----------- */
@media only screen 
and (max-width : 320px) {
	
	

}







.iris {
	width: 100% !important;
	border: none !important;
	font-family: 'Karla', sans-serif;
	color: #282828 !important;
	padding: 0 !important;
	margin-top: 20px !important;
}

.iris h1 {
	display: none !important;
}


.iris-form {
	width: 100% !important;
	box-sizing: border-box;
	border: none !important;
	color: #282828 !important;
	padding: 0 !important;
}

.iris .iris-row {
	float: left;	
	width: 100%;
	margin-bottom: 0 !important;
	box-sizing: border-box;
}

.iris .iris-row button {
	float: none;
	width: 100%;
	height: 40px;
	font-size: 100%;
	background-color: #fd711a;
	color: white;
	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
	border: none;
	text-transform: uppercase;
	border-radius: 5px;
	box-sizing: border-box;
	padding: 0 !important;
	margin: 0 !important;
}

.iris .iris-row button:hover {
    background-color: #489CDA !important;
	color: white !important;
	cursor: pointer;
}

.iris .iris-row .label {
	font-size: 100%;
	color: #282828;
	font-weight: bold;
	text-align: left;
	box-sizing: border-box;
}	

.iris .iris-row input {
	color: #282828;
	border: none;
	float: left;
	width: 100% !important;
	height: 30px;
	background-color: white;
	font-size: 80%;
	border: 1px solid #efefef !important;
	margin-top: 2px;
	border-radius: 5px;
	text-align: left !important;
	box-sizing: border-box;
}


.iris .attachment-row input {
	border: none !important;
	box-sizing: border-box;
}


.iris .iris-row select {
	color: #282828;
	border: none;
	float: left;
	width: 100% !important;
	height: 30px;
	background-color:white;
	font-size: 80%;
	border: 1px solid #efefef;
	margin-top: 10px;
	border-radius: 5px;
	box-sizing: border-box;
}


.iris .iris-row textarea {
	color: #282828;	
	float: left;
	width: 100%;
	height: 150px;
	background-color: white;
	font-size: 90%;
	border: 1px solid #efefef;
	margin-top: 2px;
	border-radius: 5px;
	text-align: left !important;
	box-sizing: border-box;
}

.iris .iris-row .checkboxes {
	box-sizing: border-box;
}


.iris .iris-row .checkbox {
	float: left;
	width: auto !important;
	margin-top: 10px;
	text-align: left;
	border: 1px solid #efefef;
	padding: 7px;
	font-size: 95% !important;
	color: #282828 !important;
	box-sizing: border-box;
}

.iris .iris-row .checkbox input {
	float: left !important;
	width: 10px !important;
	height: auto !important;
	margin-top: 3px !important;
	margin-right: 5px !important;
	box-sizing: border-box;
}



.iris .success {
	background-color: #fd711a !important;
	border: #fd711a 1px solid !important;
	padding: 10px !important;
	box-sizing: border-box;
	color: white !important;
	font-size: 110% !important;
	font-weight: bold !important;
	text-align: center !important;
}

.iris .g-recaptcha {
	float: left;	
	width: 100%;
	margin-bottom: 5px !important;
	box-sizing: border-box;
	clear: both;
}

.iris .g-recaptcha div {
	display: block;
}

.iris span.additionalInfo {
	font-size: 80% !important;
	font-weight: normal !important;
	font-style: italic;
}


