@charset "utf-8";
/* CSS Document */ 
font-family: 'Droid Sans', sans-serif;


.top-bar .name h1 a, .top-bar .name h2 a, .top-bar .name h3 a, .top-bar .name h4 a, .top-bar .name p a, .top-bar .name span a {
	font-size: 28px;
	color: #FFF;
}
.top-bar {
	background: #ea2485;
}
.top-bar-section ul li > a {
	font-family: Nunito', sans-serif';
	font-size: 14px;
}
#what-we-offer {
}


.top-bar-section li:not(.has-form) a:not(.button) {
	padding: 0 0.9375rem;
	line-height: 2.8125rem;
	background: #ea2485;
}


.row {min-width:100% !important;}
img rotate35 {
    -webkit-transform: rotate(35deg);
    -moz-transform: rotate(35deg);
    -o-transform: rotate(35deg);
    -ms-transform: rotate(35deg);
    transform: rotate(35deg);
}#content1 {
    width: 450px;
    height: 300px;
    background-color: yellow;
    /* Rotate div */
    -ms-transform: rotate(4deg); /* IE 9 */
    -webkit-transform: rotate(4deg); /* Chrome, Safari, Opera */
    transform: rotate(4deg);
}
 h1 {
	font-family: Nunito', sans-serif' ;
	color: #F39;
	font-size: 40px;
}
h2	{font-family: Nunito', sans-serif';
	color:#F0F;
	font-size: 36px;}
h2b {font-family: Nunito', sans-serif';
	color:#0FB1C4;
	font-size: 36px;}
h3 {
	font-family: Nunito', sans-serif';
	color: #09F;
	font-size: 30px;
}
h3 strong {color:#F39;}
p {
	font-family: Nunito', sans-serif';
	font-size: 20px;
	color: #FFF;
}
li a {font-family: Nunito', sans-serif';
	font-size:24px;	}
	
.div.rotate_left {
	float: left;
	-ms-transform: rotate(36deg); /* IE 9 */
	-webkit-transform: rotate(-6deg); /* Safari */
	transform: rotate(-6deg);
	padding: 5px 5px 9px 18px;
}
.div.rotate_right {
	float: right;
	-ms-transform: rotate(8deg); /* IE 9 */
	-webkit-transform: rotate(8deg); /* Safari */
	transform: rotate(8deg);
	padding: 5px 25px 5px 5px;
}
	
strong{
  font-weight: bold;
  line-height: inherit;
  color:#1D78DC;
}
body {
	background: #930060;
}
.row1 {
	/* Rotate div */
	-ms-transform: rotate(-2deg); /* IE 9 */
	-webkit-transform: rotate(-2deg); /* Chrome, Safari, Opera */
	transform: rotate(-2deg);
	padding: 0px 35px 5px 10px;
}
.row2 {/* Rotate div */
	-ms-transform: rotate(2deg); /* IE 9 */
	-webkit-transform: rotate(2deg); /* Chrome, Safari, Opera */
	transform: rotate(2deg);
	padding: 0px 35px 5px 10px;
}
.panel1 {
	margin-bottom: 1.25rem;
	padding: 1.25rem;
	background: #E787C2;
	color: #FFFFFF;
	border: 1px dashed #FFF;
	-ms-transform: rotate(3deg); /* IE 9 */
	-webkit-transform: rotate(3deg); /* Chrome, Safari, Opera */
	transform: rotate(3deg);
}
.panel2 {
	margin-bottom: 1.25rem;
	padding: 1.25rem;
	background: #E787C2;
	color: #FFFFFF;
	border: 1px dashed #FFF;
	-ms-transform: rotate(-2deg); /* IE 9 */
	-webkit-transform: rotate(-2deg); /* Chrome, Safari, Opera */
	transform: rotate(-2deg);
}

.panel3 {
	margin-bottom: 1.25rem;
	padding: 1.25rem;
	background: #E787C2;
	color: #FFFFFF;
	border: 1px dashed #FFF;
	-ms-transform: rotate(4deg); /* IE 9 */
	-webkit-transform: rotate(4deg); /* Chrome, Safari, Opera */
	transform: rotate(4deg);
}
.column1 {-ms-transform: rotate(-2deg); /* IE 9 */
	-webkit-transform: rotate(-2deg); /* Chrome, Safari, Opera */
	transform: rotate(-2deg);
}

.panel.radius {
  border-radius: 15px;
  
}
.back-to-top {
	background: url(../img/Around%20Site/back-to-the-top.png);
	margin: 0;
	position: fixed;
	bottom: 0;
	right: 0;
	width: 50px;
	height: 50px;
	z-index: 100;
	display: none;
	text-decoration: none;
	color: #ffffff;
}
button, .button {
	border-style: solid;
	border-width: 0;
	cursor: pointer;
	font-family: Nunito', sans-serif';
	font-weight: normal;
	line-height: normal;
	margin: 0 0 1.25rem;
	position: relative;
	text-decoration: none;
	text-align: center;
	-webkit-appearance: none;
	-moz-appearance: none;
	border-radius: 0;
	display: inline-block;
	padding-top: 1rem;
	padding-right: 2rem;
	padding-bottom: 1.0625rem;
	padding-left: 2rem;
	font-size: 1rem;
	border-color: #007095;
	color: #FFF;
	transition: background-color 300ms ease-out;
	background: #AF20BF;
	
}
.button a {color:#FFF;}

ul.no_bullet {
list-style-type: none;
padding: 0;
margin: 0;
}
ul {
    list-style-image:url(../img/Around%20Site/star-for-bullet-point.png);
	font-family: Nunito', sans-serif';
}

ul.no_bullet {
list-style-type: none;
padding: 0;
margin: 0;
}
.star-bullet {
	background: url(../img/Around%20Site/star-for-bullet-point-2.png) no-repeat;
	padding-left: 44px;
	padding-top: 3px;
	color: #FFF;
}


h3b {font-family: Nunito', sans-serif';
	font-size:36px;
	color:#FF0;
}
.row3 {
	padding-top: 100px;
}
.row4 {padding-top:50px;	}

blockquote, blockquote p {
	font-family: Nunito', sans-serif';
	line-height: 2;
	color: #FFFFFF;
	font-size: 18px;
	-ms-transform: rotate(1.5deg); /* IE 9 */
	-webkit-transform: rotate(1.5deg); /* Chrome, Safari, Opera */
	transform: rotate(1.5deg);
}
blockquote {
	border-left: 1px solid #DDDDDD;
	background: #F66;
	border-radius: 3px;
	margin-top: 20;
	margin-right: 0;
	margin-bottom: 12;
	padding-top: 25;
	padding-bottom: 12;
}
blockquote cite {
	display: block;
	font-size: 14px;
	color: #000000;
}
