@charset "utf-8";
/*==============================================================================
RESET
==============================================================================*/
* { padding: 0; margin: 0; border: 0; outline: 0; vertical-align: baseline; font-family: inherit; font-size: 100%; }
html { overflow-y: scroll; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
body, button, input, select, textarea { font-family: Arial, Helvetica, sans-serif; font-size: 12px; line-height: 18px; }
h1, h2, h3, h4, h5, h6 { font-weight: normal; }
ul, ol { list-style:none; }
abbr[title], dfn[title] { border-bottom: 1px dotted black; cursor:help; }
dfn, i, cite, var, address, em { font-style: italic; }
del { text-decoration:line-through; }
mark { background: black; color: white; font-style: italic; font-weight: bold; }
ins { background: black; color: white; text-decoration: none; }
sub, sup { position: relative; font-size: 75%; line-height: 0; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }
big { font-size: 125%; }
pre, code, kbd, samp { font-family: monospace, serif; }
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }
strong, b { font-weight: bold; }
img { -ms-interpolation-mode: bicubic; vertical-align: middle; }
hr { font-size: 0; line-height: 0; color: black; height: 0; border-top: 1px solid black; display: block; }
a { color: #0a4d79; text-decoration: none;}
a:hover { text-decoration: underline; }
blockquote, q { quotes:none; }
blockquote:before, blockquote:after, q:before, q:after { content:''; content:none; }
table { border-collapse: collapse; border-spacing: 0; width: 100%; }
caption, th, td { vertical-align: top; text-align: left; }
legend { *margin-left: -7px; width: 100%; display: block; }
label { cursor: pointer; }
input, select, textarea, button { font-family:inherit; font-size: 100%; vertical-align: baseline; }
input, button { -webkit-box-sizing: content-box; box-sizing: content-box; }
textarea { overflow: auto; vertical-align: top; resize: vertical; }
input[type="button"], input[type="reset"], input[type="submit"], button { cursor: pointer; -webkit-appearance: button; line-height: normal; }
input[type="checkbox"], input[type="radio"] { box-sizing: border-box; padding: 0; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="hidden"] { display: none; }
input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }
input::-moz-focus-inner, button::-moz-focus-inner { border: 0; padding: 0; }
a:-webkit-any-link { text-decoration: none; }
a.button, a.button-large, input.button, input.button-large { background-image: url('imgs/main/buttons.png'); background-repeat: repeat-x; font-weight: bold; text-align: center; text-decoration: none; color: #FFF; border: none; border-radius: 6px; box-shadow: none; padding: 0; display: block; width: 100%; }
a.button:hover, a.button-large:hover, input.button:hover, input.button-large:hover { text-decoration: none;cursor: pointer;}
input.button, input.button-large { box-sizing: border-box; -webkit-box-sizing: border-box; }
/*Button*/
a.button, input.button { font-size: 12px; line-height: 24px; height: 24px;width: 100px; }

/*.container { max-width: 980px; margin: auto; overflow: hidden; box-shadow: 2px 2px 10px 5px rgba(0, 0, 0, .2); }
*/

.wrapper { padding: 0 20px; overflow: hidden; }
body{color: #333333;}
.btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus {
  outline: thin dotted;
  outline: none;
  outline-offset: 0px;
}
img::selection {
  background-color:transparent;
} 
img::-moz-selection{
  background-color:transparent;
}
input.select-box-field::-ms-clear {
  display: none;
}
a{
  outline: none;
}
a:hover{
  text-decoration: none;
}
input:-moz-read-only { 
  background-color: #ffffff;
}
input:read-only { 
  background-color:#ffffff;
}
img{        
  -webkit-user-select: none;
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}    
input[type="text"], textarea, [contenteditable]{
  -webkit-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text;
}
.form-control:focus,input[type="text"]:focus, textarea:focus, [contenteditable]:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}
label.err-msg{
  display: none;
}
label.error{
  color: #FF0000;
}
label {
  font-weight: normal;
}
.superscript{
  vertical-align: super;
  font-size: 70%;
}
.placeholder{
  color: #a5a5a5;
}
.wrapper {
  padding: 0 22px 60px 12px;
  overflow: hidden;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12{
	padding: 0px !important;
}
.col-side, .col-main, .col-1-3,.col-2-3,.col-1-2,.col-media,.col-text {
  position: relative;
  min-height: 1px;
}
.col-side, .col-main,.col-1-3,.col-2-3,.col-1-2,.col-media,.col-text {
  float: left;
}

.col-side{
	width: 29%
}

.col-main{
	width: 68%
}
.col-1-3.partners, .col-1-3.selling{
  width:33.33333%
}
.col-1-3{
	width:60%;
}
.col-1-2{
	width:50%
}
.col-2-3{
	width:330px;
	padding-right:2%;
}
.col-2-3.pr-100.intro {
  padding-right: 20px;
}
.col-media{
  width: 44%;
}
.col-text{
 width: 56%; 
}
ul.gray-disc{
	margin-bottom: 40px;
	list-style-image: url('list-style.png');
}
ul.gray-disc li{
  margin-bottom: 4px;
  list-style-position: inherit;
  margin-left: 14px;
}
ul.gray-disc li a{
	  color: #333333;
}
ul.gray-disc.partners li a{
    color: #7a7a7a;
}
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  content: " ";
  display: table;
}
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
  clear: both;
}
.row.company-info{
  margin-bottom: 24px;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}

