m@charset "utf-8";
/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	max-width: 100%;
}
/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}

body {
	font-family: 'Gotham';
	/*background-color:#88a1b7;*/
	background-color:#f5f5f5;
	/*background-image:#f3f3f3;*/
}

p {
	font-size:16px;
	line-height:120%;
	font-weight: 500;
	color:#000000;
	padding: 1px 7%;
}

a {
	color:#ffffff;
	text-decoration:none;
}

a:hover {
	color:#2481bb;
}

a:visited {
	color:#2481bb;
}

/* This stylesheet generated by Transfonter (https://transfonter.org) on March 9, 2018 5:37 PM */

@font-face {
    font-family: 'Gotham';
    src: url('../font-face/Gotham-Black.woff2') format('woff2'),
        url('../font-face/Gotham-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham Extra';
    src: url('../font-face/Gotham-ExtraLightItalic.woff2') format('woff2'),
        url('../font-face/Gotham-ExtraLightItalic.woff') format('woff');
    font-weight: 200;
    font-style: italic;
}

@font-face {
    font-family: 'Gotham';
    src: url('../font-face/Gotham-LightItalic.woff2') format('woff2'),
        url('../font-face/Gotham-LightItalic.woff') format('woff');
    font-weight: 300;
    font-style: italic;
}

@font-face {
    font-family: 'Gotham';
    src: url('../font-face/Gotham-MediumItalic.woff2') format('woff2'),
        url('../font-face/Gotham-MediumItalic.woff') format('woff');
    font-weight: 500;
    font-style: italic;
}

@font-face {
    font-family: 'Gotham';
    src: url('../font-face/Gotham-ThinItalic.woff2') format('woff2'),
        url('../font-face/Gotham-ThinItalic.woff') format('woff');
    font-weight: 100;
    font-style: italic;
}

@font-face {
    font-family: 'Gotham';
    src: url('../font-face/Gotham-Medium.woff2') format('woff2'),
        url('Gotham-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham Extra';
    src: url('../font-face/Gotham-ExtraLight.woff2') format('woff2'),
        url('../font-face/Gotham-ExtraLight.woff') format('woff');
    font-weight: 200;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham Book';
    src: url('../font-face/Gotham-BookItalic.woff2') format('woff2'),
        url('../font-face/Gotham-BookItalic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'Gotham Ultra';
    src: url('../font-face/Gotham-Ultra.woff2') format('woff2'),
        url('../font-face/Gotham-Ultra.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham';
    src: url('../font-face/Gotham-Thin.woff2') format('woff2'),
        url('../font-face/Gotham-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham Book';
    src: url('../font-face/Gotham-Book.woff2') format('woff2'),
        url('../font-face/Gotham-Book.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham';
    src: url('../font-face/Gotham-BoldItalic.woff2') format('woff2'),
        url('../font-face/Gotham-BoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
}

@font-face {
    font-family: 'Gotham';
    src: url('../font-face/Gotham-Light.woff2') format('woff2'),
        url('../font-face/Gotham-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham';
    src: url('../font-face/Gotham-Bold.woff2') format('woff2'),
        url('../font-face/Gotham-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham';
    src: url('../font-face/Gotham-BlackItalic.woff2') format('woff2'),
        url('../font-face/Gotham-BlackItalic.woff') format('woff');
    font-weight: 900;
    font-style: italic;
}

@font-face {
    font-family: 'Gotham Ultra';
    src: url('../font-face/Gotham-UltraItalic.woff2') format('woff2'),
        url('../font-face/Gotham-UltraItalic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
}

h1, .h1 {
	font-size:50px;
}

h2, .h2 {
	font-size:40px;
}

h3, .h3 {
	font-size:30px;
}

h4, .h4 {
	font-size:20px;
}

h5, .h5 {
	font-size:15px;
}

h6, .h6 {
	font-size:10px;
}


/*
	Dreamweaver Fluid Grid Properties
	----------------------------------
	dw-num-cols-mobile:		5;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	10;
	dw-gutter-percentage:	25;
	
	Inspiration from "Responsive Web Design" by Ethan Marcotte 
	http://www.alistapart.com/articles/responsive-web-design
	
	and Golden Grid System by Joni Korpi
	http://goldengridsystem.com/
*/

/* Mobile Layout: 480px and below. */

.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	padding-left: 0%;
	padding-right: 0%;
}


header,
footer {
	width:100%;
	display:block;
	background-color:#ced7dd;
	margin: auto;
	color:#000000;
}

#header {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	
	color:#000000;
}

#sitelogo {
	clear: none;
	float: left;
	margin-left: 0%;
	width: 100%;
	display: block;
	text-align: center;
}

#sitelogo a {
/*	padding:5%;*/
	display:block;
}

#sitelogo a img {
	width:50%;
}

#menuContainer {
	clear: none;
	float: left;
	margin-left: 0%;
	width: 100%;
	display: block;
}

#socialMedia {
	clear: none;
	float: left;
	margin-left: 0%;
	width: 100%;
	display: block;
	height: 64px;
}

#socialMedia ul {
	text-align:center;
	width: 100%;
	display:block;
	list-style:none;
	padding:0;
	    position: relative;
    z-index: 999;
}

#socialMedia ul li {
	display:inline-block;
}

#socialMedia ul li a {
	display:block;
	font-size: 23px;
	padding:0 7px;
	text-decoration:none;
	color:#000000;
	width: 30px;
    height: 30px;
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
}

#socialMedia ul li .fb {
	background-image: url("../images/Facebook.png");
	
}

#socialMedia ul li .fb:hover {
		background-image: url("../images/FacebookHover.png");
}

#socialMedia ul li .tw {
	background-image: url("../images/TwitterX.png");
	
}

#socialMedia ul li .tw:hover {
		background-image: url("../images/TwitterXHover.png");
}

#socialMedia ul li .ig {
	background-image: url("../images/Instagram.png");
	
}

#socialMedia ul li .ig:hover {
		background-image: url("../images/InstagramHover.png");
}

#socialMedia ul li a:hover {
	color:#2481bb;
}

#footer {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}

#footer  p {
	color:#000000;
}

#Col {
	clear: none;
	float: left;
	margin-left: 0%;
	width: 100%;
	display: block;
}

.footermenu {
	list-style:none;
	text-align:center;
	width:100%;
	padding:0px;
}

.footersm {
	list-style:none;
	text-align:center;
	padding:0px;
}

.cwu {
	text-align:center;
	font-size:16px;
}

.footermenu li,
.footersm li {
	display:inline-block;
	vertical-align:top;
}

.footermenu li:first-child {
	border-right: solid #000000 1px;
}

.footermenu li a,
.footersm li a {
	color:#000000;
	text-decoration:none;
	padding:3px 5px;
}

.footersm li a {
	font-size:16px;
}

.footersm li a:hover {
	color:#2481bb;
}

.footersm li a {
	display:block;
	font-size: 23px;
	padding:0 7px;
	text-decoration:none;
	color:#000000;
	width: 30px;
    height: 30px;
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
}

.footersm  li .fb {
	background-image: url("../images/Facebook.png");
	
}

.footersm  li .fb:hover {
		background-image: url("../images/FacebookHover.png");
}

.footersm  li .tw {
	background-image: url("../images/TwitterX.png");
	
}

.footersm  li .tw:hover {
		background-image: url("../images/TwitterXHover.png");
}

.footersm  li .ig {
	background-image: url("../images/Instagram.png");
	
}

.footersm  li .ig:hover {
		background-image: url("../images/InstagramHover.png");
}

.copyright {
	text-align:center;
	padding:0 5px;
	
}

#homebanner {
	clear: both;
	
	float: left;
	
	margin-left: 0;
	
	width: 100%;
	
	display: block;
	background-image:url(../images/Home-Page-Banner.jpg);
	background-repeat:no-repeat;
	background-size:100% auto;
		height:390px;
		background-color:#61523a;
	
}

.homeplate {
	display:table;
	position:relative;
	width:100%;
	height:100%;
}

.homeplate h1 {
	display:table-cell;
	vertical-align:middle;
	color:#ffffff;
	font-size:30px;
	font-weight:bold;
	text-transform:uppercase;
	text-align:center;
	width:100%;

}

.hometop {
	font-weight:300;
	font-size:30px;
	display:block;
}

.homebtm {
	font-weight:300;
	font-size:20px;
	display:block;
	text-transform: none;
}

.homebtn {
	display:block;
	text-align:center;
	font-size:16px;
	position:absolute;
	left: 0;
	right: 0;
	    bottom: 10%;
	margin-left: auto;
 	margin-right: auto;
}

.homebtn a {
	color:#ffffff;
	text-decoration:none;
	text-transform:capitalize;
	    padding: 9px 15px;
    border: solid 3px #ffffff;
	border-radius:20px;
	transition:.8s;
	font-weight:normal;
}

.homebtn a:hover {
	font-weight:normal;
	color:#000000;
	background-color:#ffffff;
	border:solid 3px #ffffff;
}

#homesection {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	   
}

.whyus,
.ourclients {
	text-align:center;
	padding:20px 0px;
}

.whyus h2,
.ourclients h2 {
	font-size: 28px;
}

.whyus p {
	text-align:center;
	    font-size: 20px;
}

#productbx {
	clear: none;
	float: left;
	margin-left:0%;
	width: 100%;
	display: block;
	background-color:#ffffff;
	
}

.pimagetext {
	display:inline-block;
	vertical-align:top;
	position:relative;
	
}



.ptoprow:first-child {
	width: 49%;
}

.ptoprow:last-child {
	width: 49.353%;
}

