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

/*

Dark Blue #1e3e73
Light Blue #3f85f3
Orange #ee9168

-webkit-border-radius: 5px;
-moz-border-radius: 5px;c
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;
	border-top: 5px solid #1e3e73;
}

a img {
	border: none;	
}

hr {
	border: none;
	border-top: 1px solid #ee9168;	
	margin: 40px 0 40px 0;
}

hr.dotted {
	border: none;
	border-top: 1px dotted #161f48;	
	margin: 30px 0 30px 0;
}

#headerBackground {
	float: left;
	width: 100%;
	
-webkit-box-shadow: 2px 2px 5px 0px rgba(7, 7, 7, 0.25);
-moz-box-shadow:    2px 2px 5px 0px rgba(7, 7, 7, 0.25);
box-shadow:         2px 2px 5px 0px rgba(7, 7, 7, 0.25);
}

#innerPage #headerBackground {
	float: left;
	width: 100%;
	position: relative;
	border-bottom: 1px solid #d69a36;
	padding-bottom: 10px;
}

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

#leftNav {
	float: left;
	width: 38%;
	margin-top: 115px;
}

#rightNav {
	float: right;
	width: 38%;
	margin-top: 115px;
}

#logo { 
	float: left;
	width: 24%;
	margin: 25px 0 25px 0;
}

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

#logo img.mobileLogo { 
	display: none;
}

#innerPage #logo img.mobileLogo { 
	display: block;
}

#innerPage #logo img.desktopLogo { 
	display: none;
}

#logo:hover {
	cursor: pointer;	
	opacity: .8;
}



/*Top Bar*/


#topBarBackground {
	float: left;
	width: 100%;
	background-color: #efefef;
}

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

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

#topBar li {
	color: #333333;
	line-height: 28px;
	font-size: 90%;
	display: inline;
	margin-left: 17px;
	padding-top: 3px;
}

#topBar li.phoneTop {
	float: left;
}

#topBar li.emailTop {
	float: right;
}

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

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

#topBar li i.fab {
	font-size: 130%;
	padding-top: 5px;
	color: #333333;
}

#topBar li i.fas {
	font-size: 130%;
	padding-top: 5px;
	color: #333333;
}

#topBar p {
	float: left;
	color:white;
	font-size: 90%;
	padding: 7px 0 0 0;
	margin: 0;
}


/*										Nav								*/

#navBackground {
	float: left;
	width: 100%;
	margin: 0 0 0 0;
	padding: 10px 0 10px 0;
	display: none;
}

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

nav li {
	display: inline;
	color: #1e3e73;
	font-size: 115%;
	margin: 0 17px 0 17px;
	padding: 0;
}

nav li a {
	color: #1e3e73;
	text-decoration: none;
	margin: 0;
	padding: 7px 12px 7px 12px;
	border-radius: 5px;
}

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

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


/*Mobile Menu*/

#accordionSection {
	float: left;
	display: none;
	text-align: left;
}

.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: #3f85f3;
	cursor: pointer;
}
.accordionContent {
	float: left;
}

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

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

#accordionSection .accordionContent li a {
	float: none;
	color: white;
	border: none;
	text-align: left;
	margin: 0;
	border-bottom: none;
}

#accordionSection .accordionContent li a.book {
	border: 1px solid white;
	margin: 15px 0 15px 0 !important;
}

#accordionSection .accordionContent li a.social .fab {
	font-size: 150% !important;
	margin-top: 5px;
}


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

#accordionSection .accordionContent li a.book:hover {
	border: 1px solid white;
}

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

#accordionSection .accordionContent li.subNav {
	margin-left: 15px;
	line-height: 32px;
}

/*										Copyright							*/

#footerBackground {
	float: left;
	width: 100%;	
	background-color: #3f85f3;
	padding: 5px 0 10px 0;
	border-top: 1px solid white;
}

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

#footerBackground footer p {
	color: white;
	font-size: 80%;
	line-height: 25px;
	padding: 0;
	margin: 0;
	font-weight: normal;
}
	
#footerBackground footer p a {
	text-decoration: none;
	color:white;
}

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

#footerBackground footer img {
	border-radius: 5px !important;
}

#copyRight {
	float: right;	
}

#copyLeft {
	float: left;	
}