.pull-right.frame{
  margin-left: 30px;
  padding-bottom: 10px;
}
.pull-right.frame.large{
  margin-left: 40px;
  padding-bottom: 10px;
}
.pull-left.frame{
  margin-right: 22px;
  padding-bottom: 10px;
}
.pull-left {
  float: left !important;
}

html body,  html  a.button, html  input, html  select, html  textarea, html   a{
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
}

h2{
	font-size: 30px;
	font-weight:300;
	margin-bottom: 32px
}

h2.page-title{
	border-bottom: solid 1px #e5eef5;
	padding-bottom: 12px;
}

h3, .h3{
	font-weight: 600;
	font-size:15px;
}
h3.inthenews-title {
  font-size: 22px;
  margin-bottom: 20px;
}
h4{
  text-transform: uppercase;
  color: #044573;
  font-size: 15px;
  margin-bottom: 12px;
  font-weight: bold;
}
h4.form-title{
  color:#0b446f;
  font-weight: 600;
  margin-bottom: 14px;
}
h4.form-title.public-agency{
  color: #040404
}
p{
  line-height: 22px;
}
p.page-intro-large{
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 38px;
}
p.page-intro{
  font-size: 17px;
  line-height: 28px;
  margin-bottom: 10px;
}
p.page-subtitle{
  font-size: 18px;
  line-height: 24px;
}

p,h3, .h3{
	margin-bottom: 12px;
}
a {
  color: #107cd3;
}
a.button{
  border: solid 1px #0f7ed7;
  border-radius: 4px;
  background-color: #fff;
  color: #0f7ed7;
  padding: 5px;
  margin-bottom: 10px;
  text-align: left;
}
a.button:hover{
	border: solid 1px #0f7ed7;
	border-radius: 4px;
	background-color: #0f7ed7;
	color: #fff;
}
a.button.download{
  padding: 5px 5px 5px 34px;
  background: url('download-icon.png') #fff;
  background-position: 12px -36px;
  background-repeat: no-repeat;
  width: 80%;
  font-weight: normal;
}

:root a.button.download{width: 81%\9\0;}

a.button.download:hover{
	background: url('download-icon.png') #0f7ed7;
	background-repeat: no-repeat;
	background-position: 12px 5px;
}
a.button.readmore{
  padding: 5px 0px 5px 0px;
  background: url('readmore-icon.png') #0f7ed7;
  background-repeat: no-repeat;
  font-weight: normal;
  color: #fff;
  background-position: right center;
  text-align: center;
  text-indent: -10px;
  border: none;
}
a.button.readmore:hover{
	background: url('readmore-icon.png') #174e7c;
	background-repeat: no-repeat;
	background-position: right center;
  border: none;
}
.row.breadcrumbs-wrapper{
  margin-bottom: 30px;
  width: 100%;
  color: #0e446c;
}
.row.breadcrumbs-wrapper a{
  color: #333333;
}
.page-banner {
	margin-bottom: 38px;
	width: 100%;
}
.featured-image{
  margin-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
}
.col-side {
	padding-top: 24px;	
}

.col-main{
  padding-top: 35px;
}
.border-right{
	box-sizing:border-box;
  -ms-box-sizing:border-box;
  -moz-box-sizing:border-box;
  -webkit-box-sizing:border-box;
  border-right:1px solid #e1e1e1;
}
.navi li:first-child{
	border-top-left-radius: 5px 5px;
	border-top-right-radius: 5px 5px;
}
.navi li:last-child{
	border-bottom-left-radius: 5px 5px;
	border-bottom-right-radius: 5px 5px;
}
.navi li{
  background-color: #e5eef5;
  width: 90%;
  border-bottom: solid 1px #fff;
  overflow: hidden;
}
.navi li a{
	cursor: pointer;
	padding: 15px 0px 15px 15px;
	display: block;
	color: #6e6e6e;
}
.navi li a:hover, .navi li a.active{
	text-decoration: none;
	background: url('sprite.png');
	background-position: 0px bottom;
	background-repeat: no-repeat;
}
.navi li a:visited {
  color: #6e6e6e;
}
.ico, .icolarge{
	background: url('sprite.png');
  display: inline-block;
  width: 18px;
  height: 17px;
  background-repeat: no-repeat;
  vertical-align: bottom;
  margin-right: 14px;
}
.page-title .icolarge{
  margin-right: 8px;
}
.ico-arrowright{
  background: url('ico-arrowright.png');
  background-repeat: no-repeat;
  margin: 0px 0px 0px 10px;
  height: 10px;
  vertical-align: middle;
}
.icolarge{
  background: url('sprite2.png');
  width: 28px;
  height: 25px;
  background-color: #fff;
  vertical-align: middle;
}
.info{
	  background-position: 0px -16px;
}
.infolarge{
	  background-position: 0px -62px;
}
.news{
	  background-position: 0px -63px;
}
.newslarge{
  background-position: 0px -32px;
}
.media{
	  background-position: 0px -109px;
}
.medialarge{
  background-position: 0px 0px;
}
.giveback{
  background-position: 0px -158px;
}
.givebacklarge{
  background-position: 0px -291px;
}
.customers{
  background-position: 0px -205px;
}
.customerslarge{
  background-position: 0px -258px;
  width: 31px;
}
.team{
  background-position: 0px -252px;
}
.teamlarge {
  background-position: 0px -96px;
  width: 33px;
}
.blog{
  background-position: 0px -296px;
}
.selling{
  background-position: 0px -346px;
}
.sellinglarge{
  background-position: 0px -226px;
  width: 30px;
}
.partners{
  background-position: 0px -392px;
}
.partnerslarge {
  background-position: 0px -128px;
  width: 32px;
}
.university{
  background-position: 0px -440px;
}
.universitylarge{
  background-position: 0px -192px;
  width: 33px;
}
.categories{
  background-position: 0px -486px;
}
.categorieslarge{
  background-position: 0px -160px;
}
.cta-group{
  border-radius: 5px;
	background-color: #f1f1f1;
	margin-bottom: 60px;
	margin-top: 20px;
  overflow: hidden;
}
.cta-group p{
	margin: 0px;
  text-align: center;
  width: 72%;
  line-height: 56px;
}
.cta-group a{
  border-radius: 0px;
  background-color: #ff8a00;
  color: #fff;
  width: 23%;
    line-height: 42px;
}
.cta-group a:hover {
  background-color: #ffa53b;
}
.cta-group a:hover{
	border-color: #ff8a00;
	color: #fff;
}
.tab-content > .tab-pane {
  padding-top: 30px;
}
blockquote{
	background: url('quote-sprite.png');
  padding-left: 34px;
  padding-top: 3px;
  background-repeat: no-repeat;
}