.pbtmrow:first-child {
	    width: 49.353%;
}

.pbtmrow:last-child  {
	width: 49%;
	
}
.ptext {
	height: 237px;
	}
	.pimage {

	background-repeat:no-repeat;
	background-size:100% auto;
	transition:1s;
	height: 237px;
}

#productbx a:hover .pimage,
#productbx a:hover .pimage div p {
	color: rgba(0,0,0,1);
	background-image:none;
	background-color:#FFFFFF;
}

#productbx a {
	display:block;
	width:100%;
}
.pimagetext div {
	display:table;
	    width: 100%;
    height: 100%;
	position:relative;
}

.pimagetext div p {
	display:table-cell;
	vertical-align:middle;
	text-align:center;
	color:#000000;
}

.pimagetext div h3 {
	display:table-cell;
	vertical-align:middle;
	text-align:center;
	color:#000000;
	font-size: 20px;
}



.printM {
		background-image:url(../images/Homepage/Jeff-Klein-Summertime-Symphony-2017-Instagram.jpg);
}

.webemails {
		background-image:url(../images/Homepage/WebEmails.jpg);
}

.logos {
		background-image:url(../images/Homepage/logo.jpg);
}

.socialMedia {
		background-image:url(../images/Homepage/socialmedia.jpg);
}




.pimage div p {
	color: rgba(0,0,0,0);
	transition:1s;
}

#hclientscontainer {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}

.clienthbx {
	text-align: center;
	vertical-align: top;
	display: inline-block;
	width: 100%;
	margin-bottom:20px;
	
	position: relative;
}

.clienthbx div {
	

    position: absolute;
        bottom: -1px;
    text-align: center;
    width: 76%;
    left: 12%;
    padding: 3px 0px;
        background-color: #1068ff;
}

.clienthbx span {
display: block;
    color: white;
   font-size: 14px;
    background-color: #1068ff;

}

.clienthbx img {
	border: solid 3px #1068ff;
	transition:ease-in .6s;
}

.clienthbx img:hover {
	border:solid #000000 3px;

}

.clienthbx img {
	    width: 75%;
}

#pagebanner {
	    clear: both;
	    float: left;
	    margin-left: 0;
	    width: 100%;
	    display: block;
		margin-bottom:20px;
}
#pagebanner div {
	    padding: 20px 0;
}

#pagebanner {
	height: 290px;
}

#pagebanner img {
	width:100%;
}

#aboutInfo {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	text-align:center;
	background-color:rgba(255,255,255,1);
}

#section {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	
}

.specialize h1 {
	font-size:2em;
	text-align:center;
}

#specializecontainer {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	text-align:center;
}

#specialbx {
	clear: none;
	width: 49%;
	display: inline-block;
	text-align:center;
}

#specialbx img {
	width:80%;
}

#specialbx h3 {
	font-size:22px;
	color:rgba(0,0,0,1);
	text-transform: capitalize;
}

.leftabox2 {
	width: 100%;
	display:inline-block;
	vertical-align:top;
	position:relative;
	
}

.rightabox2 {
	width:100%;
	display:inline-block;
	vertical-align:top;
	position:relative;

}

.leftabox1 {
	width:100%;
	display:inline-block;
	vertical-align:top;
	position:relative;
	
}

.rightabox1 {
	width:100%;
	display:inline-block;
	vertical-align:top;
	position:relative;
}

#contactpg {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}

#contactform {
	clear: none;
	float: left;
	margin-left: 0%;
	width: 100%;
	display: block;
}

#contactinfo {
	clear: none;
	float: left;
	margin-left: 0%;
	width: 100%;
	display: block;
}

#contactform form {
	width: 95%;
    display: block;
    margin: 0 auto;
}
#contactform form label {
    display: inline-block;
    font-size: 18px;
    width: 97%;
	margin:0 2%;
	vertical-align:top;
	    margin-bottom: 18px;
}



#mailinglist form {
	width: 95%;
    display: block;
    margin: 0 auto;
}
#mailinglist form label {
    display: inline-block;
    font-size: 18px;
    width: 97%;
	margin:0 2%;
	vertical-align:top;
	    margin-bottom: 18px;
}

.dob {
	 display: inline-block;
    font-size: 18px;
    width: 28%;
	margin:0 2%;
	vertical-align:top;
}

.dateofbirth {
	 display: inline-block;
    font-size: 18px;
    width: 100%;
	margin:2% 0;
	vertical-align:top;
	text-align:center;
}

#contactform form .label {
	width:97%;
	display: inline-block;
    font-size: 18px;
	margin:0 2%;
	vertical-align:top;
	    margin-bottom: 18px;
}

#sForm,
#sFormniput {
	display: block;
    width: 100%;
    padding: 7px 0px;
    font-size: 19px;
    font-weight: 300;
}

#sFormTextarea {
	display: block;
    width: 98%;
    padding: 7px 0px;
    font-size: 19px;
    font-weight: 300;
	    margin-bottom: 18px;
		min-height:77px;
}


#btn {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0px;
  font-family: Arial;
  color: #ffffff;
  font-size: 20px;
  background: #3498db;
  padding: 10px 20px 10px 20px;
  text-decoration: none;
  border: none;
  display:block;
  margin:10px auto;
}

.g-recaptcha {
	padding:2%;
	margin:0 auto;
}

.g-recaptcha div {
		margin:0 auto;
}


#contactpg h1,
#eventspg h1 {
	text-align:center;
	text-transform:capitalize;
	margin-bottom:0px;
}

#contactpg p {
	text-align:center;
	margin-top: 0px;
    font-size: 18px;
    font-weight: 500;
	margin-bottom:50px;
}

#phoneNumber,
#emailAddress,
#theaddress {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	background-color:#ffffff;
	margin-bottom:15px;
	min-height:100px;
	border-top:#2481bb solid 2px;
}

.cinnerpadding {
	padding:2%;
}

#phoneNumber h3,
#emailAddress h3,
#theaddress h3 {
	color:rgba(0,0,0,1);
	text-align:center;
	padding:5px;
	font-size:23px;
	margin:0px;
}

#phoneNumber h3 i,
#emailAddress h3 i,
#theaddress h3 i {
	    color: #2481bb;
    padding-right: 12px;
    font-size: 20px;
    padding-bottom: 8px;
    line-height: 15px;
    display: inline-block;
}

#phoneNumber .cinfo,
#emailAddress a,
#theaddress .cinfo {
	
	display:block;
	text-align:left;
	padding:5px;
	font-size:16px;
	
}


#emailAddress a {
	color:#1a61e1;
}

#mailinglist {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}

#eventspg {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	text-align:center;
}

#politicspg {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	text-align:center;
}

#eventsbx {
	clear: none;
	margin: 10% 0%;
	width: 90%;
	vertical-align:top;
	display: inline-block;
	background-color:#FFFFFF;
	position:relative;
	min-height:455px;
}

#eventsbx2 {
	clear: none;
	margin: 10% 0%;
	width: 100%;
	vertical-align:top;
	display: inline-block;
	background-color:#FFFFFF;
	position:relative;
}

#eventsbx:hover,#eventsbx2:hover {
	box-shadow:#FFFFFF 0px 0px 6px,#FFFFFF 0px 0px 6px,#FFFFFF 0px 0px 6px ;
	transition:ease-in .4s;
}

#eventsbx:hover .followhere,
#eventsbx2:hover .followhere {
	background-color:#10a3ff;
	transition:ease-in .4s;
}

.imgthumb {
	width:100%; 
}

.imgthumb a img {
	width:100%;
}

.eventTitle {
	padding:10px;
	margin:0px;
	text-align:center;
	font-size:20px;
	font-weight:400;
}

.eventDate {
	display:block;
	text-align:center;
	font-size:16px;
	margin-top: 5px;
	margin-bottom:50px;
}

.followhere {
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	background-color:#2481bb;
	color:#ffffff;
	padding:5px 0px;
	font-size:14px;
}

.followhere:visited {
	color:#ffffff;
}

#photobx {
	clear: none;
	margin: 10% 0%;
	width: 100%;
	vertical-align:top;
	display: inline-block;
	background-color:#FFFFFF;
	position:relative;

	transition:ease-in .4s;
}

#photobx:hover {
	box-shadow:#FFFFFF 0px 0px 6px,#FFFFFF 0px 0px 6px,#FFFFFF 0px 0px 6px ;
	transition:ease-in .4s;
}

#photobx:hover .followhere {
	background-color:#10a3ff;
	transition:ease-in .4s;
}

#photobx .imgthumb {
	width:100%;
	text-align:center;
	overflow: hidden;
	height:180px;
	
}

.dtable {
	display:table;
	height:180px;
	text-align:center;
	width: 100%;
	padding-top:3%;
}

.dtable a {
	display:table-cell;
	vertical-align:middle;
	text-align:center;
}

#photobx .imgthumb a img {
	width:180px;
	text-align:center;
	margin:0 auto;
	display:block;
}




#termspolicy {
clear: both;
		float: left;
		margin-left: 0;
		width: 100%;
		display: block;
}

#termspolicy p {
	display:block;
		margin-left: auto;
	margin-right: auto;
	width:90%

}


#careerbanner {
	clear: both;
	
	float: left;
	
	margin-left: 0;
	
	width: 100%;
	
	display: block;
	background-image:url(../images/pagebanner/Careers.jpg);
		background-color:#3e3842;
	
}

#testbanner {
	clear: both;
	
	float: left;
	
	margin-left: 0;
	
	width: 100%;
	
	display: block;
	background-image:url(../images/pagebanner/testimonials.png);
		background-color:#3e3842;
	
}