.socialBox {
	float: left;
	width: 100%;
	text-align: center;
	padding: 15px 0 15px 0;
	border-bottom: 1px solid #142661;
	margin-bottom: 15px;
}


/*										Blue Background						*/

#blueBackground {
	float: left;
	width: 100%;	
	background-color: #b2cfd9;
	padding: 20px 0 20px 0;
}

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

#blueInner h2 {
	color: #5b5b62;
	font-size: 110%;
	text-transform: uppercase;
}

#blueInner p {
	color: white;
	font-size: 90%;
	line-height: 28px;
}

#blueInner p b {
	color: #5b5b62;
	font-weight: bold;
}	

#blueInner p a {
	color: #5b5b62;
	text-decoration: underline;
}

#blueInner p a:hover {
	color: #5b5b62;
	text-decoration: none;
}

#blueInner li {
	font-size: 90%;
	line-height: 33px;
	color: white;
}

#blueInner li b {
	font-weight: bold;
	color: #5b5b62;
}

#blueInner li a {
	color: #5b5b62;
	text-decoration: none;
}

#blueInner li a:hover {
	color:  #5b5b62;
	text-decoration: underline;
}

#blueInner ul.brandList {
	padding-left: 0;
}

#blueInner ul.brandList li {
	display: block;
	margin-right: 10px;
	margin-bottom: 10px;
	font-size: 95%;
	color: white;
	line-height: 42px;
	padding-left: 5px;
}

#blueInner ul.brandList li span {
	border: 1px solid white;
	padding: 10px;
	background-image: url(images/tick.png);
	background-size: 25px 25px;
	background-position: 5px 6px;
	background-repeat: no-repeat;
	padding-left: 35px;
}


/*Topbackground - banner area */

#topBackground {
	float: left;
	width: 100%;
    height: auto;
	z-index: 1;
}

#topBackground img {
	width: 100%;
	height: auto;
}



/*										Banner								*/

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


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

#servicesPage #bannerOuter {
	float: left;
	width: 100%;
	height: 250px;
	background: url("images/services.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;
	position:relative;
}

#bannerInner img {
	width: 100%;
	height: auto;
}

#bannerInner img.mobile {
	display: none;
}

#bannerSlogan {
	position: absolute;
	top: 250px;
	border-radius: 5px;
	padding: 10px 20px 10px 20px;
	text-align: center;
	left: 50%;
    transform: translate(-50%, 0);
	background-color: rgba(255,255,255,0.75);
}

#bannerSlogan h2 {
	color: #1e3e73 !important;
	font-size: 200%;
	margin: 0;
	padding: 0; 
}

#bannerSlogan p {
	color: #3f85f3;
	font-size: 140%;
	margin: 5px 0 5px 0;
	padding: 0; 
	text-transform: uppercase;
	font-weight: bold;
}

#bannerSlogan p a {
	color: white;
	text-decoration: none;
	text-transform: uppercase;
}

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

img.mobileView {
	display: none;
}


/*Home Highlight*/

#homeHighlight {
	float: left;
	width: 100%;
	padding: 0;
	padding-left: 1%;
	padding-right: 1%;
	background-color: #1e3e73;
	text-align: center;
	box-sizing: border-box;
}

#homeHighlight p {
	color: white;
	font-size: 120%;
	font-weight: bold;
}

#homeHighlight p a {
	color: white;
	text-decoration: none;
}

#homeHighlight p a:hover {
	color: #3f85f3;
	text-decoration: none;
}

/*											Home Boxes									*/

#homeArea {
	float: left;
	width: 100%;
	padding: 40px 0 40px 0;
	text-align: center;
}

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


#homeAreaInner h2 {
	font-size: 130%;
	color: #3f85f3;
}

#homeAreaInner p {
	font-size: 90%;
	line-height: 28px;
	color: #333333;
}

#homeAreaInner p b {
	color:#1e3e73;
	font-weight: bold;
}	

#homeAreaInner p a {
	color: #3f85f3;
	text-decoration: underline;
}

#homeAreaInner p a:hover {
	color: #3f85f3;
	text-decoration: none;
}

#homeAreaInner li {
	font-size: 90%;
	line-height: 33px;
	color: #333333;
}

#homeAreaInner li b {
	font-weight: bold;
	color: #1e3e73;
}