blockquote .close-quote{
  display: inline-block;
  background: url('quote-sprite.png');
  height: 15px;
  width: 15px;
  margin-left: 10px;
  background-position: bottom right;
  height: 19px;
  width: 22px;
  position: absolute;
}
.timeline-wrapper{
	position: relative;
  margin-top: 60px;
}
.timeline-wrapper span{
  position: absolute;
  font-size: 15px;
  line-height: 18px;
  text-align: center;
}
.timeline-wrapper span.label1{

}
.timeline-wrapper span.label2{
  right: 9%;
  top: -5%;
}
 .timeline-wrapper span.label3{
  top: 44%;
  left: -1%;
}
.timeline-wrapper span.label4{
  right: 11%;
  top: 39%;
}
.timeline-wrapper span.label5{
  top: 75%;
  left: 12%;
}
.timeline-wrapper span.label6{
	bottom: 7%;
	left: 40%;
}
.timeline-wrapper span.label7{
  right: 18%;
  top: 68%;
}
button.slide-menu-btn, .col-side > h3{
	display: none;
}
.pr-20 {
  padding-right: 20px;
}
.pl-20 {
  padding-left: 20px;
}
.pr-28 {
	padding-right: 28px;
}
.pr-96 {
	padding-right: 96px;
}
.pl-96 {
	padding-left: 96px;
}
.media-wrapper{
	margin-bottom: 40px;
}
.media-wrapper a.media-thumbnail{
  display: block;
  width: 799px;
  height: 410px;
  vertical-align: middle;
  text-align: center;
  cursor: pointer;
  position: relative;
  background-repeat: no-repeat;
}
.media-wrapper a.media-thumbnail > img{
	margin-top: 50px;
}
.media-wrapper a.media-thumbnail, .media-wrapper img.media-thumbnail{
	border: solid 2px #e8e8e8;
}
.media-wrapper a.media-thumbnail:hover .overlay{
	background-image: url('overlay-play.png');
}
.media-wrapper .media-thumbnail .overlay{
	background-image: url('overlay-clear.png');
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
  background-position: center;
}
.media-wrapper .media-title{
	color: #114267;
	font-size: 16px;
	margin-top: 16px;
	margin-bottom: 10px;
	line-height: 22px;
}
.media-wrapper .media-description.article{
	margin-bottom: 10px;
}
.additional-medias-title{
	font-size: 14px;
	margin-bottom: 10px;
}

.media-wrapper.photography{
  margin-bottom: 20px;
  width: 33.3333%;
  float: left;
}
.media-wrapper.photography a.media-thumbnail{
  display: block;
  width: 222px;
  height: 157px;
  vertical-align: middle;
  text-align: center;
  cursor: pointer;
  position: relative;
  background-repeat: no-repeat;
  border: none;
  border-radius: 5px;
  overflow: hidden;
}
.media-wrapper.photography a.media-thumbnail > img{
  margin-top: 50px;
}
.media-wrapper.photography a.media-thumbnail{
  width: 179px;
  height: 121px;
}
.media-wrapper.photography a.media-thumbnail:hover .overlay{
  display: block;
  background-image: url('download-overlay.png');
}
.media-wrapper.photography .media-thumbnail .overlay{
  display: none;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-position: center center;
}
.media-wrapper.photography .media-title{
  color: #7a7a7a;
  font-size: 13px;
  margin-top: 10px;
  margin-bottom: 10px;
  line-height: 22px;
  text-align: center;
  width: 179px;
}
.media-wrapper.photography .media-description.article{
  margin-bottom: 10px;
}
.media-wrapper.team{
  margin-bottom: 20px;
  width: 20%;
  float: left;
  padding-right: 30px;

}
.media-wrapper.team a.media-thumbnail{
display: block;
  width: 145px;
  height: 165px;
  vertical-align: middle;
  text-align: center;
  cursor: pointer;
  position: relative;
  background-repeat: no-repeat;
  border: none;
  border-radius: 0px;
  overflow: hidden;
  background-position: center;
}
.media-wrapper.team a.media-thumbnail > img{
  margin-top: 50px;
}