#pagebanner {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	
	
}

#pagebanner {
	height: auto;
}
.pagebanner {
		background-repeat:no-repeat;
	background-size:100% auto;
			height:150px;
}

.publicr {
	background-image:url(../images/pagebanner/pr.jpg);
background-color:#151291;
}

.talent {
	background-image:url(../images/pagebanner/talent.jpg);
background-color:#0a0404;
}

.market {
	background-image:url(../images/pagebanner/marketing.jpg);
		background-color:#151291;
}

.contactus {
	background-image:url(../images/pagebanner/contact.jpg);
		background-color:#969696;
}

.theevents {
	background-image:url(../images/pagebanner/events.jpg);
		background-color:#351304;
}

.political {
	background-image:url(../images/pagebanner/Political.jpg);
		background-color:#c9d1d4;
}
.political .careerplate {
	background-color: rgba(135,135,135,0.70)
}

.mediabuying {
	background-image:url(../images/pagebanner/mediabuying.jpg);
		background-color:#c9d1d4;
}
.mediabuying .careerplate {
	background-color: rgba(135,135,135,0.70)
}

.advertising {
background-image:url(../images/pagebanner/Advertising-and-Production.jpg);
		background-color:#c9d1d4;
}
.advertising .careerplate {
	background-color: rgba(135,135,135,0.70)
}

.generalconsulting {
background-image:url(../images/pagebanner/General-Consulting.jpg);
		background-color:#c9d1d4;
}
.generalconsulting .careerplate {
	background-color: rgba(135,135,135,0.70)
}

.research {
background-image:url(../images/pagebanner/research.jpg);
		background-color:#c9d1d4;
}
.research .careerplate {
	background-color: rgba(135,135,135,0.70)
}

.webdesign {
background-image:url("../images/pagebanner/Web-Design.jpg");
		background-color:#c9d1d4;
}
.webdesign .careerplate {
	background-color: rgba(135,135,135,0.70)
} 

.ssocialmedia  {
background-image:url("../images/pagebanner/Social-Media.jpg");
		background-color:#c9d1d4;
}

.ssocialmedia span {
	font-size: 18px;
}
.ssocialmedia .careerplate {
	background-color: rgba(135,135,135,0.70)
} 

.contentmanagement  {
background-image:url("../images/pagebanner/Content-Management.jpg");
		background-color:#c9d1d4;
}
.contentmanagement .careerplate {
	background-color: rgba(135,135,135,0.70)
} 

.speechwriting  {
background-image:url("../images/pagebanner/Speech-Writing.jpg");
		background-color:#c9d1d4;
}
.speechwriting .careerplate {
	background-color: rgba(135,135,135,0.70)
} 

.textmessaging  {
background-image:url("../images/pagebanner/Text-Messaging.jpg");
		background-color:#c9d1d4;
}
.textmessaging .careerplate {
	background-color: rgba(135,135,135,0.70)
} 

.emailblast  {
background-image:url("../images/pagebanner/Email-Blasts.jpg");
		background-color:#c9d1d4;
}
.emailblast .careerplate {
	background-color: rgba(135,135,135,0.70)
} 

.mailingc  {
background-image:url("../images/pagebanner/Mailing-Campaigns.jpg");
		background-color:#c9d1d4;
}
.mailingc .careerplate {
	background-color: rgba(135,135,135,0.70)
} 



.gallery {
	background-image:url(../images/pagebanner/gallery.jpg);
		background-color:#a86538;
}

.socialm {
	background-image:url(../images/pagebanner/socialmedia.jpg);
		background-color:#090a2e;
}

.vip {
	background-image:url(../images/pagebanner/vip.jpg);
		background-color:#84716e;
}

.creatives {
	background-image:url(../images/pagebanner/creative.jpg);
		background-color:#abacae;
}

.demopage {
	background-image:url(../images/pagebanner/Demographic.jpg);
		background-color:#9c9c9c;
}

.printing {
	background-image:url(../images/pagebanner/printing.jpg);
		background-color:#000000;
}

.service {
	background-image:url(../images/pagebanner/service.jpg);
		background-color:#000000;
}



.careerplate {
	display:table;
	position:relative;
	width:100%;
	height:100%;
}

.careerplate h1 {
	display:table-cell;
	vertical-align:middle;
	color:#ffffff;
	font-weight:bold;

	text-align:center;
	width:100%;

}


#careerspg h3 {
	text-align:center;
	text-transform:capitalize;
	margin-bottom:0px;
}

#careerspg .firstp {
	text-align:center;
    font-size: 18px;
    font-weight: 500;
	display:block;
	width:90%;
	margin:10px auto;
}

.firstp a {
	color:#174a87;
}

.firstul {
	font-size: 18px;
    font-weight: 500;
	display:block;
	width:60%;
	margin:10px auto;
	text-align:left;
}

.carearimg {
	display:inline-block;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	vertical-align:top;
}

.carearimg img {
	width: 100%
}


.careercontent {
	
	display:inline-block;
	width:100%;
	margin-right:0;
	vertical-align:top;
}

.careercontent p {
	text-align:left;
	color:#000000;
	font-weight:normal;
	font-size:16px;
}

.careercontent ul li {
    padding: 5px;
    font-size: 14px;
}

#clientscontainer {
    clear: both;
    float: left;
    margin-left: 0;
    width: 100%;
    display: block;
}

#cstatement {
    clear: none;
    float: left;
    margin-left: 0%;
    width: 100%;
    display: block;
}

#cstatement p {
	text-align:justify;
}

#clientlist {
    clear: none;
    float: left;
    margin-left: 0%;
    width: 100%;
    display: block;
}

#aboutInfo1 {
	    clear: both;
	    float: left;
	    margin-left: 0;
	    width: 100%;
	    display: block;
}

#mdb {
	    clear: both;
	    float: left;
	    margin-left: 0;
	    width: 100%;
	    display: block;
}

#mdbitem {
	margin: 0 3%;
	width: 33%;
	display: inline-block;
	text-align:center;
	background-color:#ffffff;
	border-radius: 200%;
	margin-bottom:10px;
	vertical-align:top;
}

#mdbwitem {
	margin: 0 3%;
	width: 90%;
	height:auto;
	display: inline-block;
	text-align:center;
	vertical-align:top;
	background-color:#ffffff;
	
	margin-bottom:10px;
}

#mdbwitem h3 {
	font-size:24px;
}

#mdbwitem h3 span {
	display:inline-block;
	text-align:center;
	font-size:16px;
	font-weight:normal;
}

.inventory h4 span {
	display:inline-block;
	text-align:center;
	font-size:18px;
	font-weight:normal;
}

#mdbwitem .counter {
	font-size:30px;
}
#mdbitem .counter {
	font-size:40px;
	
}

#mdbitem .percent:after {
	content:"%";
}

#mdbitem span:first-child {
	display:block;
	padding:14%;
}

#mdbitem h3 {
	font-size:26px;
	margin:2% 0;
}

.itemwrap {
	display:table;
	width:100%;
	height:100%;
}

.itemcontain {
	display:table-cell;
	vertical-align:middle;
}

.demostats h4 {
	font-size:30px;
	    display: block;
    height: 73px;
}

#sccontainer {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}

#sctabs {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}

#csbxs {

	    width: 300px;
    height: 300px;
	vertical-align:top;
	display: inline-block;

}

.csbxc {
	display:table;
	height:100%;
	width:100%;
}

.csbxc a  {
	display:table-cell;
	vertical-align:bottom;
	
}

.csbxc a h4 {
	display:block;
	width:100%;
	background-color:#000000;
	color:#FFFFFF;
	margin: 0;
    font-size: 23px;
}

.combrading {
	background-image:url(../images/creativeservices/branding.jpg);
	background-size:100% auto;
	background-repeat:no-repeat;
	
}

.websitescs {
	background-image:url(../images/creativeservices/web.jpg);
	background-size:100% auto;
	background-repeat:no-repeat;
}

.flyerscs {
	background-image:url(../images/creativeservices/print.jpg);
	background-size:100% auto;
	background-repeat:no-repeat;
}

.cardscs {
	background-image:url(../images/creativeservices/businesscard.jpg);
	background-size:100% auto;
	background-repeat:no-repeat;
}

.emailscs {
	background-image:url(../images/creativeservices/email.jpg);
	background-size:100% auto;
	background-repeat:no-repeat;
}

.txtscs {
	background-image:url(../images/creativeservices/sms.jpg);
	background-size:100% auto;
	background-repeat:no-repeat;
}

.brochure {
	background-image:url(../images/creativeservices/brochure.jpg);
	background-size:100% auto;
	background-repeat:no-repeat;
}

.newspapercs {
	background-image:url(../images/creativeservices/newspaper.jpg);
	background-size:100% auto;
	background-repeat:no-repeat;
}

.clientlist {
	display:inline-block;
	vertical-align:top;
	width:100%;
}

.clientlist ul li {
	font-size:15px;
}

.prthumbs {
	display:inline-block;
	vertical-align:top;
	width:100%;
	text-align:center;
}

.prthumbs img {
	width:25%; 
	margin:4%;
}

#marketing {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}

#mcol {
	width: 100%;
	display: block;
}

#mcol ul {
	list-style:none;
	padding:0;
	margin:0;
	text-align:center;
}

#mcol ul li:before {
	display:inline-block;
	vertical-align:top;
	width:50px;
	height:50px;	
}

#mcol ul li {
	text-align:left;
}

#mcol ul li a {
	color:#001534;
}