#homeAreaInner li a {
	color: #3f85f3;
	text-decoration: none;
}

#homeAreaInner li a:hover {
	color:  #3f85f3;
	text-decoration: underline;
}

#homeAreaInner img {
	max-width: 100%;
	height: auto;
}	




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


#homeBoxes {
	float: left;
	width: 100%;
	margin: 0 0 40px 0;
	padding: 5px 0 20px 0;
	border-bottom: 1px solid #ee9168;
}

.homeBox {
	float: left;
	width: 32%;	
	margin-right: 2%;
	margin-bottom: 2%;
}

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


#homeBoxes .homeBox img {
	margin: 0;	
	max-width: 50%;
	height: auto;
}

#homeAreaInner .homeBox h2 {
	color: #1e3e73;
	font-size: 120%;
	text-align:center;
	padding: 7px 0 7px 0;
	margin: 0;
} 

#homeAreaInner .homeBox:hover {
	cursor: pointer;
	opacity: .8;
} 



/*										Main Body						*/


#intro {
	text-align: center;	
}

#mainBodyHome {
	float: left;
	width: 100%;
	background-color: #efefef;
	text-align:  center;
	padding: 40px 0 40px 0;
}

#mainBodyOuter {
	float: left;
	width: 100%;
	min-height: 750px;
	padding: 40px 0 40px 0;
	text-align:  center;
}

#topBackgroundImage {
	float: left;
	background: url("images/topheader.jpg") center repeat;
	height: 100px;
	width: 100%;
}


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

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

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

#mainBody h1 {
	font-size: 140%;
	color: #3f85f3;
}

#mainBody h2 {
	font-size: 130%;
	color: #3f85f3;
	text-transform: uppercase;
}

#mainBody p {
	font-size: 90%;
	line-height: 28px;
	color: #333333;
}

#mainBody p b {
	color:#1e3e73;
	font-weight: bold;
}	

#mainBody p a {
	color: #3f85f3;
	text-decoration: underline;
}

#mainBody p a:hover {
	color: #3f85f3;
	text-decoration: none;
}

#mainBody li {
	font-size: 90%;
	line-height: 33px;
	color: #333333;
}

#mainBody li b {
	font-weight: bold;
	color: #1e3e73;
}

#mainBody li a {
	color: #3f85f3;
	text-decoration: none;
}

#mainBody li a:hover {
	color:  #3f85f3;
	text-decoration: underline;
}

#mainBody img {
	max-width: 100%;
	height: auto;
}	

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

#mainBody img.centerImage {
	float: none;
	margin: 0 auto;
	max-width: 100%;
	height: auto;
	display: block;
}	

#mainBody p.more a {
	color: white;
	background-color: #ee9168;
	padding: 10px;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	border-radius: 5px;
}

#mainBody p.more a:hover {
	color: white;
	background-color: #1e3e73;
	text-decoration: none;
}

#mainBody ul.brandList {
	padding-left: 0;
}

#mainBody ul.brandList li {
	display: inline-block;
	margin-right: 10px;
/*	border: 1px solid #a12725;
	padding: 5px;*/
	margin-bottom: 10px;
	font-size: 95%;
	background-color: white;
	color: black;
	font-weight: bold;
}

#mainBody ul.brandList li span {
	border: 1px solid #a12725;
	padding: 5px;
}

#mainBody ul.brandList li img {
	float: left;
	margin: 4px 7px 0 0;
}

#mainBody p.highlighted span {
	color: #5b5b62;
	background-color: #b2cfd9;
	padding: 10px;
	text-transform: uppercase;
	font-weight: bold;
}


/* Novel Area */


#novelPage #mainBodyOuter {
	background: url("images/novel-background.jpg") center;
    background-repeat: no-repeat;
    background-size: auto;
	min-height: 950px;
}

#novelInner {
	float: left;
	width: 92%;
	padding: 4%;
	margin: 20px 0 20px 0;
}

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

#novelHeading h1 {
	font-size: 150%;	
}

#novelLeft {
	float: left;
	width: 30%;	
}

#novelLeft img {
	max-width: 100%;
	height: auto;
}

#novelRight {
	float: right;
	width: 62%;	
	padding: 2%;
	background-color: rgba(27,27,27,1);
}