.media-wrapper.team a.media-thumbnail:hover .overlay,.media-wrapper.team a.media-thumbnail.hovered .overlay, .media-wrapper.team a.media-thumbnail.hover.overlay{
  display: block;
  background-image: url('overlay.png');
}
.media-wrapper.team .media-thumbnail .overlay{
  display: none;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.media-wrapper.team .media-title{
  color: #7a7a7a;
  font-size: 13px;
  margin-top: 10px;
  margin-bottom: 10px;
  line-height: 22px;
  text-align: center;
  width: 179px;
}
.media-wrapper.team .media-description.article{
  margin-bottom: 10px;
}
.team-details{
 margin-top: 10px; 
}
.team-details > div{
  display: none;
}
.team-details h3{
  font-size: 20px;
}
.team-details p{
  font-size: 13px;
}
.team-details .seperator{
  display: inline-block;
  width: 50px;
  border-bottom: solid 1px #444343;
  margin-bottom: 15px;
}
.media-wrapper.category{
  margin-bottom: 20px;
  width: 33.3333%;
  float: left;
}
.media-wrapper.category a.media-thumbnail{
  display: block;
  vertical-align: middle;
  text-align: center;
  cursor: pointer;
  position: relative;
  background-repeat: no-repeat;
  border-radius: 5px;
  overflow: hidden;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  border: solid 1px #d7d7d7;
}
.media-wrapper.category a.media-thumbnail > img{
  margin-top: 50px;
}
.media-wrapper.category a.media-thumbnail{
  width: 194px;
  height: 130px;
}
.media-wrapper.category.all a.media-thumbnail{
  width: 194px;
  height: 168px;
  border-radius: 6px;
  background-position: center;
  background-color: #127cd1;
}
.media-wrapper.category.all a.media-thumbnail:hover{
  background-color: #2568ba;
}
.media-wrapper.category a.media-thumbnail:hover .overlay{
  display: block;
  background-image: url('shopnow-button.png');
}
.media-wrapper.category .media-thumbnail .overlay{
  display: none;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-position: center center;
}
.media-wrapper.category .media-title{
  color: #7a7a7a;
  font-size: 14px;
  margin-top: 0px;
  margin-bottom: 10px;
  line-height: 22px;
  text-align: center;
  width: 194px;
  border: 1px solid #d7d7d7;
  border-top: 0px;
  border-radius: 0px 0px 5px 5px;
  padding: 7px 0px;
}
.media-wrapper.category .media-description.article{
  margin-bottom: 10px;
}
.testimonial-wrapper{
  margin-top: 24px;
}
.media-wrapper.testimonial{
  margin-bottom: 20px;
  width: 50%;
  float: left;
}
.media-wrapper.testimonial a.media-thumbnail{
  display: block;
  vertical-align: middle;
  text-align: center;
  cursor: pointer;
  position: relative;
  background-repeat: no-repeat;
  border-radius: 8px;
  overflow: hidden;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  border: solid 1px #d7d7d7;
}
.media-wrapper.testimonial a.media-thumbnail > img{
  margin-top: 50px;
}
.media-wrapper.testimonial a.media-thumbnail{
  width: 281px;
  height: 174px;
  border-radius: 6px 6px 0px 0px;
}
.media-wrapper.testimonial a.media-thumbnail:hover .overlay{
  display: block;
}
.media-wrapper.testimonial .media-thumbnail .overlay{
  display: none;
  background-image: url('testimonals-play.png');
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-position: center center;
}
.media-wrapper.testimonial .media-title{
  color: #464646;
  font-size: 18px;
  margin-top: 0px;
  margin-bottom: 10px;
  line-height: 22px;
  text-align: center;
  width: 281px;
  border: 1px solid #d7d7d7;
  border-top: 0px;
  border-radius: 0px 0px 5px 5px;
  padding: 14px 0px;
  background-color: #d9d9d9;
}
.media-wrapper.testimonial .media-description.article{
  margin-bottom: 10px;
}

.media-wrapper.testimonial.share-experience a.media-thumbnail {
  height: 228px;
  border-radius: 8px;
  background-color: #2579e0;
  background-position: center;
}
.media-wrapper.testimonial.share-experience a.media-thumbnail:hover{
  background-color: #2568ba;
}
.university-videos {
  margin-bottom: 50px;
}
.university-videos h3.university-panel-title{
  color: #0d446d;
  font-size: 22px;
  margin-bottom: 30px;
}
.media-wrapper.university{
  margin-bottom: 20px;
  width: 50%;
  float: left;
}
.media-wrapper.university a.media-thumbnail{
  display: block;
  vertical-align: middle;
  text-align: center;
  cursor: pointer;
  position: relative;
  background-repeat: no-repeat;
  border: none;
  overflow: hidden;
}
.media-wrapper.university a.media-thumbnail > img{
  margin-top: 50px;
}
.media-wrapper.university a.media-thumbnail{
  width: 223px;
  height: 139px;
}
.media-wrapper.university a.media-thumbnail:hover .overlay{
  display: block;
  background-image: url('pr-university-play-button-hover.png');
}
.media-wrapper.university .media-thumbnail .overlay{
  display: block;
  background-image: url('pr-university-play-button.png');
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-position: center center;
}
.media-wrapper.university .media-title{
  color: #107cd4;
  font-size: 16px;
  margin-top: 10px;
  margin-bottom: 10px;
  line-height: 22px;
  width: 179px;
  display: block;
}
.media-wrapper.university .media-description{
  margin-bottom: 10px;
  width: 223px;
}
.row.pages{
  text-align: center;
}
.row.pages >div{
  display: inline-block;
  margin: auto;
}
.row.pages a{
  width: 33px;
  height: 33px;
  text-align: center;
  vertical-align: middle;
  display: table-cell;
  font-weight: bold;
  color: #464545
}
.row.pages a.active{
  background-color: #114376;
  color: #fff;
  cursor: default;
}
a.disabled{
  cursor: default;
}
.row.pages a.prev, .row.pages a.next{
  text-indent: -16200px;
  background-image: url('pagination.png');
  background-repeat: no-repeat;
}
.row.pages a.prev {
  background-position: center 10px;  
}
.row.pages a.next {
  background-position: center -15px;  
}
.pressrelease-wrapper .pressrelease-title{
  font-size: 18px;
  margin-bottom: 5px;
}
.pressrelease-wrapper .pressrelease-date{
  font-style: italic;
}
.pressrelease-wrapper {
  margin-bottom: 20px;
}
.pressrelease-wrapper .pressrelease-excerpt a{
  display: inline-block;
  padding-left: 18px;
  padding-right: 10px;
  margin-top: 0px;
  background-image: url('readmore-icon-blue.png');
  background-repeat: no-repeat;
  background-position: right center;
}
.gray-disc.pressrelease{
  margin-left: 15px;
}
.top-deals-wrapper .top-deals-title{
  color: #212121;
  font-size: 16px;
}
.top-deals-wrapper .top-deals-list li{
    font-size: 13px
  }
.top-deals-wrapper .top-deals-list li a{
  color: #7a7a7a
}
.service-wrapper{
	margin-bottom: 32px;
}
.service-wrapper .service-panel{
  border-radius: 5px;
  padding: 12px 15px;
  margin-bottom: 20px;
}
.service-wrapper .service-panel.gold{
	background-color: #f0b23c;
	color: #fff;
}
.service-wrapper .service-panel.platinum{
	background-color: #e6e5e4;
	color: #094f71;
}
.service-wrapper .service-panel.titanium{
	background-color: #7b8d9f;
	color: #ffffff;
}
.service-wrapper .service-panel.mobicat{
	background-color: #dee4e9;
	color: #0b456d;
}
.service-wrapper .service-panel p{
	margin-bottom: 0px
}
.service-wrapper .service-panel p.service-title{
  font-size: 23px;
  font-weight: 600;
  margin-bottom: 8px;
  line-height: 23px;
}
.service-wrapper .service-panel p.service-subtitle{
  font-size: 16px;
  font-style: italic;
}
.service-wrapper p.service-description{
  padding-left: 18px;
	margin-bottom: 12px;
}
.service-wrapper a{
	display: inline-block;
	padding-left: 18px;
  padding-right: 10px;
	margin-top: 0px;
	background-image: url('learnmore-icon.png');
	background-repeat: no-repeat;
	background-position: right center;
}

.b-roll-wrapper{
  width: 45%;
  float: left;
  padding-right: 30px;
  margin-bottom: 36px
}
.b-roll-title {
  margin-bottom: 10px
}
.b-roll-title div {
  color: #7a7a7a;
  font-size: 13px;
  display: block;
  float: left;
  vertical-align: middle;
  width: 57%;
}
.b-roll-title div  span{
    display: table-cell;
  height: 32px;
  vertical-align: middle;
 } 
.b-roll-title a.button.download{
  margin: 0px;
  width: 73px;
  font-size: 9px;
  padding: 0px 0px 0px 27px;
  background-position: 7px -40px;
  /* line-height: 9px; */
  margin-right: 16px;
}
.b-roll-title a.button.download:hover{
    background-position: 7px 1px;
}
.partners-intro{
  font-size: 17px;
  line-height: 26px;
}
.partner-logos{
  margin-bottom: 40px;
  text-align: center;
  margin-top: 30px;
}
.partner-logos a{
  display: inline-block;
  position: relative;
}
.partner-logos a .overlay {
  display: none;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-position: top;
  background-repeat: no-repeat;
}
.partner-logos a:hover .overlay {
  display: block;
  background-color: #fff;
}
.municipal-clients h3{
  margin-bottom: 18px;
}
.partner-logos img{
  margin-bottom: 10px;
}
.company-info.panel-orange{
  text-transform: uppercase;
  color: #FFFFFF;
  text-align: center;
  background-color: #f48c39;
  font-size: 16px;
  border-radius: 5px;
  padding: 10px;
  margin-bottom: 10px;
  margin-top: 10px;
}
.company-info.panel-grey{
  background-color: #e5eef5;
  border-radius: 5px;
  padding: 20px 10px;
  margin-bottom: 10px;
  text-align: center;
}
.company-info.panel-grey > div{
  width: 38%;
  display: inline-block;
  vertical-align: middle;
}
.company-info.panel-grey > div.al-right{
  text-align: right;
  padding-right: 18px;
}
.company-info.panel-grey > div.al-left{
  text-align: left;
  padding-left: 18px;
}
.company-info.panel-grey > div h3{
  color: #08466f;
  font-size: 17px;
  margin-bottom: 8px
}
.company-info.panel-grey > div p{
  font-size: 14px;
  margin-bottom: 0px;
  line-height: 18px;
}
.categories-intro {
  font-size: 17px;
  margin-bottom: 30px;
}
.selling-title{
  text-align: center;
  font-size: 20px;
  margin-bottom: 40px;
}
.selling-wrapper div.selling  {
  text-align: center;
}
.selling-wrapper div.selling  div{
  padding: 0px 10px
}
.selling-wrapper a.button.readmore{
  padding: 4px 0px 4px 0px;
  background: url('readmore-icon.png') #0f7ed7;
  background-repeat: no-repeat;
  font-weight: normal;
  color: #fff;
  background-position: right center;
  text-align: center;
  text-indent: -10px;
  border: none;
  font-size: 13px;
  margin: auto
}
.selling-wrapper a.button.readmore:hover{
  background-color: #174e7c;
}
.selling-wrapper .selling h3{
  margin-top: 18px;
}
.testimonial-wrapper .testimonial-text a {
  display: inline-block;
  padding-left: 0px;
  padding-right: 12px;
  margin-top: 0px;
  background-image: url('readmore-icon-blue.png');
  background-repeat: no-repeat;
  background-position: right center;
}
.testimonial-wrapper h3{
  font-size: 18px;
  margin-bottom: 6px;
  width: 257px;
  line-height: 22px;
}
.testimonial-wrapper  .testimonials-person-icon{
  background-image: url('testimonials-person-icon.png');
  background-repeat: no-repeat;
  background-position: left center;
  font-size: 12px;
  color: #727272;
  padding-left: 26px;
  height: 25px;
  display: inline-block;
  line-height: 25px;
  margin-bottom: 5px;
}
.testimonial-wrapper .testimonial-text p{
  width: 256px;
  overflow: hidden;
  margin-bottom: 0px;
  font-size: 13px;
}
.testimonial-wrapper .testimonial-text p.readmore{
  height: 64px;
}
.testimonial-text >div {
  margin-bottom: 30px;
}
.give-back-intro {
  font-size:19px;
  color: #212121;
}
.icon-youtube{
  background-color: #c00000;
  color: #ffffff;
  background-image: url('pr-university-youtube.png');
  background-repeat: no-repeat;
  background-position: center left;
  padding: 10px 10px 10px 39px;
  border-radius: 5px;
}
.icon-youtube:hover{
    background-color: #970b0b;
}
.icon-youtube:hover, .icon-youtube:visited{
  color: #ffffff;
}
.public-agency-intro {
  font-size: 18px;
  line-height: 28px;
}
.public-agency-subtitle{
  font-size: 16px;
  margin-bottom: 44px;
}

.form-field {
  width: 100%;
  margin-bottom: 16px;
  padding: 15px 20px;
  border-radius: 5px;
  border: solid 1px #a5a5a5;
  box-shadow: none;
  height: auto;
  line-height: normal;
}

input, textarea{
   width: 100%;
/*  margin-bottom: 16px;
  padding: 10px 18px;
  border-radius: 5px;
*/  border: solid 1px #a5a5a5;
  box-shadow: none;
  height: auto;
  line-height: normal;
}
input.error , textarea.error{
    margin-bottom: 4px;
}
input[type="text"],input[type="email"],input[type="password"], textarea{
/* box-sizing: border-box;
*/  }
textarea{
  min-height: 129px;
}
.info{
  font-style: italic;
  font-weight: 400;
  color: #272727;
}
input[type="button"], input[type="reset"], input[type="submit"], button{
  cursor: pointer;
  -webkit-appearance: button;
  width: 100%;
  background-color: #137ed5;
  color: #fff;
  font-size: 17px;
  line-height: 17px;
/*  padding: 12px 22px;
*/  border: none;
}
input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover, button:hover{
  background-color:#174e7c;
}
.public-agency-featured-image{
  margin-left: auto;
  display: block;
  margin-right: auto;
}
.public-agency{
  width: 100%;
}
.form-title{
  font-size: 15px;
  font-weight: normal;
  color: #040404;
  text-transform: none;
}
.intro h2{
  font-size: 23px;
  margin-top: 20px;
  font-weight: 600;
}
.intro p{
  font-size: 20px;
  color: #333333;
  padding-right: 89px;
  line-height: 26px;
  margin-bottom: 15px;
}
.intro p.orange-text{
  color: #eea430;
}
.trusted-merchant-wrapper{
  margin-bottom: 28px;
}
.trusted-merchant-wrapper h3{
  font-size: 23px;
  margin-bottom:28px;
  line-height: 26px;
}
ul.trusted-merchant-benefits{
  float: left;
}
ul.trusted-merchant-benefits.col-40{
  width: 37%
}
ul.trusted-merchant-benefits.col-30{
  width: 36%
}
ul.trusted-merchant-benefits.col-25{
  width: 27%
}
ul.trusted-merchant-benefits.main li{
  font-size: 15px;
}
ul.trusted-merchant-benefits li{
  margin-bottom: 20px;
}
ul.trusted-merchant-benefits li img{
  margin-right: 10px;
}
ul.trusted-merchant-benefits.gray-disc{
  margin-bottom: 10px
}
ul.trusted-merchant-benefits.gray-disc li{
  margin-bottom: 5px;
}
.trusted-merchant-form{
  color: #a5a5a5
}
.trusted-merchant-form .info{
 color: #a5a5a5
}
.caret {
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #c2c2c2;
}
.input-group-addon, .input-group-btn, .input-group .form-control {
  height: auto;
}
.select-box-field{
    border: solid 1px #a5a5a5;
  border-right: none;
  padding: 10px 22px  10px 22px;
  color: #a5a5a5;
  font-size: 13px;
}
@-moz-document url-prefix() { 
  .select-box-field{
    padding: 9px 22px  10px 22px;
  }
}
.select-box-toggle{
  border: solid 1px #a5a5a5;
  border-left: none;
  height: 26px;
}
.select-box-dropdown li a{
  padding: 9px 14px;
  width: 416px;
  color: #a5a5a5;
  font-size: 13px;
}
.select-box-dropdown{
  margin-top: 8px;
  padding-top: 0px;
  padding-bottom: 0px;
  border-radius: 6px;
  overflow: hidden;
}
.dropdown-menu.select-box-dropdown > li > a:hover, .dropdown-menu.select-box-dropdown > li > a:focus {
  color: #ffffff;
  text-decoration: none;
  background-color: #174e7c;
}
.input-group{
  margin-bottom: 16px;
}
.category-options i{
}

/* ===========================================================
 * bootstrap-checkbox - v.1.0.1
 * ===========================================================
 * Copyright 2014 Roberto Montresor
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 * ========================================================== */

@CHARSET "ISO-8859-1";

.bootstrap-checkbox > button.btn{
  padding:7px 0 4px 2px;
  width:28px;
}
.bootstrap-checkbox > button.btn.displayAsButton{
  width:auto;
}
.bootstrap-checkbox > button.btn.displayAsButton > span.label-checkbox{
  padding:0 8px 0 4px;
}
.bootstrap-checkbox > button.btn.displayAsButton > span.icon{
  margin: 2px 4px;
}
.bootstrap-checkbox > button.btn.displayAsButton > span.label-prepend-checkbox{
  padding:0 4px 0 8px;
}
.bootstrap-checkbox > button.btn.btn-large{
  padding:10px 0 6px 2px;
  width:36px;
}
.bootstrap-checkbox > button.btn.btn-small{
  padding:5px 0 3px 1px;
  width:24px;
}
.bootstrap-checkbox > button.btn.btn-mini{
  padding:4px 0 1px 1px;
  width:20px;
}

.bootstrap-checkbox > .btn.btn-link{
  text-decoration:none;
}

label.bootstrap-checkbox.disabled{
  cursor:default;
  color:#666;
}

.bootstrap-checkbox > .label-prepend-checkbox{
  padding-right:4px;
}

.bootstrap-checkbox > .label-checkbox{
  padding-left:4px;
}

.bootstrap-checkbox.disabled > [class^="label-"],
.bootstrap-checkbox > .btn[disabled]{
  cursor:not-allowed;
}

[class^="cb-icon-"],
[class*=" cb-icon-"] {
  display: inline-block;
  width: 15px;
  height: 14px;
  margin-top: 1px;
  *margin-right: .3em;
  line-height: 14px;
  vertical-align: text-top;
  background-image: url("icons.png");
  background-position: 14px 14px;
  background-repeat: no-repeat;
}

.bootstrap-checkbox button.btn > span.cb-icon-check,
.bootstrap-checkbox.disabled button.btn:hover > span.cb-icon-check,
.bootstrap-checkbox.disabled button.btn:active > span.cb-icon-check{
  background-position: 0  0px;
}
.bootstrap-checkbox button.btn:hover > span.cb-icon-check,
.bootstrap-checkbox button.btn:focus > span.cb-icon-check,
.bootstrap-checkbox button.btn:active > span.cb-icon-check{
  background-position: 0 -24px;
}
.bootstrap-checkbox button.btn > span.cb-icon-check-empty,
.bootstrap-checkbox.disabled button.btn:hover > span.cb-icon-check-empty,
.bootstrap-checkbox.disabled button.btn:active > span.cb-icon-check-empty{
  background-position: -24px -1px;
}
.bootstrap-checkbox button.btn:hover > span.cb-icon-check-empty,
.bootstrap-checkbox button.btn:focus > span.cb-icon-check-empty,
.bootstrap-checkbox button.btn:active > span.cb-icon-check-empty{
  background-position: -24px -25px;
}

.bootstrap-checkbox button.btn > span.cb-icon-check-indeterminate,
.bootstrap-checkbox.disabled button.btn:hover > span.cb-icon-check-indeterminate,
.bootstrap-checkbox.disabled button.btn:active > span.cb-icon-check-indeterminate{
  background-position: -48px -1px;
}
.bootstrap-checkbox button.btn:hover > span.cb-icon-check-indeterminate,
.bootstrap-checkbox button.btn:focus > span.cb-icon-check-indeterminate,
.bootstrap-checkbox button.btn:active > span.cb-icon-check-indeterminate{
  background-position: -48px -25px;
}

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80); }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none; }
button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover, .mfp-close:focus {
    opacity: 1;
    filter: alpha(opacity=100); }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover, .mfp-arrow:focus {
    opacity: 1;
    filter: alpha(opacity=100); }
  .mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after, .mfp-arrow .mfp-a {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before, .mfp-arrow .mfp-b {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after, .mfp-arrow-left .mfp-a {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before, .mfp-arrow-left .mfp-b {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after, .mfp-arrow-right .mfp-a {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before, .mfp-arrow-right .mfp-b {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; }
 }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; }
 }

.mfp-ie7 .mfp-img {
  padding: 0; }
.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px; }
.mfp-ie7 .mfp-container {
  padding: 0; }
.mfp-ie7 .mfp-content {
  padding-top: 44px; }
.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0; }
  