#mcol ul li .wrap {
	display:inline-block;
	vertical-align:top;
	width: 87%;
    margin-left: 2%;

}

.ulweb:before {
	content: "";
	background-image:url(../images/marketing/web.png);
	background-size:100% auto;
}

.ulsms:before {
	content: "";
	background-image:url(../images/marketing/sms.png);
	background-size:100% auto;
}

.ulstreet:before {
	content: "";
	background-image:url(../images/marketing/street.png);
	background-size:100% auto;
}

.ulshout:before {
	content: "";
	background-image:url(../images/marketing/shout.png);
	background-size:100% auto;
}

.ultele:before {
	content: "";
	background-image:url(../images/marketing/tele.png);
	background-size:100% auto;
}

.ulemail:before {
	content: "";
	background-image:url(../images/marketing/email.png);
	background-size:100% auto;
}


.ulsponsorednight:before {
	content: "";
	background-image:url(../images/marketing/sponsorednight.png);
	background-size:100% auto;
}

.ulcar:before {
	content: "";
	background-image:url(../images/marketing/car.png);
	background-size:100% auto;
}

.ulads:before {
	content: "";
	background-image:url(../images/marketing/showcase.png);
	background-size:100% auto;
}


.ulbillboard:before {
	content: "";
	background-image:url(../images/marketing/Billboard.png);
	background-size:100% auto;
}

.ulpanels:before {
	content: "";
	background-image:url(../images/marketing/Mall-Panels.png);
	background-size:100% auto;
}

.ulprint:before {
	content: "";
	background-image:url(../images/marketing/print.png);
	background-size:100% auto;
}




#mcol ul li .wrap h3  {
	font-size: 24px;
	margin-top:10px;
	color:#000000;

}

#mcol ul li .wrap h5 {
	color:#000000;
}

#talent a {
	color:#2481bb;
}
#talent a:hover {
	color:#001534;
}



#talent ul {
	list-style:none;
	display:block;
	text-align:center;
	
	
}

#talent ul li {
	display:inline-block;
	vertical-align:top;
	margin-bottom: 10px;

}

#talent ul li a {
	    display: inline-block;
	color:#ffffff;
	font-weight:bold;
	background-color:#0031E0;

	text-decoration:none;
	transition:ease-in .4s;
	vertical-align:top;
	    font-size: 18px;padding: 2% 4%;
}

#talent ul li a span {
		padding:5px 20px 5px 5px;
}


#talent ul li a:hover {
	background-color:#FFFFFF;
	color:#2481bb;
}



.talentlist li a img  {
	width:227px;
	
}

.talentlist li a span {
	display:block;
}

#talentbox {
	position:relative;
	z-index:100;
	margin:0 auto;
	width:90%;

}



.thetalent {
	position: absolute;
	width:100%;
	height:100%;
	background-color:#ced7dd;
	z-index:200;
	top:0px;
}

.talentthumb {
	display:inline-block;
	vertical-align:top;
	width:100%;
	text-align:center;
}
.talentthumb img {
	width:95%;
}

.rmmgbio {
	margin: 0 auto;
	width: 90%;
	
	
}
.rmmgbio p {
	text-align: justify;
	text-align-last: center;
}
.tbio {
	display:inline-block;
	vertical-align:top;
	width:100%;
}

.tbio .wrap {
	height:800px;
	overflow-y: auto;
}

.tbio h3 {
	text-align:center;
	margin:0px 0px 15px 0px;
}

.tbio p {
	text-align:justify;
}

.openclose {
	display:block;
	width:100%;
	padding:5px 0px;
	margin-bottom:20px;
	font-size:15px;
	color:#2481bb;
}

.cimg {
	width:166px;
	height:auto;
	display:inline-block;
	vertical-align:top;
	margin:2%;
}

.cimg a img,
.cimg img {
	width:100%;
	z-index: 1:;
}

.cimg {
	position: relative;
}

.cimg a span,
.cimg span {
	font-size: 12px;
    color: #ffffff;
    font-weight: bold;
    z-index: 2;
    position: absolute;
    bottom: 0;
    display: block;
    width: 102%;
    background-color: #1068ff;
    padding: 4px 0px;
}

.region {
	background-image:url(../images/region.jpg);
	background-color:#000000;
	background-repeat:no-repeat;
	background-size:100% auto;
	margin-top:50px;
	padding:5% 0;
}

.region table {
	margin:0 auto;
	color:#FFFFFF;
	width:80%;
}

.region table tr td {
	width:10%;
}

.region table tr td .counter {
	font-size:12px;
	
}

.counterlabel {
	font-size:12px;
}

.topHeader,
.nation {
	font-size:12px;
	font-weight:bold;
}



.region table tr td .percent:after {
	content:"%";
}

.demostats  .counter {
	font-size:14px;
}

.webstats {
	display:inline-block;
	vertical-align:top;
	width:100%;
	text-align:center;
}

.inventory {
	display:inline-block;
	vertical-align:top;
	width:100%;
	text-align:center;
}

.leftatitle h1 {
	font-size:24px;
}

.leftatitle img {
	width: 100%;
}
.dobbox {
	margin:0 auto;
	width:100%;

}

.eventimg,
.eventinfo {
	width: 100%
	;
	display: inline-block;
	vertical-align: top;
}

.eventimg div {
	padding: 1%;
}

.eventimg div img {
	width: 100%;
}

.eventinfo p {
	text-align: left;
	
}

#eventDetails p {
	text-align: left !important;
}

#eventTitle {
	    font-size: 35px;
    line-height: 112%;
}

#eventDate {
	font-size: 24px;
}

#eventType {
	font-size: 28px;
}

.eventinfo table tbody tr td {
	padding-bottom: 2%;
}