/*											Contact Form 									*/

#contactFormArea fieldset {
	float: left;
	border: none;
	padding: 0;
	width: 99%;
	margin-bottom: 20px;
	margin-top: 0;
}

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

#contactFormArea .field {
	float: left;	
	width: 100%;
	margin-bottom: 15px;
}

#contactFormArea .submitField {
	float: left;
	width: 100%;	
}

#contactFormArea #submit.formButton {
	float: none;
	width: 100px;
	height: 40px;
	font-size: 100%;
	background-color: #ee9168;
	color: white;
	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
	border: none;
	text-transform: uppercase;
	border-radius: 5px;
}

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

#contactFormArea label {
	font-size: 90%;
	color: #333333;
	font-weight: bold;
	text-transform: uppercase;
}	

#contactFormArea input {
	color: black;
	border: none;
	float: left;
	width: 98%;
	padding: 1%;
	height: 30px;
	font-size: 80%;
	border: none;
	margin-top: 10px;
	border-radius: 5px;
	background-color: #efefef;
	text-align: center;
}

#contactFormArea textarea {
	color: black;	
	float: left;
	width: 98%;
	padding: 1%;
	height: 120px;
	background-color: #efefef;
	font-size: 80%;
	border: none;
	margin-top: 10px;
	border-radius: 5px;
	text-align: center;
}

 
/*											Calculator Area									*/

#calculatorBox {
	float: left;
	width: 100%;
	padding: 20px 0 0 0;
	background-color: #55b6fa;
}

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

#calculatorInner h2 {
	color: white;
	text-transform: uppercase;
	border-bottom: 2px solid white;
	font-size: 110%;
	padding-bottom: 10px;
}




/*Stand out Box*/

#standoutBox {
	float: left;
	width: 100%;
	padding: 20px 20px 10px 20px;
	box-sizing: border-box;
	background-color: #333333;
	margin: 10px 0 25px 0;
	border-radius: 5px;
}

#standoutBox img {
	float: left;
	margin: 0 20px 0 0;
}

#standoutBox h2 {
	color: #efefef;
}

#standoutBox p {
	color: white;
}

#standoutBox p b {
	color: white;
}

#standoutBox li {
	color: white;
}

#standoutBox li b {
	color: white;
}

#standoutBox hr {
	border-color: white;
}

#standoutBox p.more a {
	color: white;
	background-color: #d69a36;
	padding: 7px;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
}

#standoutBox p.more a:hover {
	color: #5b5b62;
	background-color: white;
	text-decoration: none;
}

#mainBody ul.pointersList {
	list-style-type: none;
	padding: 0;
}

#mainBody ul.pointersList li {
	display: inline-block;
	margin-right: 20px;/*
	line-height: 40px;*/
	margin-bottom: 10px;
}

#mainBody ul.pointersList li i.fa-check-square {
	font-size: 180%;
	color: #efefef;
	margin-right: 5px;
}


/*Stand out Box Two*/

#standoutBoxTwo {
	float: left;
	width: 98%;
	padding: 1%;
	background-color: #d69a36;
	margin: 15px 0 15px 0;
}

#standoutBoxTwo img {
	float: right;
	margin: 0 0 0 20px;
}

#standoutBoxTwo h2 {
	color: #5b5b62;
}

#standoutBoxTwo p {
	color: white;
}

#standoutBoxTwo p b {
	color: white;
}

#standoutBoxTwo li {
	color: white;
}

#standoutBoxTwo li b {
	color: white;
}

#standoutBoxTwo hr {
	border-color: white;
}

#standoutBoxTwo p.more a {
	color: white;
	background-color: #5b5b62;
	padding: 7px;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
}

#standoutBoxTwo p.more a:hover {
	color: #d69a36;
	background-color: white;
	text-decoration: none;
}


/*Features*/

#keyFeatures {
	float: right;
	max-width: 500px;
	background-color: #61a3dc;
	margin: 0 0 20px 20px;
	border: 1px solid #61a3dc;
	border-radius: 5px;
}

#keyFeatures h2 {
	color: white;
	background-color: #3bb441;
	padding: 10px 0 10px 10px;
	text-align: left;
	margin: 0;
}