.as-seen-on {font-size:10px;} 

.public-agency input[type="text"].form-field, .public-agency  input[type="email"].form-field, .public-agency  input[type="password"].form-field, .public-agency  textarea.form-field  {
 box-sizing: border-box; 
}
.public-agency input[type="button"], .public-agency input[type="reset"], .public-agency input[type="submit"], .public-agency button{
  padding: 12px 22px;
  border-radius: 5px;
}
.public-agency-information.container{
 width:auto
}

.trusted-merchant-form input[type="text"].select-box-field, .trusted-merchant-form input[type="text"].form-field, .trusted-merchant-form  input[type="email"].form-field, .trusted-merchant-form  input[type="password"].form-field, .trusted-merchant-form textarea, .trusted-merchant-form textarea.form-field  {
 box-sizing: border-box; 
}
.trusted-merchant-form input[type="button"], .trusted-merchant-form input[type="reset"], .trusted-merchant-form input[type="submit"]{
  padding: 12px 22px;
  border-radius: 5px;
}
.trusted-merchant-form.container{
 width:auto
}
.trusted-merchant-form button{
  z-index: 9;
}
.trusted-merchant-form textarea{
 margin-bottom: 24px;
 border-radius: 5px;
 padding: 10px 18px;
}


hr {
  border: 0;
  width: 100%;
  color: #bbbbbb;
  background-color: #bbbbbb;
  height: 1px;
}