.myButton {
	box-shadow:inset 0px 1px 0px 0px #bbdaf7;
	background:linear-gradient(to bottom, #79bbff 5%, #378de5 100%);
	background-color:#79bbff;
	border-radius:6px;
	border:1px solid #84bbf3;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:26px;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:0px 1px 0px #528ecc;
}
.myButton:hover {
	background:linear-gradient(to bottom, #378de5 5%, #79bbff 100%);
	background-color:#378de5;
}
.myButton:active {
	position:relative;
	top:1px;
	color:#ffffff;
}
	
	.myButton:visited {
	color:#ffffff;	
	}

.prow {
	display: block; /* equal height of the children */
	clear: both;
}


.panelheader {
}



.smpriceheader {
}



.smpriceheader span {
	font-size: 20px;
	padding-bottom: 1%;
}



.smpackagebar {
text-align: center;
}

.smpackagebx {
width: 99%;
margin: 1%;
display: inline-block;
}

.packagebx {
border-radius: 30px;
border: solid black 2px;
padding: 10px;
min-height: 420px;

}

.bronzep {
background-color: #886603;
color: #ffffff;
}

.bronzep p {
	color: #ffffff;
}

.silverp {
background-color: #9c9c9c;
color: #ffffff;
}

.silverp p {
	color: #ffffff;
}



.goldp {
background-color: #efe100;
color: #000000;
}

.goldp p {
	color: #000000;
}



.platinump {
background-color: #96adcb;
color: #ffffff;
}

.platinump p {
	color: #ffffff;
}





.smpackageheader {
border-bottom: solid 1px black;
}

.ppanels {
text-align: left;
font-size: 24px;
}

.ppanels p {
	font-size: 24px;
}

.btninfo {
margin-top: 10px;
}

.panelheader h1 {
font-size: 18px;
text-align: center
margin-bottom: 0px;
text-transform: uppercase;
}

.smprice {
font-size: 36px;
text-align: center
margin: 0px;
}

.btninfo a {
font-size: 18px;
color: black;
}


.teamsec {
	width: 100%;
	padding: 1.5% 0;
	text-align: center;
}

.teamsec h2 {
	font-size: 27px;
	margin-bottom: 5px;
}

.teambx {
	width: 90%;
	display: block;
	margin: 1% auto;
	vertical-align: top;
}

.teaml {
	width: 90%;
	margin-bottom: 5px;
}

.teamm {
	width: 90%;
}


.teambx a {
	display: block;
	border: #34b4e6 solid 4px;
	overflow: hidden;
	border-radius: 250px;
	transition: 1s;
}

.teambx a:hover {
	border: #ffffff solid 4px;
	transition: 1s;
}
.teambx a img {
	width: 100%;
	display: block;
	margin: 1% auto;
}
.teambx  h4 {

	}

.teambx  h4 a {
		border: none;
	font-size: 22px;
	color: #000000;
	}

.teambx  h4 a:hover {
	border: none;
}

.tmwtext {
	font-size: 20px;
	font-weight: bold;

}

.separador {
width: 78px;
    height: 5px;
    background: #34b4e6;
    margin: 15px auto;
}

.testibx {
	width: 90%;
	background-color: #ffffff;
	display: block;
	margin: 0 auto;
	vertical-align: top;
	min-height: 200px;
}

.testibx div {
	padding: 2%;
}

.testibx p {
	font-size: 18px;
	text-align: justify;
	line-height: 150%;
	color: black;
}

.testibx p:before {
	content: '"';
		font-size: 18px;
	color: black;
}

.testibx p:after {
	content: '"';
		font-size: 18px;
	color: black;
}

.testibx span {
	display: block;
width: 100%;
text-align: right;
font-size: 18px;
font-weight: bold;
}
.ourwork {
	text-align: center;
	
}

.col-25 {
	display: inline-block;
	width: 100%;
	vertical-align: top;
	    background-color: white;
    margin: .3%;
    min-height: 320px;
    border: solid 1px #4070c3;
	position: relative;
}


.ourwork div h3 {
color: #4070c3;
	text-align: left;
	padding-left: 5%
		
}

.col-25 p {
	text-align: justify;
	padding: 5%;
	
}

.col-25 ul {
	padding: 5% 10%;
}

.col-25 ul li {
	font-size: 18px;
	text-align: left;
	color: #2769dc;
	margin: 5px 0;
	
}

.col-25 a {
	color: #1068ff;
	font-size: 18px;
	display: block;
	text-align: center;
	border-top: solid 2px #1068ff;
position: absolute;
		bottom: 0px;
	width: 96%;
	padding: 2%;
}

.col-25 a:hover {
	color: #ffffff;
	
background-color: #1068ff;

}

.featured,
.other {
	display: inline-block;
	width: 100%;
	margin-bottom: 20px;
}

.featured img,
.other img {
	border: solid 2px #0031e0;
}

.politicsp {
	display: block;
	width: 80%;
	margin: 10px auto;
	font-size: 18px;
}

.politicsbxcontainer {
 text-align: center;
 padding: 1% 0 2% 0;
}

.politicsbx {
	display: inline-block;
	vertical-align: top;
	margin: 0 auto;
	text-align: left;
	border: solid 1px #154e8b;
width: 90%;
min-height: 195px;
transition: ease-in .2s;
}

.politicsbx a {
	text-decoration: none;
	display: block;
	padding: 4%;
	transition: ease-in .2s;
	color:#2fa6da;
}

.politicsbx:hover {
	background-color:white;
	transition: ease-in .2s;
}

.politicsbx a:hover > h3,
.politicsbx a:hover > p {
color: #154e8b;
		transition: ease-in .2s;
}

/*.politicsbx a:hover > span {*/

.politicsbx .icon i {
	display: block;
	font-size:40px;
	color:#278bc4;
	margin-bottom: 5px;
}

.politicsbx h3 {
	font-size: 20px;
	margin: 2px;
}

.politicsbx p {
	margin: 0 ;
	text-align: justify;
	width: 100% ;
	font-size: 16px;
}

.pbtm {
	background-color: #154e8b;
	padding: 1% 0%;
}

.pbtm p {
	text-align: center;
	color: white;
	font-size: 28px;
	font-weight: bold;
}

.mediadefinition {
	width: 90%;
	margin: 0 auto 10px auto;
	border: solid 5px #278bc4;
	
}
.mediadefinition p {
	padding: 2%;
	text-align: justify;
	display: block;
	margin: 10px auto;
	line-height: 150%;
}

.mediadefinition span {
	color: #278bc4;
	font-size: 24px
}


.mediap {
	display: block;
	margin: 20px auto;
	width: 90%;
	text-align: justify;
	line-height: 150%;
}

.mediab img {
	width: 70%;
}

.careerplate h1 span {
	display: block;
	width: 100%;
	font-size: 20px;
}

.rightbxpadding2 p {
	text-align:justify;
	padding: 0 2%;
}

.rmmgbio {
	margin: 0 auto;
	width: 80%;
	
}

.pinfo {
	padding: 2% 2%;
	clear: both;
	display: block;
}

	#section p {
		padding: 5px 5%;
	}
	
	.rightbxpadding p {
		padding: 5px 5%;
	
	}

	.mclient {
		height: 210px;
		overflow-x: auto;
		width: 100%;
		display: block;
	}

	.mclient .clienthbx {
		width: 250px;
		
	}

	.moclient {
width: 730%;
text-align: left;
	}

	.coclient .moclient {
width: 1330%;
text-align: left;
	}

	.desktopclients {
		display: none;
	}
/*.pimage:hover {
	background-image:none;
	background-color:#FFFFFF;
}

.pimage div p:hover {
	color: rgba(0,0,0,1);
}*/

/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 681px) {
.gridContainer {
	width: 97.5%;
	padding-left: 1.25%;
	padding-right: 1.25%;
}

header,
footer {
	width:100%;
	display:block;
	margin: auto;
}

#header {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}

#sitelogo {
	clear: none;
	float: left;
	margin-left: 0%;
	width: 100%;
	display: block;
	text-align:center;
}

#sitelogo a img {
	width:20%;
}

#menuContainer {
	clear: none;
	float: left;
	margin-left: 0%;
	width: 100%;
	display: block;
}

#socialMedia {
	clear: none;
	float: left;
	margin-left: 0%;
	width: 100%;
	display: block;
	height: 16px;
}

#socialMedia ul {
	text-align:right;
	width: 100%;
	display:block;
	list-style:none;
	padding:0;
}

#footer {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}

#Col {
	clear: none;
	float: left;
	margin-left: 0%;
	width: 50%;
	display: block;
}

.footermenu {
	list-style:none;
	text-align:left;
	width:100%;
	padding:0px;
}

.footersm {
	list-style:none;
	text-align:right;
	padding:0px;
}
.cwu {
	text-align:right;
	font-size:16px;
}

.copyright {
	text-align:left;
	padding:0 5px;
	
}

#homebanner {
	clear: both;
	
	float: left;
	
	margin-left: 0;
	
	width: 100%;
	
	display: block;
		height:332px;
	
}

.homeplate h1 {
	display:table-cell;
	vertical-align:middle;
	color:#ffffff;
	font-size:25px;
	font-weight:bold;
	text-transform:uppercase;
	text-align:center;

}

.hometop {
	font-weight:300;
	font-size:23px;
	display:block;
}

.homebtm {
	font-weight:300;
	font-size:20px;
	display:block;
	
}

#careerbanner {
	clear: both;
	
	float: left;
	
	margin-left: 0;
	
	width: 100%;
	
	display: block;
	
}

#pagebanner {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	
	
}

.pagebanner {
			min-height:332px;
				background-repeat:no-repeat;
	background-size:100% auto;
}

.publicr {
	background-image:url(../images/pagebanner/pr.jpg);
		background-color:#151291;
}

.market {
	background-image:url(../images/pagebanner/marketing.jpg);
		background-color:#151291;
}

.careerplate {
	display:table;
	position:relative;
	width:100%;
	height:100%;
}

.careerplate h1 {
	display:table-cell;
	vertical-align:middle;
	color:#ffffff;
	font-weight:bold;

	text-align:center;
	width:100%;

}


#homesection {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}

#productbx {
	clear: none;
	float: left;
	margin-left: 0%;
	width: 50%;
	display: block;
}


.ptoprow:first-child {
	width:50%;
}

.ptoprow:last-child {
	width: 49.353%;
}

.pbtmrow:first-child {
	    width: 49.353%;
}

.pbtmrow:last-child  {
	width:50%;
	
}
.ptext {
	height: 300px;
	}
	.pimage {

	background-repeat:no-repeat;
	background-size:100% auto;
	transition:1s;
	height: 300px;
}
	#hclientscontainer {

	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}

.clienthbx {
	text-align: center;
	vertical-align: top;
	display: inline-block;
	width: 19%;
	position: relative;
}

.clienthbx div {
	

    position: absolute;
   
}

.clienthbx span {
display: block;
    color: white;
    font-size: 14px;
    background-color: #1068ff;

}


.clienthbx img {
	    width: 75%;
}

#pagebanner {
	    clear: both;
	    float: left;
	    margin-left: 0;
	    width: 100%;
	    display: block;
}
	
	.pagebanner h1 {
		padding: 10px 0px;
	}

#aboutInfo {
	    clear: both;
	    float: left;
	    margin-left: 0;
	    width: 100%;
	    display: block;
}

#section {
	    clear: both;
	    float: left;
	    margin-left: 0;
	    width: 100%;
	    display: block;
}


#specializecontainer {
	    clear: both;
	    float: left;
	    margin-left: 0;
	    width: 100%;
	    display: block;
		text-align:center;
}


#specialbx {
	    clear: none;
	    width: 24%;
	    display: inline-block;
		text-align:center;
}

#specialbx h3 {
	font-size:16px;
	color:rgba(0,0,0,1);
	text-transform: capitalize;
}

.leftabox2 {
	width:100%;
	display:inline-block;
	vertical-align:top;
	position:relative;

}

.rightabox2 {
	width:100%;
	display:inline-block;
	vertical-align:top;
	position:relative;
}

.leftabox1 {
	width:44%;
	display:inline-block;
	vertical-align:top;
	position:relative;
	
}

.rightabox1 {
	width:55%;
	display:inline-block;
	vertical-align:top;
	position:relative;
}

#contactpg {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}

#contactform {
	clear: none;
	float: left;
	margin-left: 0%;
	width: 100%;
	display: block;
}

#contactinfo {
	clear: none;
	float: left;
	margin-left: 0%;
	width: 100%;
	display: block;
}

#contactform form {
	width: 95%;
    display: block;
    margin: 0 auto;
}
#contactform form label {
    display: inline-block;
    font-size: 18px;
    width: 45%;
	margin:0 2%;
	vertical-align:top;
	    margin-bottom: 18px;
}

#contactform form .label {
	width:97%;
	display: inline-block;
    font-size: 18px;
	margin:0 2%;
	vertical-align:top;
	    margin-bottom: 18px;
}

#mailinglist form {
	width: 95%;
    display: block;
    margin: 0 auto;
}
#mailinglist form label {
    display: inline-block;
    font-size: 18px;
    width: 97%;
	margin:0 2%;
	vertical-align:top;
	    margin-bottom: 18px;
}

#sForm {
	display: block;
    width: 100%;
    padding: 7px 0px;
    font-size: 19px;
    font-weight: 300;
}

#sFormTextarea {
	display: block;
    width: 98%;
    padding: 7px 0px;
    font-size: 19px;
    font-weight: 300;
	    margin-bottom: 18px;
		min-height:77px;
}