#keyFeatures ul {
	padding: 10px 30px 10px 30px;
	margin: 0;
}

#keyFeatures li {
	color: white;
}



#topBannerArea {
	float: left;
	width: 100%;
	height: 300px;
	margin-bottom: 10px;
}

#topBannerArea.services { 
	background: url(images/meeting.jpg) repeat center;
}

#topBannerArea.about { 
	background: url(images/labs.jpg) repeat center;
}



/*Grey Box*/

#greyBox {
	float: left;
	width: 96%;
	padding: 2%;
	padding-bottom: 1%;
	background-color: #efefef;
	border-radius: 5px;
	margin-bottom: 30px;
}
/*
#standoutBox h2 {
	color: white;
	padding-top: 0;
	margin-top: 0;
}

#standoutBox p {
	color: white;
}

#standoutBox hr {
	border-color: white;
}*/



/*Gallery*/

#mainBody .gallery a {
	text-decoration: none !important;
}

#mainBody .gallery a h2 {
	text-decoration: none !important;
}

#mainBody .gallery h2 {
	font-size: 90%;
	text-transform:  none;
	color: white;
	text-decoration: none !important;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	height: 30px;
	padding-top: 7px;
	padding-left: 5px;
	padding-right: 5px;
	font-weight: normal;
	margin-top: 0;
}

#mainBody .gallery h2 a {
	color: white;
	text-decoration: none !important;
	font-weight: normal;
}

#mainBody .gallery h2 a:hover {
	color: #a12725;
	text-decoration: none !important;
	font-weight: normal;
}

#mainBody .gallery img {
	margin-bottom: 0;
}




#return-to-top {
    position: fixed;
    bottom: 60px;
    right: 20px;
    background: #ee9168;
    width: 50px;
    height: 50px;
    display: block;
    text-decoration: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    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;
}

#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: #1e3e73;
	color:white;
}

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



.brandBox {
	float: left;
	width: 18%;	
	padding-left: 1%;
	padding-right: 1%;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

.brandBox img {
	width: 100%;
	height: auto;
}


/*Table*/

table {
	border-collapse: collapse;
	display: block;
	overflow: scroll;
	margin-bottom: 25px;
	border: none;
	border-radius: 5px;
}	


table tbody {
	border-radius: 5px;
}	


table th {
	background-color: #6085c4;
	color: white !important;
	padding: 10px;
	font-size: 100%;
}

table td {
	padding: 13px;	
	font-size: 90%;
	background-color: white;
}

table td.name {	
	background-color: #ea424e;
	color: white;
}

table td.price {	
	background-color: #fec739;
	color: black;
}


/* Process Area 

Red #ea424e
Yellow #fec739
Blue #6085c4

*/

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

.processWide {
	float: left;
	width: 98%;
	padding: 1%;
	margin: 0;
}

.processLeft {
	float: left;
	width: 48%;
	padding: 1%;
	background-color: #ea424e;
	border-radius: 5px;
}

.processLeft p {
	color: white !important;
}

.processRight {
	float: right;
	width: 48%;
	padding: 1%;
	background-color: #6085c4;
	border-radius: 5px;
}

.processRight p {
	color: white !important;
}

.processRight p a {
	color: #fec739 !important;
}

#processArea p span {
	background-color: #fec739;
	padding: 7px;
	border-radius: 10px;
	color: black !important;
	font-size: 150%;
	font-weight: bold;
}

#processArea li {
	color: white !important;
}

.arrowRight {
	float: right;
	width: 48%;
	height: 100%;
}

.arrowLeft {
	float: left;
	width: 48%;
	height: 100%;
}

.arrowLeft img{
	float: right;
}


/*		Template Transcription		*/

#templateWide {
	float: left;
	width: 100%;
	margin-top: 20px;
	padding-top: 20px;
	border-top: 1px solid #55b6fa;	
}

#templateLeft {
	float: left;
	width: 47%;		
	margin-top: 130px;
}

#templateRight {
	float: right;
	width: 47%;		
}

#templateRight img {
	border: 10px solid #142661;
	text-align: center;
	margin: 0;
	margin-left: auto;
	margin-right: auto;
	display: block;
}

#templateLeft h2 {
	font-size: 160%;
	text-align: center;
}

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