h1.watchlist-title{
	font-size: 48px;
	font-weight:600;
	margin-bottom: 15px;
	color: #2e3c54;
	text-transform:uppercase;
	line-height:50px;
}

p.watchlist-title-subtext {
	font-size: 20px;
	font-weight:500;
	margin-bottom: 30px;
	color: #333333;
	line-height:25px;
}

.watchlist-title-subtext-bold {
	font-size: 20px;
	font-weight:bold;
	color: #333333;
}

h2.proxy-text{
	font-size: 23px;
	font-weight:600;
	margin-bottom: 40px;
	color: #000000;
	margin-top: 30px;
	line-height:25px;
}

h2.proxy-title{
	font-size: 23px;
	font-weight:600;
	margin-bottom: 5px;
	color: #000000;
	margin-top: 30px;
	line-height:25px;
}

p.proxy-title-subtext {
	font-size: 20px;
	font-weight:500;
	margin-bottom: 15px;
	color: #eea430;
	line-height:25px;
}

/*Media*/
.media-wrapper.watchlist{
  margin-bottom: 40px;
  width: 100%;
}
.media-wrapper.watchlist a.media-thumbnail{
  display: block;
  vertical-align: middle;
  text-align: center;
  cursor: pointer;
  position: relative;
  background-repeat: no-repeat;
  border: none;
  overflow: hidden;
}
.media-wrapper.watchlist a.media-thumbnail > img{
  margin-top: 10px;
}
.media-wrapper.watchlist a.media-thumbnail{
  width: 799px;
  height: 410px;
}
.media-wrapper.watchlist a.media-thumbnail:hover .overlay{
  display: block;
  background-image: url('pr-university-play-button-hover.png');
}
.media-wrapper.watchlist .media-thumbnail .overlay{
  display: block;
  background-image: url('pr-university-play-button.png');
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-position: center center;
}
.media-wrapper.watchlist .media-title{
  color: #107cd4;
  font-size: 16px;
  margin-top: 10px;
  margin-bottom: 10px;
  line-height: 22px;
  width: 179px;
  display: block;
}