#btn {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0px;
  font-family: Arial;
  color: #ffffff;
  font-size: 20px;
  background: #3498db;
  padding: 10px 20px 10px 20px;
  text-decoration: none;
  border: none;
  margin:0 2%;
}

#phoneNumber,
#emailAddress,
#theaddress {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}

#mailinglist {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}

#eventspg {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}

#eventsbx {
	clear: none;
	display: inline-block;
	vertical-align:top;
	    width: 100%;
    margin: 10px 0%;
	min-height:580px;
}

#eventsbx2 {
clear: none;
	display: inline-block;
	vertical-align:top;
	    width: 100%;
    margin: 10px 0%;
}


.eventTitle {
	padding:10px;
	margin:0px;
	text-align:center;
	font-size:24px;
	font-weight:400;
}


.eventDate {
font-size: 22px;
    margin-top: 5px;
    margin-bottom: 12px;
}


.followhere {
	font-size:18px;
}

#termspolicy {
clear: both;
		float: left;
		margin-left: 0;
		width: 100%;
		display: block;
}

#termspolicy p {
	display:block;
		margin-left: auto;
	margin-right: auto;
	width:70%

}

#careerbanner {
	clear: both;

	float: left;

	margin-left: 0;

	width: 100%;

	display: block;

}

#pagebanner {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	
	
}

.pagebanner {
			height:220px;
			background-repeat:no-repeat;
	background-size:100% auto;
}

.publicr {
	background-image:url(../images/pagebanner/pr.jpg);
		background-color:#151291;
}

.market {
	background-image:url(../images/pagebanner/marketing.jpg);
		background-color:#151291;
}

.carearimg {
	display:inline-block;
	width:47%;
	margin-right:1%;
	margin-left:inherit;
	vertical-align:top;
}


.careercontent {
	
	display:inline-block;
	width:48%;
	margin-right:0;
	vertical-align:top;
}

.careercontent p {
	text-align:left;
	color:#000000;
	font-weight:normal;
	font-size:16px;
}

#clientscontainer {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}

#cstatement {
	clear: none;
	float: left;
	margin-left: 0%;
	width: 100%;
	display: block;
}

#clientlist {
	clear: none;
	float: left;
	margin-left: 0%;
	width: 100%;
	display: block;
}

#mdb {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}

#mdbitem {
	margin: 0 3%;
	width: 22%;
	display: inline-block;
}

#sccontainer {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}

#sctabs {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}


.clientlist {
	display:inline-block;
	vertical-align:top;
	width:100%;
}

.prthumbs {
	display:inline-block;
	vertical-align:top;
	width:100%;
}



#marketing {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}

#mcol {
	width: 100%;
	display: inline-block;
}

.dobbox {
	margin:0 auto;
	width:65%;

}
	
	.eventimg,
.eventinfo {
	width: 49%
	;
	display: inline-block;
}
	
.teambx {
	
	display: inline-block;
	position: relative;
}

	
	.teaml {
	width: 24%;

}

.teamsec .teaml {
	width: 22%;
	margin-bottom: 10px;
}


.teamtwo  {
		width: 22%;
		   margin: 0;
	}
	
	.teaml a {
		width: 100%;
		display: block;
	}
	
	.teamtwo  a {
		width: 136px;
	}
	
.teaml h4 a {
	width: auto !important;
	}	

.teamm {
	width: 8.8%;
}


.teambx a {
	display: block;
	border: #34b4e6 solid 4px;
	overflow: hidden;
	border-radius: 250px;
	margin: 0 auto;

}
	
	.teambx  h4 {
		z-index: 999;
    margin: 5px auto;
	}

	.teamm h4 {
		width: 98%;
		margin: 0 auto;
		position: relative;
	}
	
	.teambx  h4 a {
		border: none;
	}

.teambx a img {
	width: 100%;
	display: block;
	margin: 0% auto;
}
	
	.testibx {
	width: 47%;
	background-color: #ffffff;
	display: inline-block;
	margin: 1%;
}
	
	.col-25 {
	display: inline-block;
	width: 24%;
}

	.col-25 a {
		text-align: right;
	
	}
	
	.featured,
.other {
	display: inline-block;
	width: 17%;
	margin-bottom: 10px;
}

.politicsbx {
	display: inline-block;
	vertical-align: top;
	margin: 5px;
	text-align: left;
	border: solid 1px #154e8b;
width: 24%;
}

.politicsbx p {
	margin: 0 ;
	text-align: justify;
	width: 100% ;
	font-size: 11px;
}
	
	.mediadefinition {
	width: 55%;
	margin: 0 auto 10px auto;
	border: solid 5px #278bc4;
	
}
.mediadefinition p {
	padding: 2%;
	text-align: justify;
	display: block;
	margin: 10px auto;
}

.mediadefinition span {
	color: #278bc4;
	font-size: 24px
}


.mediap {
	display: block;
	margin: 20px auto;
	width: 50%;
	text-align: justify;
}
	
.mediab	.mailingimg {
	width: 50%;	
	}
	
	.mediab	.txtm {
	width: 20%;	
	}

.mediab img {
	width: 40%;

}
	
	

.careerplate h1 span {
	display: block;
	width: 100%;
	font-size: 20px;
}

#pagebanner div {
	    padding: 0;
}


.ppanels {
text-align: left;
font-size: 18px;
}
.ppanels p {
	font-size: 18px;
}


.btninfo {
margin-top: 10px;
}

.smpackagebx {
width: 21%;
margin: 0 1%;
display: inline-block;
}

.panelheader h1 {
font-size: 18px;
text-align: left;
margin-bottom: 0px;
text-transform: uppercase;
}

.smprice {
font-size: 30px;
text-align: left;
margin: 0px;
}

	.mclient {
		display: none;
	}

	.desktopclients {
		display: block;
	}
}