#templateLeft li {
	font-size: 120%;
	line-height: 45px;
	text-align: center;
}



/*		How Box	*/

#howBoxes {
	float: left;
	width: 100%;
	border-bottom: 1px solid #55b6fa;	
	margin-bottom: 30px;
	text-align: center;
}

.howBox {
	float: left;
	width: 23.5%;	
	margin-right: 2%;
	background-color: white;
	margin-bottom: 2%;
}

.howBox.lastHowBox {
	float: right;
	margin-right: 0;
}

#howBoxes .howBox h3 {
	color: white;	
	font-size: 170% !important;
	font-weight: bold;
	margin: 10px 0 4px 0 !important;
} 

#howBoxes .howBox h3 span {
	background-color: #142661 !important;
	padding: 4px 12px 7px 12px;
	border-radius: 5px 5px 0 0;
} 

#howBoxes .howBox p {
	color: #142661 !important;
	font-weight: bold !important;
	font-size: 110%;
} 


#howBoxes .howBox img {
	max-width: 100%;
	height: auto;
} 




/*Contact Area*/

#contactOuter {
	float: left;
	width: 100%;	
	background-color: #1e3e73;
	padding: 40px 0 20px 0;
}

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

.contactBox {
	float: left;
	width: 31.8%;	
	margin-right: 2%;
	padding: 15px 0 15px 0;
	text-align: center !important;
}

.contactBox.contactSecondBox {
	text-align: center !important;
}




.contactBox.lastContactBox {
	float: right;
	margin-right: 0;
	border-right: 0;
	text-align: center !important;
}

.contactBox img {
	width: 100%;
	height: auto;
}

.contactBox.contactSecondBox img {
	max-width: 30% !important;
}

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

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

#contactInner p {
	color: white; 
	line-height: 20px;
	font-size: 90%;
}

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

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

#contactInner i.fab {
	color: white; 
	font-size: 400%;
	margin: 0 5px 0 5px;
}

#contactInner i.fab:hover {
	color: #ee9168; 
}

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

#contactInner i.fas: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: 95%;
	font-weight: 300;
}


#contactInner li.phone {
	background-image: url(images/phone.png);
	background-size: 25px 18px;
	background-position: left;
	background-repeat: no-repeat;
	padding-left: 30px;
}	

#contactInner li.email {
	background-image: url(images/email.png);
	background-size: 30px 17px;
	background-position: left;
	background-repeat: no-repeat;
	padding-left: 35px;
}

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

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


/*New Contact Form*/


#pjWrapperContactForm_2 .container-fluid {
	padding: 0;
	margin: 0;	
}

#pjWrapperContactForm_2 #pjCF_container_2 {
	padding: 0;
	margin: 0;	
}

#pjWrapperContactForm_2 label {
	color: #2a3681;
	font-size: 120%;
}

#pjWrapperContactForm_2 input {
	height: 40px !important;
}

#pjWrapperContactForm_2 .form-group {
	margin-bottom: 20px;
}

#pjWrapperContactForm_2 .col-sm-12 {
	margin: 0;
	padding: 0;
}

#pjWrapperContactForm_2 button.pjCF-button {
	width: 100px;
	height: 40px;
	font-size: 100% !important;
	background-color: #26a8dc !important;
	color: white !important;
	text-transform: uppercase !important;
	border-radius: 5px;
	border: none !important;
}

#pjWrapperContactForm_2 button.pjCF-button:hover {
	background-color: #2a3681 !important;
	color: white !important;
	cursor: pointer;
}



/*Candidate Form*/


#pjWrapperContactForm_3 .container-fluid {
	padding: 0;
	margin: 0;	
}

#pjWrapperContactForm_3 #pjCF_container_2 {
	padding: 0;
	margin: 0;	
}

#pjWrapperContactForm_3 label {
	color: #2a3681;
	font-size: 120%;
}

#pjWrapperContactForm_3 input {
	height: 40px !important;
}

#pjWrapperContactForm_3 .form-group {
	margin-bottom: 20px;
}

#pjWrapperContactForm_3 .col-sm-12 {
	margin: 0;
	padding: 0;
}

#pjWrapperContactForm_3 button.pjCF-button {
	width: 100px;
	height: 40px;
	font-size: 100% !important;
	background-color: #26a8dc !important;
	color: white !important;
	text-transform: uppercase !important;
	border-radius: 5px;
	border: none !important;
}