.media-wrapper.watchlist a.media-thumbnail:hover .overlay,.media-wrapper.proxybid a.media-thumbnail.hovered .overlay, .media-wrapper.watchlist a.media-thumbnail.hover.overlay{
  display: block;
  background-image: url('overlay.png');
}
.media-wrapper.watchlist .media-thumbnail .overlay{
  display: none;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}

.step-watchlist-text {
  font-size: 22px;
  line-height: 25px;
  color:#2e3c54;
  margin-top: 50px;
  font-weight:bold;
}

.watchlist-step2 {
  font-size: 22px;
  line-height: 25px;
  color:#2e3c54;
  margin-top: 20px;
  font-weight:bold;
}

.watchlist-step3 {
  font-size: 22px;
  line-height: 25px;
  color:#2e3c54;
  margin-top: 30px;
  font-weight:bold;

}

.step-watchlist-subtext {
  font-size: 16px;
  line-height: 25px;
  color:#000000;
  margin-top: 5px;
}

.watchlist-bottom {
  font-size: 16px;
  background:#2e3c54;
  line-height: 25px;
  color:#ffffff;
  margin-top: 35px;
  text-align:center;
  padding:30px;
}

h4.watchlist-bottom-title {
	color: #f0b33d;
	font-size:28px;
	font-weight:600;
	line-height:30px;
}


.watchlist-bottom-text {
	color: #ffffff;
	font-size:20px;
	font-weight:normal;
	line-height:26px;
	text-align:center;
	margin: 0 auto;
	padding: 0 30px 0 30px;
}

.bold-text {
	font-weight: bold;
	font-size: 16px;
    line-height: 25px;
    color:#000000;
    margin-top: 5px;

}

.italic-text {
	font-size: 14px;
    line-height: 25px;
    color:#000000;
	font-style:italic;

}


/*Image*/
.watchlist-image{
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.list {
	padding-left:15px;
	font-size: 16px;
    line-height: 25px;

}
	

@media (max-width: 767px) {
  .media-wrapper proxybid {
    width:400px;
  }
}
@media screen and (max-width: 300px) {
    .media-wrapper proxybid {
        background-color: lightblue;
    }
}