/* Desktop Layout: 769px to a max of 1200px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 769px) {
	
	.homeplate h1 {
	display:table-cell;
	vertical-align:middle;
	color:#ffffff;
	font-size:40px;
	font-weight:bold;
	text-transform:uppercase;
	text-align:center;

}

.hometop {
	font-weight:300;
	font-size:30px;
	display:block;
}

.homebtm {
	font-weight:300;
	font-size:20px;
	display:block;
	
}

.homebtn {
	display:block;
	text-align:center;
	font-size:16px;
	position:absolute;
	left: 0;
	right: 0;
	    bottom: 10%;
	margin-left: auto;
 	margin-right: auto;
}

#homesection {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}

#productbx {
	clear: none;
	float: left;
	margin-left: 0%;
	width: 50%;
	display: block;
}


.ptoprow:first-child {
	width:49%;
}

.ptoprow:last-child {
	width: 49.353%;
}

.pbtmrow:first-child {
	    width: 49.353%;
}

.pbtmrow:last-child  {
	width:49%;
	
}
.ptext {
	    height: 220px;
	}
	.pimage {

	background-repeat:no-repeat;
	background-size:100% auto;
	transition:1s;
	    height: 220px;
}
	#hclientscontainer {

	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}

.clienthbx {
	text-align: center;
	vertical-align: top;
	display: inline-block;
	width: 19%;
	position: relative;
}

.clienthbx div {
	

    position: absolute;
   
}

.clienthbx span {
display: block;
    color: white;
    font-size: 14px;
    background-color: #1068ff;

}

.clienthbx img {
	    width: 75%;
}

#pagebanner {
	    clear: both;
	    float: left;
	    margin-left: 0;
	    width: 100%;
	    display: block;
}

#aboutInfo {
	    clear: both;
	    float: left;
	    margin-left: 0;
	    width: 100%;
	    display: block;
}

#section {
	    clear: both;
	    float: left;
	    margin-left: 0;
	    width: 100%;
	    display: block;
}

#specializecontainer {
	    clear: both;
	    float: left;
	    margin-left: 0;
	    width: 100%;
	    display: block;
		text-align:center;
}


#specialbx {
	    clear: none;
	    width: 11%;
	    display: inline-block;
		text-align:center;
}

#specialbx h3 {
	font-size:15px;
	color:rgba(0,0,0,1);
	text-transform: capitalize;
}

.leftabox2 {
	width:22%;
	display:inline-block;
	vertical-align:top;
	position:relative;

}

.rightabox2 {
	width:77%;
	display:inline-block;
	vertical-align:top;
	position:relative;
}

.leftabox1 {
	width:44%;
	display:inline-block;
	vertical-align:top;
	position:relative;
	
}

.rightabox1 {
	width:55%;
	display:inline-block;
	vertical-align:top;
	position:relative;
}
#contactpg {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}

#contactform {
	clear: none;
	float: left;
	margin-left: 0%;
	width: 67%;
	display: block;
}

#contactinfo {
	clear: none;
	float: left;
	margin-left: 2%;
	width: 30%;
	display: block;
}

#contactform form {
	width: 95%;
    display: block;
    margin: 0 auto;
}
#contactform form label {
    display: inline-block;
    font-size: 18px;
    width: 45%;
	margin:0 2%;
	vertical-align:top;
	    margin-bottom: 18px;
}

#contactform form .label {
	width:97%;
	display: inline-block;
    font-size: 18px;
	margin:0 2%;
	vertical-align:top;
	    margin-bottom: 18px;
}

#sForm {
	display: block;
    width: 100%;
    padding: 7px 0px;
    font-size: 19px;
    font-weight: 300;
}

#sFormTextarea {
	display: block;
    width: 98%;
    padding: 7px 0px;
    font-size: 19px;
    font-weight: 300;
	    margin-bottom: 18px;
		min-height:77px;
}


#btn {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0px;
  font-family: Arial;
  color: #ffffff;
  font-size: 20px;
  background: #3498db;
  padding: 10px 20px 10px 20px;
  text-decoration: none;
  border: none;
  margin:0 2%;
}

#phoneNumber,
#emailAddress,
#theaddress {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}

#phoneNumber .cinfo,
#theaddress .cinfo {
	
	display:block;
	text-align:left;
	padding:5px;
	font-size:16px;
	
}

#emailAddress a {
		display:block;
	text-align:left;
	padding:5px;
	font-size:13px;
}

#mailinglist {
		clear: both;
		float: left;
		margin-left: 0;
		width: 100%;
		display: block;
}

#eventspg {
		clear: both;
		float: left;
		margin-left: 0;
		width: 100%;
		display: block;
		
}

#eventsbx {
	clear: none;
	display: inline-block;
	vertical-align:top;
	    width: 27%;
    margin: 10px 2%;
	min-height:356px;
}

#eventsbx2 {
	clear: none;
	display: inline-block;
	vertical-align:top;
	    width: 27%;
    margin: 10px 2%;

}


#photobx {
	clear: none;
	   width: 17%;
    margin: 10px 1%;
	vertical-align:top;
	display: inline-block;
}

.eventTitle {
	padding:10px;
	margin:0px;
	text-align:center;
	font-size:15px;
	font-weight:400;
}


.eventDate {
font-size: 13px;
    margin-top: 5px;
    margin-bottom: 12px;
}


.followhere {
	font-size:14px;
}

#termspolicy {
clear: both;
		float: left;
		margin-left: 0;
		width: 100%;
		display: block;
}

#termspolicy p {
	display:block;
		margin-left: auto;
	margin-right: auto;
	width:70%

}

#careerbanner {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
		background-color:#3e3842;
}

#pagebanner {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	
	
}

.pagebanner {
			height: 338px;
}

.publicr {
	background-image:url(../images/pagebanner/pr.jpg);
		background-color:#151291;
}

.market {
	background-image:url(../images/pagebanner/marketing.jpg);
		background-color:#151291;
}

.careerplate {
	display:table;
	position:relative;
	width:100%;
	height:100%;
}

.careerplate h1 {
	display:table-cell;
	vertical-align:middle;
	color:#ffffff;
	font-weight:bold;

	text-align:center;
	width:100%;

}

.carearimg {
	display:inline-block;
	width:47%;
	margin-right:1%;
	margin-left:inherit;
	vertical-align:top;
}


.careercontent {
	
	display:inline-block;
	width:48%;
	margin-right:0;
	vertical-align:top;
}

.careercontent p {
	text-align:left;
	color:#000000;
	font-weight:normal;
	font-size:16px;
}

#clientscontainer {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}

#cstatement {
	clear: none;
	float: left;
	margin-left: 0%;
	width: 100%;
	display: block;
}

#clientlist {
	clear: none;
	float: left;
	margin-left: 0%;
	width: 100%;
	display: block;
}

#mdb {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}

#mdbitem {
	margin: 0 3%;
	width: 22%;
	display: inline-block;
}

#sccontainer {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}

#sctabs {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}

#csbxs {
	    width: 300px;
    height: 300px;
    display: inline-block;
    vertical-align: top;
    margin: 2%;
}

.clientlist {
	display:inline-block;
	vertical-align:top;
	width:100%;
}

.prthumbs {
	display:inline-block;
	vertical-align:top;
	width:100%;
}

.prthumbs img {
	    width: 17%;
    margin: 1%;
}

#marketing {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	text-align:center;
}

#mcol {
	width: 47%;
	display: inline-block;
	vertical-align:top;
}

.mbox {
	margin-left:auto;
	margin-right:auto;
	margin-bottom:15px;
	width:90%;
}

#mcol ul {
	list-style:none;
	padding:0;
	margin:0;
	text-align:center;
}

#mcol ul li:before {
	display:inline-block;
	vertical-align:top;
	width:50px;
	height:50px;	
}

#mcol ul li {
	text-align:left;
}

#mcol ul li .wrap {
	display:inline-block;
	vertical-align:top;
	width: 87%;
    margin-left: 2%;

}

.talentthumb {
	display:inline-block;
	vertical-align:top;
	width:24%;
}
.tbio {
	display:inline-block;
	vertical-align:top;
	width:59%;
}

.tbio h3 {
	text-align:left;
}

.tbio p {
	text-align:justify;
}

#talentbox {
	position:relative;
	z-index:100;
	margin:0 auto;
	width:90%;

}

.region table tr td .counter {
	font-size:25px;
	
}

.counterlabel {
	font-size:25px;
}

.topHeader,
.nation {
	font-size:25px;
	font-weight:bold;
}
.webstats {
	display:inline-block;
	vertical-align:top;
	width:49%;
}

.inventory {
	display:inline-block;
	vertical-align:top;
	width:49%;
}

#mdbwitem {
	margin: 0 3%;
	width: 250px;
	height:250px;
}

.leftatitle h1 {
    font-size: 19px;
}
	
	.cimg {
	width:166px;
	
	display:inline-block;
	vertical-align:top;
	margin:3%;
}
	
	.prow {
	display: block; /* equal height of the children */
	clear: both;
}
	



.smpriceheader h1 {
	margin: 0;
    font-weight: normal;
}

.smpriceheader span {
	font-size: 20px;
	padding-bottom: 1%;
}
	
		.testibx {
	width: 47%;
	background-color: #ffffff;
	display: inline-block;
	margin: 1%;
}

.politicsbx {
	display: inline-block;
	vertical-align: top;
	margin: 5px;
	text-align: left;
	border: solid 1px #154e8b;
width: 24%;
}
	
	.politicsbx p {
	margin: 0 ;
	text-align: justify;
	width: 100% ;
	font-size: 16px;
}



}