#pjWrapperContactForm_3 button.pjCF-button:hover {
	background-color: #2a3681 !important;
	color: white !important;
	cursor: pointer;
}





/*										Timetable			*/


#timetableSection {
	float: left;
	width: 100%;
	height: 300px;
	background: url("images/quote.jpg") center;
	background-size: cover;
	z-index: 510;
	position: relative;
}

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

#timetableInner h2 {
	font-size: 120%;
	font-weight: normal;
	margin-top: 150px;
	text-align: center;
	float: left;
	text-transform: uppercase;
	background-color: #efefef;
	border-radius: 5px;
	color: #333333;
}

#timetableInner h2 a {
	text-align: center;
	background-color: #efefef;
	border-radius: 5px;
	color: #333333;
	padding: 5px 10px 5px 10px;
	text-decoration: none;
}

#timetableInner h2 a:hover {
	background-color: #333333;
	color: white;
	text-decoration: none;
}




.highlightBoxOne {
	float: left;
	width: 100%;
	padding: 30px;
	background-color: #efefef;	 
	box-sizing: border-box;
}


.highlightBoxTwo {
	float: left;
	width: 100%;
	padding: 30px;
	background-color: white;
	border: 1px solid #efefef; 
	box-sizing: border-box;
}


#mainBody .highlightBoxOne p.more a {
	color: white;
	background-color: #333333;
}

#mainBody .highlightBoxOne p.more a:hover {
	color: #333333;
	background-color: #efefef;
}

.highlightBoxOne img {
	max-width: 20% !important;
	height: auto;
}


.highlightBoxTwo img {
	max-width: 20% !important;
	height: auto;
}

.highlightBoxOne ul {
	list-style-type: none;
	padding-left: 0;
}



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

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

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

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

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

#footerBackground footer {
	width: 100%;	
	padding: 1%;
	box-sizing: border-box;
}
				 
#blueInner {
	width: 100%;	
	padding: 1%;
	box-sizing: border-box;
}

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





/* 959*/
@media only screen 
and (max-width : 959px) 
				 {
			
					 
.priceBoxes {
	float: none;
}
					 
#mainBodyOuter #mainBody {
	margin-top: 0;
}

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

#mainBodyOuter {
	margin-top: 0;
}
					 
#headerBackground {
	background-color: white;
	position: relative;
}				 

#leftNav {
	display: none;
}

#rightNav {
	display: none;
}
	
#accordionSection {
	display: block;
	margin-left: 10px;
}
					 
#navBackground {
	display: block;
	padding: 0;
	background-color: #1e3e73;
	border-top: 1px solid #efefef;
}				 
					 
#logo {
	float: left;
	width: 100%;
}	

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

nav ul {
	margin: 0 ;
}

nav {
	float: left;
	width: 100%;
	margin: 0;	
	padding-bottom: 0;
	border-bottom: 0px;
}	
					 
#calculatorInner form {
	float: left;
	width: 100%;
}	
					 
					 
#formLeft {
	float: left;
	width: 100%;
}

#formRight {
	float: left;
	width: 100%;
}
					 
#rightCalculator {
	float: left;
	width: 100%;
}

#rightCalculator img {
	max-width: 100%;
	height: auto;
	display: block;
	margin-left: auto;
	margin-right: auto;
}				 
	
#topBar ul {
	float: left;
	width: 100%;
	text-align: center;
}
					 
#topBar li {
	text-align: center;
}				 
					 
#blueInner ul.brandList li {
	border: 1px solid white;
	padding: 10px;
	line-height: 28px;
	background-image: url(images/tick.png);
	background-size: 25px 25px;
	background-position: 12px 10px;
	background-repeat: no-repeat;
	padding-left: 45px;
}

#blueInner ul.brandList li span {
	border: none;
	padding: 0;
	background: none;
}		
					 
#blueInner img {
	float: none;
	clear: both;
	margin-left: 0;
}	
					 
					 

							 
					 
					 
}




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

					 	


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

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

img.rightImage {
	float: none;
	clear: both;
	margin-left: 0;
}	
		
#standoutBox img {
	float: none;
	clear: both;
	margin-left: 0;
}	
		
#standoutBoxTwo img {
	float: none;
	clear: both;
	margin-left: 0;
}		
					 
#gallery img {
	float: left;
	width: 48%;
	height: auto;
}

p.copyLeft {
	float: left;
}

p.copyRight {
	float: left;
}	

#loveFootball {
	float: left;
	width: 100%;
	text-align: left;
}

#followUs {
	float: left;
	width: 100%;
	text-align: left;
}


#keyFeatures {
	float: none;
	clear: both;
	margin-left: 0;
}	
		
#templateLeft {
	float: left;
	width: 100%;		
	margin-top: 0;
}

#templateRight {
	float: left;
	width: 100%;	
}		
		
.howBox {
	float: left;
	width: 48%;	
	margin-right: 2%;
	margin-bottom: 2%;
	min-height: 350px;
}

.howBox.lastHowBox {
	float: left;
	width: 48%;	
	margin-right: 2%;
	margin-bottom: 2%;
}

#novelInner {
	margin: 0;	
	padding-top: 0;	
}
		
#novelLeft {
	float: left;
	width: 100%;	
}

#novelLeft img {
	max-width: 100%;
	height: auto;
}

#novelRight {
	float: left;
	width: 96%;
	padding: 2%;
	margin-top: 2%;
}
		


	#copyRight {
	float: left;	
}	
		
		

.homeBox {
	float: left;
	width: 48%;	
	margin-right: 2%;
	margin-bottom: 2%;
}

.homeBox.lastBox {
	float: left;
	width: 48%;	
	margin-right: 2%;
	margin-bottom: 2%;
}

			
		
#topBar ul {
	margin-bottom: 10px;
}
					 
#topBar li {
	margin: 0;
	line-height: 18px;
	text-align: center;
	display: block;
	width: 100%;
}					 
	
#topBar p {
	font-size: 90%;
	padding: 5px 0 5px 0;
	text-align: center;
	width: 100%;
}	
		


#bannerSlogan {
	width: auto;
	top: 150px;
}	
					 


.contactBox {
	float: left;
	width: 100%;	
	padding: 1%;
	box-sizing: border-box;
	border: none;
	margin-bottom: 10px;
	padding-bottom: 10px;
	text-align: center;
}
					 
.contactBox.contactSecondBox {
	border-bottom: 2px solid white;
	padding-bottom: 30px;
	margin-bottom: 20px;
	border-right: 0;
}

.contactBox.lastContactBox {
	float: left;
	width: 100%;	
	padding: 1%;
	box-sizing: border-box;
	border-right: 0;
	border-bottom: none;
	text-align: center !important;
} 
			
		
		
 }
 



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


#timetableInner h2 {
	font-size: 90%;
}					 

					 
}
					 


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

				 

					 
footer img {
	float: none;
	margin: 10px 0 10px 0;
}					 

img.desktopView {
	display: none;
}

img.mobileView {
	display: block;
}


#contactFormArea input {
	width: 95% !important;
}

#contactFormArea textarea {
	width: 98% !important;
}

.brandBox {
	width: 46%;	
	padding-left: 2%;
	padding-right: 2%;
}


.processLeft {
	float: left;
	width: 98%;
	padding: 1%;
}

.processRight {
	float: left;
	width: 98%;
	padding: 1%;
}

.arrowRight {
	display: none;
}

.arrowLeft {
	display: none;
}



.howBox {
	float: left;
	width: 100%;	
	border: none;
	margin-bottom: 20px;
}
					 
.howBox.lastHowBox {
	float: left;
	width: 100%;	
	margin-bottom: 20px;
} 

					 
#topBar p {
	float: left;
	width: 100%;
	margin: 5px 0 5px 0
}

#topBar li {
	margin-left: 0;
	line-height: 25px;
	margin-right: 0;
}					 

.homeBox img {
	width: 100%;
	height: auto;	
}

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

.homeBox h2 {
	font-size: 90%;
}

.homeBox.lastBox {
	float: left;
	width: 100%;	
	margin-bottom: 20px;
} 				 
					 
				 
					 
}
				
	
			 
/* Smartphones (portrait) ----------- */
@media only screen 
and (max-width : 320px) {
	


}



#pjWrapper header.pjJlHeader {
	display: none;	
}