/* Desktop Layout: 1200px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 1200px) {
.gridContainer {
	width: 100%;
	max-width: 1425px;
	padding-left: 0%;
	padding-right: 0%;
	margin: auto;
	z-index: 1;
}

header,
footer {
	width:100%;
	display:block;
	margin: auto;
}

#header {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}

#sitelogo {
	clear: none;
	float: left;
	margin-left: 0%;
	width: 100%;
	display: block;
}

#menuContainer {
	clear: none;
	float: left;
	margin-left: 0%;
	width: 100%;
	display: block;
}

#socialMedia {
	clear: none;
	float: left;
	margin-left: 0%;
	width: 100%;
	display: block;
}

#socialMedia ul {
	text-align:right;
	width: 100%;
	display:block;
	list-style:none;
	padding:0;
}

#footer {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}

#Col {
	clear: none;
	float: left;
	margin-left: 0%;
	width: 50%;
	display: block;
}

.footermenu {
	list-style:none;
	text-align:left;
	width:100%;
	padding:0px;
}

.footersm {
	list-style:none;
	text-align:right;
	padding:0px;
	padding-right:10px;
}

.cwu {
	text-align:right;
	font-size:16px;
	padding:0 10px;
}

.copyright {
	text-align:left;
	padding:0 10px;
	
}

#homebanner {
	clear: both;
	
	float: left;
	width: 111.5%;
	    z-index: 100;
    margin-left: -6%;
	
	display: block;
	height:455px;
	
}

.homeplate h1 {
	display:table-cell;
	vertical-align:middle;
	color:#ffffff;
	font-size:50px;
	font-weight:bold;
	text-transform:uppercase;
	text-align:center;

}

.hometop {
	font-weight:300;
	font-size:30px;
	display:block;
}

.homebtm {
	font-weight:300;
	font-size:26px;
	display:block;
	
}

#careerbanner {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	background-image:url(../images/pagebanner/Careers.jpg);
	background-repeat:no-repeat;
	background-size:100% auto;
		background-color:#3e3842;
}

#pagebanner {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	
	
}

.pagebanner {
			height:445px;
}

.publicr {
	background-image:url(../images/pagebanner/pr.jpg);
	background-repeat:no-repeat;
	background-size:100% auto;
		background-color:#151291;
}

.market {
	background-image:url(../images/pagebanner/marketing.jpg);
	background-repeat:no-repeat;
	background-size:100% auto;
		background-color:#151291;
}

.careerplate {
	display:table;
	position:relative;
	width:100%;
	height:100%;
}

.careerplate h1 {
	display:table-cell;
	vertical-align:middle;
	color:#ffffff;
	font-weight:bold;

	text-align:center;
	width:100%;

}


.homebtn {
	display:block;
	text-align:center;
	font-size:16px;
	position:absolute;
	left: 0;
	right: 0;
	    bottom: 10%;
	margin-left: auto;
 	margin-right: auto;
}
#homesection {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}

#productbx {
	clear: none;
	float: left;
	margin-left: 0%;
	width: 50%;
	display: block;
}


.ptoprow:first-child {
	width:50%;
}

.ptoprow:last-child {
	width: 49.353%;
}

.pbtmrow:first-child {
	    width: 49.353%;
}

.pbtmrow:last-child  {
	width:50%;
	
}
.ptext {
	height: 300px;
	}
	
	.pimage {

	background-repeat:no-repeat;
	background-size:100% auto;
	transition:1s;
	height: 300px;
}

#hclientscontainer {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}

.clienthbx {
	text-align: center;
	vertical-align: top;
	display: inline-block;
	width: 19%;
	position: relative;
}

.clienthbx div {
	

    position: absolute;
   
}

.clienthbx span {
display: block;
    color: white;
    font-size: 14px;
    background-color: #1068ff;

}

.clienthbx img {
	    width: 75%;
}

#pagebanner {
	    clear: both;
	    float: left;
	    margin-left: 0;
	    width: 100%;
	    display: block;
}

#aboutInfo {
	    clear: both;
	    float: left;
	    margin-left: 0;
	    width: 100%;
	    display: block;
}

.leftabox {
	width:40%;
	display:inline-block;
	vertical-align:top;
	position:relative;
	height:500px;
}

.leftabox2 {
	width:22%;
	display:inline-block;
	vertical-align:top;
	position:relative;

}

.rightabox2 {
	width:77%;
	display:inline-block;
	vertical-align:top;
	position:relative;
}

.leftabox1 {
	width:44%;
	display:inline-block;
	vertical-align:top;
	position:relative;
	
}

.rightabox1 {
	width:55%;
	display:inline-block;
	vertical-align:top;
	position:relative;
}

.leftatitle {
	
	display:table-cell;
	color:rgba(0,0,0,1);
 padding-top: 43px;
}

.leftatitle h1 {
	font-size:26px;
}

.titlewrap {
	display:table;
	width:100%;
	height:100%;
}

.subtitle {
	font-weight:normal;
	font-size:20px;
}

.rightabox {
	width:59%;
	display:inline-block;
	vertical-align:top;
	position:relative;
}

.rightbxpadding {
	display:block;
	padding:8%;
	
}

.rightbxpadding2 {
	display:block;
	padding:2%;
	
}

.rightbxpadding2 p {
	text-align:justify;
	padding: 0;
}

.rightbxpadding p {
	text-align:left;
	
	vertical-align: middle;
}

#section {
	    clear: both;
	    float: left;
	    margin-left: 0;
	    width: 100%;
	    display: block;
		padding:20px 0px;
}

#specializecontainer {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	text-align:center;
}

#specialbx {
	    clear: none;
	    width: 11%;
	    display: inline-block;
		text-align:center;
}

#specialbx h3 {
	font-size:22px;
	color:rgba(0,0,0,1);
	text-transform: capitalize;
}

#mediaKit {
	margin-bottom:20px;
}

#contactpg,
#clients {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
	.demostats {
		padding-bottom: 4%;
		border-left: solid 1px black;
		border-right: solid 1px black;
	}
	
	.region {
		border-right: solid 1px black;
	}



#contactpg h1 {
	text-align:center;
	text-transform:capitalize;
	margin-bottom:0px;
}

#contactpg p {
	text-align:center;
	margin-top: 0px;
    font-size: 18px;
    font-weight: 500;
}

#contactform {
	clear: none;
	float: left;
	margin-left: 0%;
	width: 67%;
	display: block;
}

#contactinfo {
	clear: none;
	float: left;
	margin-left: 2%;
	width: 30%;
	display: block;
}
#contactform form {
	width: 95%;
    display: block;
    margin: 0 auto;
}
#contactform form label {
    display: inline-block;
    font-size: 18px;
    width: 45%;
	margin:0 2%;
	vertical-align:top;
	    margin-bottom: 18px;
}

#contactform form .label {
	width:97%;
	display: inline-block;
    font-size: 18px;
	margin:0 2%;
	vertical-align:top;
	    margin-bottom: 18px;
}

#mailinglist form {
	width: 95%;
    display: block;
    margin: 0 auto;
}
#mailinglist form label {
    display: inline-block;
    font-size: 18px;
    width: 45%;
	margin:0 2%;
	vertical-align:top;
	    margin-bottom: 18px;
}

#sForm {
	display: block;
    width: 100%;
    padding: 7px 0px;
    font-size: 19px;
    font-weight: 300;
}

#sFormTextarea {
	display: block;
    width: 98%;
    padding: 7px 0px;
    font-size: 19px;
    font-weight: 300;
	    margin-bottom: 18px;
		min-height:77px;
}


#btn {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0px;
  font-family: Arial;
  color: #ffffff;
  font-size: 20px;
  background: #3498db;
  padding: 10px 20px 10px 20px;
  text-decoration: none;
  border: none;
  margin:0 2%;
}

#btn:hover {
  background: #3cb0fd;
  text-decoration: none;
}

.g-recaptcha {
	padding:2%;
	margin:0;
}

.g-recaptcha div {
		margin:0;
}

#phoneNumber,
#emailAddress,
#theaddress {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}

#phoneNumber h3,
#emailAddress h3,
#theaddress h3 {
	color:rgba(0,0,0,1);
	text-align:left;
	padding:5px;
}

#phoneNumber .cinfo,
#emailAddress a,
#theaddress .cinfo {
	
	display:block;
	text-align:left;
	padding:5px;
	
}

#emailAddress a {
	color:#1a61e1;
}

#phoneNumber .cinfo,
#emailAddress a,
#theaddress .cinfo {
	
	display:block;
	text-align:left;
	padding:5px;
	font-size:16px;
	
}

#mailinglist {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}


#mailinglist {
		clear: both;
		float: left;
		margin-left: 0;
		width: 100%;
		display: block;
}

.dob {
	 display: inline-block;
    font-size: 18px;
    width: 29%;
	margin:0 2%;
	vertical-align:top;
}

.dateofbirth {
	display: inline-block;
    font-size: 18px;
    width: 98%;
    margin: 0% auto;
    vertical-align: top;
    text-align: center;
    margin-bottom: 1%;
}


#eventspg {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}

#eventsbx {
	clear: none;
	display: inline-block;
	vertical-align:top;
	    width: 25%;
    margin: 10px 1%;

}

.eventTitle {
	padding:10px;
	margin:0px;
	text-align:center;
	font-size:19px;
	font-weight:400;
}

.eventDate {
	font-size:16px;
	margin-top: 5px;
	margin-bottom:50px;
}

.followhere {
	font-size:14px;
}

#termspolicy {
clear: both;
		float: left;
		margin-left: 0;
		width: 100%;
		display: block;
}

#termspolicy p {
	display:block;
	margin-left: auto;
	margin-right: auto;
	width:70%;
	text-align:justify;

}

#careerbanner {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	
}

.careerbanner {
	background-image:url(../images/pagebanner/Careers.jpg);
		background-color:#3e3842;
}

#pagebanner {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;

}
.pagebanner {
			height:445px;
				background-repeat:no-repeat;
	background-size:100% auto;
}

.publicr {
	background-image:url(../images/pagebanner/pr.jpg);
		background-color:#151291;
}

.market {
	background-image:url(../images/pagebanner/marketing.jpg);
		background-color:#151291;
}

.careerplate {
	display:table;
	position:relative;
	width:100%;
	height:100%;
}

.careerplate h1 {
	display:table-cell;
	vertical-align:middle;
	color:#ffffff;
	font-weight:bold;

	text-align:center;
	width:100%;

}

#careerspg h2 {
	text-align:center;
	text-transform:capitalize;
	margin-bottom:0px;
}

#careerspg ..firstp {
	text-align:center;
    font-size: 18px;
    font-weight: 500;
	display:block;
	width:50%;
	margin:10px auto;
}


.carearimg {
	display:inline-block;
	width:47%;
	margin-right:1%;
	margin-left:inherit;
	vertical-align:top;
}


.careercontent {
	
	display:inline-block;
	width:48%;
	margin-right:0;
	vertical-align:top;
}

.careercontent p {
	text-align:left;
	color:#000000;
	font-weight:normal;
	font-size:16px;
}

.careercontent ul li {
	padding:5px;
	font-size:14px;
}

.carearimg img {
	width:100%;
}

#clientscontainer {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}


#cstatement {
	clear: none;
	float: left;
	margin-left: 0%;
	width: 100%;
	display: block;
}

#clientlist {
	clear: none;
	float: left;
	margin-left: 0%;
	width: 100%;
	display: block;
}

.leftabox1 {
	width:44%;
	display:inline-block;
	vertical-align:top;
	position:relative;

}

.rightabox1 {
	width:55%;
	display:inline-block;
	vertical-align:top;
	position:relative;
}


#mdb {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}

#mdbitem {
	margin: 0 3%;
	width: 13%;
	display: inline-block;
}


#publicRelations {
	margin:20px auto;
	width:70%;
}

.clientlist {
	display:inline-block;
	vertical-align:top;
	width:100%;
}

.prthumbs {
	display:inline-block;
	vertical-align:top;
	width:100%;
}



.leftatitle h1 {
    font-size: 24px;
}

.caption {
	font-size: 16px;
	padding:8px 0px;
	font-weight:bold;
}

.pagenumber {
	width:100%;
	text-align:center;
}

.pagenumber ul {
	display:inline-block;
	list-style:none;
	padding:0px;
	width:100%;
}

.pagenumber ul li {
	display:inline-block;
	width:20px;
	height: 20px;
	
}

.prevnext {
	font-size:18px;
	color:#000066;
}

.pcurrent {
	color:#FFFFFF;
	font-size:16px;
	font-weight:bold;
	display:block !important;
	padding:2%;
}

.page {
	font-size:16px;
	font-weight:normal;
	display:block !important;
	background-color:#FFFFFF;
	border:#0000CC solid 1px;
	padding:2%;
	color:#000099;
}
	
	.eventimg,
.eventinfo {
	width: 49%
	;
	display: inline-block;
}
	.prow {
	display: flex; /* equal height of the children */
	clear: both;
}
	


.teaml a {
		width: 212px !important;
		display: block;
	}

	#socialMedia ul li .twitterx {
	background-image: url('images/1.png');
	display: inline-block;
	width: 10px;
	height: 10px;
	content: " ";
}

	

}