body {
  font-family: 'Oxygen', serif;
}
a {
  color: #0d4d9e;
  -webkit-transition: color 0.3s ease-in-out;
  -moz-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
  -webkit-transition: border 0.3s ease-in-out;
  -moz-transition: border 0.3s ease-in-out;
  -o-transition: border 0.3s ease-in-out;
  transition: border 0.3s ease-in-out;
  -webkit-transition: background 0.3s ease-in-out;
  -moz-transition: background 0.3s ease-in-out;
  -o-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
}
a:hover {
  color: #2464b6;
}
a:visited {
  color: #0d4d9e;
}

.lessmargin {
	margin-bottom: -10px;
}
.small {
  font-size: 10px;
  top: -5px;
  position: relative;
}
.phone-contact {
  position: absolute;
  top: -9999px;
  left: -9999px;
}
img,
embed,
object,
video {
  max-width: 100%;
}
#container {
  display: block;
  position: relative;
  width: 95%;
  max-width: 960px;
  margin: 0 auto;
}
#container header nav.social-media-nav {
  position: absolute;
  right: 0.4166666666666667%;
  top: 3px;
}
#container header .logo {
  display: block;
  margin-top: 8px;
}
#container header #menu-btn {
  position: fixed;
  top: 40px;
  right: 2.604166666666667%;
  background: #1d569f;
  background: #1d569f;
  color: #fff;
  color: #ffffff;
  padding: 5px 10px;
  text-decoration: none;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  padding-left: 30px;
  background: #1d569f url('../img/icons/mobile-menu.png') top left no-repeat;
  background: #1d569f url('../img/icons/mobile-menu.png') 6px 8.5px no-repeat;
}
#container header nav.main-nav {
  position: fixed;
  display: none;
  right: 4.166666666666666%;
  margin-top: 27px;
  width: 52.083333333333336%;
  z-index: 20;
  background-image: linear-gradient(bottom, #4980c8 5%, #416ba7 67%);
  background-image: -o-linear-gradient(bottom, #4980c8 5%, #416ba7 67%);
  background-image: -moz-linear-gradient(bottom, #4980c8 5%, #416ba7 67%);
  background-image: -webkit-linear-gradient(bottom, #4980c8 5%, #416ba7 67%);
  background-image: -ms-linear-gradient(bottom, #4980c8 5%, #416ba7 67%);
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.05, #4980c8), color-stop(0.67, #416ba7));
  border-radius: 7px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
}
#container header nav.main-nav #menu-arrow {
  position: absolute;
  right: 10px;
  top: -18px;
}
#container header nav.main-nav a {
  display: block;
  padding: 10px 0 10px 20px;
  margin-bottom: 4px;
  font-size: 14px;
  line-height: 20px;
  text-align: left;
  text-decoration: none;
  color: #ffffff;
  border-bottom: 1px solid #ccc;
}
#container header nav.main-nav a:active {
  color: rgba(255, 255, 255, 0.5);
}
#container header nav.main-nav a:hover {
  color: rgba(255, 255, 255, 0.55);
}
#container header nav.main-nav body.Capabilities .btnCapabilities {
  color: rgba(255, 255, 255, 0.55);
}
#container header nav.main-nav a:last-child {
  border: 0;
}
#container header nav.secondary-nav {
  position: relative;
  top: 25px;
  right: -5px;
  text-align: right;
}
#container header nav.secondary-nav a {
  text-decoration: none;
  margin-right: 25px;
}
#container .featured-banners, #container .logos {
  display: none;
}
#container .content {
  margin-top: 40px;
  border-top: 4px solid #e3e1e2;
  border-top: 4px solid #e3e1e2;
  padding-top: 0px;
}
#container .content .blue {
  color: #1d5ca1;
  color: #1d5ca1;
}
#container .content h1 {
  font-size: 24px;
}
#container .content h2 {
  font-size: 16px;
}
#container .content h3 {
  font-weight: normal;
  font-size: 21px;
}
#container .content iframe {
  position: absolute;
  top: -9999px;
  left: -9999px;
}
#container .content .learn-more-btn {
  display: block;
  text-align: center;
  width: 80px;
  font-size: 13px;
  background: #1d569f;
  background: #1d569f;
  color: #fff;
  color: #ffffff;
  padding: 5px 10px;
  text-decoration: none;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}
#container .content .grey-border {
  display: block;
  height: 2px;
  width: 91.45833333333333%;
  margin: 0 4.375% 25px;
  border-bottom: 4px solid #e3e1e2;
  border-bottom: 4px solid #e3e1e2;
  clear: both;
}
#container .content .demo-reel-btn {
  font-size: 22px;
  font-weight: bold;
}
#container .content .capability, #container .content .clients {
  /*			border-bottom: 4px solid #e3e1e2;
			border-bottom: 4px solid rgba(227, 225, 226, 1);*/

  padding-bottom: 40px;
  text-align: center;
}
#container .content .capability h1,
#container .content .clients h1,
#container .content .capability h2,
#container .content .clients h2,
#container .content .capability p,
#container .content .clients p,
#container .content .capability ul,
#container .content .clients ul {
  text-align: left;
}
#container .content .sub-nav {
  margin-bottom: 45px !important;
}
#container .content .sub-nav a {
  background: #ebebeb;
  padding: 0 10px;
  text-decoration: none;
}
#container .content .sub-nav a:hover {
  background: #269cca;
  color: #fff;
}
#container .content .partial-client-list {
  position: absolute;
  top: -9999px;
  left: -9999px;
}
#container .content .process-nav {
  display: none;
}
#container .content .tweets {
  display: block;
}
#container .content .tweets h2 {
  font-size: 18px;
}
#container .content .tweets ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#container .content .tweets ul li {
  padding: 10px;
  font-size: 14px;
}
#container .content .tweets ul li .tweet_time, #container .content .tweets ul li .tweet_join {
  font-size: 12px;
}
#container .content .tweets ul .tweet_odd {
  background: #e8f1ff;
  color: #444;
}
#container .content .tweets ul .tweet_odd a {
  color: #333;
}
#container .content .tweets ul .tweet_odd a:hover {
  text-decoration: none;
}
#container .content .tweets ul .tweet_even {
  background: #d4d4d4;
  color: #444;
}
#container .content .tweets ul .tweet_even a {
  color: #2464B6;
}
#container .content .tweets ul .tweet_even a:hover {
  text-decoration: none;
}
#container .content .contact-form .input {
  width: 43.75%;
  float: left;
  padding: 6px;
  border: 1px solid #e8e8e8;
  margin-right: 2.083333333333333%;
  margin-top: 10px;
  font-size: 13px;
}
#container .content .contact-form textarea {
  width: 93.75%;
  height: 75px;
  margin-top: 10px;
  border: 1px solid #e8e8e8;
  font-size: 13px;
  padding: 6px;
}
#container .content .contact-form #send {
  margin-top: 10px;
  text-transform: uppercase;
  padding: 4px 3.125%;
  font-size: 14px;
  font-weight: bold;
  color: #f2f2f2;
  text-shadow: 0 -1px 0 #848484;
  background: #269cca;
  border: 0;
  float: left;
  background: #6db3f2;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzZkYjNmMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iIzU0YTNlZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUxJSIgc3RvcC1jb2xvcj0iIzM2OTBmMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMxZTY5ZGUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #6db3f2 0%, #54a3ee 50%, #3690f0 51%, #1e69de 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #6db3f2), color-stop(50%, #54a3ee), color-stop(51%, #3690f0), color-stop(100%, #1e69de));
  background: -webkit-linear-gradient(top, #6db3f2 0%, #54a3ee 50%, #3690f0 51%, #1e69de 100%);
  background: -o-linear-gradient(top, #6db3f2 0%, #54a3ee 50%, #3690f0 51%, #1e69de 100%);
  background: -ms-linear-gradient(top, #6db3f2 0%, #54a3ee 50%, #3690f0 51%, #1e69de 100%);
  background: linear-gradient(top, #6db3f2 0%, #54a3ee 50%, #3690f0 51%, #1e69de 100%);
  /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6db3f2', endColorstr='#1e69de',GradientType=0 );
				*/

}
#container .content .contact-form .contact-error {
  display: none;
  float: left;
  margin-top: 10px;
  background: #fe9590;
  width: 70.83333333333334%;
  margin-left: 2.083333333333333%;
  padding: 10px;
  border: 3px solid #ba0e00;
  color: #ba0e00;
  font-size: 13px;
}
#container #demo-reel a {
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
}
#container .three-cs {
  position: relative;
  padding: 10px 1.0416666666666665%;
  margin-top: 30px;
  color: #ffffff;
  background: #363636;
  background-image: linear-gradient(bottom, #363636 11%, #494949 56%);
  background-image: -o-linear-gradient(bottom, #363636 11%, #494949 56%);
  background-image: -moz-linear-gradient(bottom, #363636 11%, #494949 56%);
  background-image: -webkit-linear-gradient(bottom, #363636 11%, #494949 56%);
  background-image: -ms-linear-gradient(bottom, #363636 11%, #494949 56%);
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.11, #363636), color-stop(0.56, #494949));
}
#container .three-cs section {
  position: relative;
  font-size: 13px;
  line-height: 19px;
  padding: 0 2.083333333333333%;
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
#container .three-cs section img {
  float: right;
  padding: 0 0 30px 3.125%;
}
#container .three-cs section h1 {
  font-size: 24px;
}
#container .three-cs section .learn-more-btn {
  position: absolute;
  bottom: 8px;
  display: block;
  text-align: center;
  width: 80px;
  background: #1d569f;
  background: #1d569f;
  color: #fff;
  color: #ffffff;
  padding: 5px 10px;
  text-decoration: none;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}
#container .three-cs section:last-child {
  border: 0;
  margin-bottom: 15px;
}
#container .funky-facts .funky-facts-intro {
  font-size: 18px;
  text-align: left;
  padding: 20px 0px 0px 0px;
  margin-bottom: 20px;
}
#container .funky-facts .funky-facts-intro h1 {
  font-weight: bold;
  color: #f00;
}
#container .funky-facts .fact h1 {
  font-weight: normal !important;
  letter-spacing: -0.1em !important;
}
#container .funky-facts .fact p {
  font-size: 15px;
  
  letter-spacing: 0px !important;
  height: 40px;
}
#container .funky-facts .first {
  clear: both;
  display: block;
}
#container .funky-facts .learn-more-btn {
  display: block;
  text-align: center;
  width: 115px;
  margin: 10px auto;
  font-size: 13px;
  background: #1d569f;
  background: #1d569f;
  color: #fff;
  color: #ffffff;
  padding: 5px 10px;
  text-decoration: none;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  margin-top: 0;
  margin-top: 30px;
}
#container .funky-facts .learn-more-btn:hover {
  color: #ccc;
  background: #2464b6;
}
#container footer {
  position: relative;
  padding: 20px 0 20px;
  margin-top: 30px;
  border-top: 4px double #fff;
  background-image: linear-gradient(bottom, #4980c8 5%, #416ba7 67%);
  background-image: -o-linear-gradient(bottom, #4980c8 5%, #416ba7 67%);
  background-image: -moz-linear-gradient(bottom, #4980c8 5%, #416ba7 67%);
  background-image: -webkit-linear-gradient(bottom, #4980c8 5%, #416ba7 67%);
  background-image: -ms-linear-gradient(bottom, #4980c8 5%, #416ba7 67%);
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.05, #4980c8), color-stop(0.67, #416ba7));
}
#container footer nav, #container footer .social-media {
  position: absolute;
  top: -9999px;
  left: -9999px;
}
#container footer .address {
  display: block;
  text-shadow: 0 -1px 0 #0a2e5d;
  color: #fff;
  text-align: center;
  line-height: 24px;
}
#container footer a {
  color: #cedef5;
}
#banner-rotator {
  display: block;
  height: 255px;
  height: 255px;
}
#banner-rotator section {
  display: block;
  text-align: center;
  /*		border-right: 4px solid #ccc;*/

  /*		width: (242/960) * 100%;*/

}
#banner-rotator section h1 {
  padding-top: 0;
  margin: 0;
  font-size: 80px;
  padding-bottom: 0;
  margin-bottom: -20px;
  font-weight: bold;
}
body.process #container .content .sub-nav a.btnProcess, body.community #container .content .sub-nav a.btnConversation, body.careers #container .content .sub-nav a.btnCareers {
  background: #269cca !important;
  color: #fff;
}

aside {
	width: 20.833333333%;
	float: left;
	margin-right: 6.25%;
	padding-top: 70px;
}

.xoxo {
	list-style: none;
}

.xoxo li ul {
	list-style: disc;
	margin: 0;
	padding: 0;
	margin-left: 27px;
}

.xoxo li ul li {
	margin-bottom: 15px !important;
}

#s {
	float: left;
	width: 95%;
	padding: 5px;
	font-size: 12px;
	color: #666666;
	border: 1px solid #ccc;
	margin-bottom: 10px;
}

#searchsubmit {
	font-size: 12px;
	border: 1px solid #ccc;
	background: #f2f2f2 !important;
	padding: 7px 18px !important;
	
}

.content-blog {
	width: 72.916666667%;
	float: left;
	padding-bottom: 30px;
}

.content-blog #nav-above {
	display: none !important;
}

.content-blog .post {
	border-bottom: 1px solid #ccc;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
  
  .main-aside {
	display:  none;
	}
	
  .content-blog {
	width: 90%;
margin-left: 15px;

	}

.job-posting {
    border-top: 1px solid #D4D4D4;
    font-size: 14px;
    margin: 35px 0 0;
    padding: 20px;
    text-shadow: 0 -1px 0 #C9C9C9;
}
.job-posting h1 {
    font-size: 22px !important;
    font-weight: bold !important;
    line-height: 28px;
    margin: 0;
    padding: 5px 0 0 !important;
}
.job-posting h3 {
    font-size: 15px !important;
    font-weight: bold !important;
    margin-bottom: 0;
    padding-bottom: 10px;
    text-shadow: 0 1px 0 #E6E6E6;
}
.job-posting ul {
    margin-top: 0;
    padding-top: 0;
}
.job-posting ul li {
    font-size: 14px;
    padding: 5px 0;
    text-shadow: 0 1px 0 #E6E6E6;
}
.job-posting p.position-type {
    font-size: 13px !important;
}
.job-posting p {
    text-shadow: 0 1px 0 #E6E6E6;
}


@media screen and (min-width: 321px) {
  #container header .logo {
    display: block;
    margin: 10px auto;
  }
  #container header #menu-btn {
    position: absolute;
  }
  #container header nav.main-nav {
    position: absolute;
  }
  #container #more-funky-facts {
    display: none;
  }
}
@media screen and (min-width: 480) {
  #container .funky-facts .funky-facts-intro {
    font-size: 25px;
  }
}
@media screen and (min-width: 650px) {
  #container header nav.social-media-nav {
    position: absolute;
    right: 0.4166666666666667%;
    top: -3px;
  }
  #container header .logo {
    display: block;
    margin-left: 0px;
    padding-top: 20px;
    width: 27.291666666666664%;
  }
  #container header .logo img {
    max-width: 90%;
  }
  #container header #menu-btn {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  #container header nav.main-nav {
    display: block;
    width: 70.70707070707071%;
    top: 20px;
    right: 0;
    position: absolute;
    background: none;
    text-align: right;
  }
  #container header nav.main-nav a {
    border: 0;
    background: none;
    display: inline;
    color: #444;
    font-size: 15px;
    padding: 10px 10px 10px 10px;
  }
  #container header nav.main-nav a:hover {
    color: #444;
    border-top: 6px solid #174698;
  }
  #container header nav.main-nav #menu-arrow {
    left: -9999px;
    top: -9999px;
  }
  #container header nav.secondary-nav {
    position: relative;
    top: 15px;
    right: 0px;
    text-align: right;
  }
  #container header nav.secondary-nav a {
    text-decoration: none;
    margin-right: 10px;
    color: #444;
  }
  #container header nav.secondary-nav a:hover {
    color: #444;
    border-top: 6px solid #174698;
  }
  #container .three-cs section {
    float: left;
    display: block;
    width: 28.645833333333332%;
    border: 0;
  }
  #container .three-cs section h1 {
    font-size: 20.2px;
  }
  
  #container .three-cs section .learn-more-btn { 
  	bottom:  1px;
  }
  #container .content h1 {
    font-size: 42px;
    padding-top: 45px;
    font-weight: normal;
  }
  #container .content h2 {
    font-size: 24px;
    font-weight: normal;
  }
  #container .content .capability h1 {
    font-size: 24px;
    padding-top: 0;
  }
  #container .content .demo-reel-btn {
    display: block;
    width: 560px;
    height: 300px;
    background: url('../img/demo_poster_button.jpg') top left no-repeat;
    margin: 0 0 20px 20px;
    text-indent: -9999px;
  }
  #container .content .demo-reel-btn:hover {
    background-position: bottom left;
  }
  #container .content iframe {
    position: relative;
    top: 0;
    left: 0;
  }
  #container .content .tweets {
    display: block;
    width: 43.75%;
  }
  #container .content .clients h1 {
    font-size: 24px;
    padding-top: 0;
  }
  body.home a.btnHome,
  body.about a.btnAbout,
  body.work a.btnWork,
  body.blog a.btnBlog,
  body.contact a.btnContact,
  body.capabilities a.btnCapabilities {
    color: #444 !important;
    border-top: 6px solid #174698 !important;
  }
  
  .main-aside {
	display:  block;
	}
	
  .content-blog {
	width: 65%;
margin-left: 15px;

	}
}
@media screen and (min-width: 770px) {
  html {
    background: url('../img/footer-background.png') bottom center no-repeat;
  }
  body {
    background: url('../img/background.png') top center no-repeat;
  }
  .clearfix {
    clear: both;
  }
  #container .site-header {
    margin-top: 10px;
    padding-top: 35px;
  }
  #container .site-header .main-nav {
    top: 70px;
  }
  #container .site-header .logo {
    display: block;
    margin-left: 0px;
    padding-top: 20px;
    width: 27.291666666666664%;
  }
  #container .featured-banners {
    position: relative;
    display: block;
    margin-top: 20px;
    width: 90%;
  }
  #container .featured-banners #featured {
    position: relative;
    left: 4.166666666666666%;
    height: 300px;
  }
  #container .featured-banners #featured h1 {
    color: #636564;
    font-size: 55px;
    line-height: 60px;
    font-weight: normal;
    text-align: right;
    text-transform: uppercase;
  }
  #container .featured-banners #featured p {
    font-size: 16px;
    color: #727272;
  }
  #container .featured-banners #featured .heading-blue {
    color: #269cca;
    font-size: 83px;
  }
  #container .featured-banners #featured .heading-blue-small {
    color: #269cca;
    font-size: 60px;
  }
  #container .featured-banners #featured .right-heading {
    position: absolute;
    right: 2.083333333333333%;
    top: 3px;
  }
  #container .featured-banners #featured .right-text {
    position: absolute;
    right: 2.083333333333333%;
    width: 41.66666666666667%;
    top: 180px;
    text-align: right;
  }
  
  .neg-top {
  	margin-top: -50px;
  }
  
  #container .featured-banners #featured .learn-more-btn {
    position: absolute;
    right: 6.25%;
    bottom: -10px;
    display: block;
    text-align: center;
    width: 10.9375%;
    margin: 10px auto;
    font-size: 13px;
    background: #1d569f;
    background: #1d569f;
    color: #fff;
    color: #ffffff;
    padding: 5px 10px;
    text-decoration: none;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
  }
  #container .featured-banners #featured .learn-more-btn:hover {
    color: #ccc;
    background: #2464b6;
  }
  #container .featured-banners #featured .learn-more-btn-neg-top {
    position: absolute;
    right: 6.25%;
    bottom: 50px;
    display: block;
    text-align: center;
    width: 10.9375%;
    margin: 10px auto;
    font-size: 13px;
    background: #3796d2;
    color: #fff;
    color: #ffffff;
    padding: 5px 10px;
    text-decoration: none;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
  }
  #container .featured-banners #featured .learn-more-btn-neg-top:hover {
    color: #ccc;
    background: #2464b6;
  }
  #container .featured-banners #featured .white {
    color: #fff;
    text-shadow: 3px 0px 0px #269cca;
  }
  #container .featured-banners #featured img {
    max-width: 45%;
  }
  #container .content .capability {
    display: block;
    float: left;
    width: 41.25%;
    /*						height: 350px;*/
  
    /*						padding: 0 ((10/960) * 100%) 40px ;*/
  
    margin: 0 4.375%;
    text-align: left;
  }
  #container .content .capability h1 {
    padding-bottom: 0;
    margin-bottom: 5px;
  }
  #container .content .clients {
    position: relative;
    display: block;
    float: left;
    width: 41.25%;
   /* height: 510px;*/
    /*						padding: 0 ((10/960) * 100%) 40px ;*/
  
    margin: 0 4.375%;
    text-align: left;
  }
  #container .content .clients h1 {
    font-size: 22px;
  }
 /* #container .content .clients .learn-more-btn {
    position: absolute;
    bottom: 30px;
  }*/
  #container .content .process-nav {
    display: block;
    padding: 20px 0 5px 0;
    width: 100%;
    height: 110px;
    background: #1d5ba0 url('../img/process/process-nav-bg.png') bottom left;
    border-radius: 7px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
  }
  #container .content .process-nav .process-btn {
    display: block;
    float: left;
    text-align: center;
    width: 15.833333333333332%;
    padding: 0 2.083333333333333%;
    height: 90px;
    background: url('../img/process/divider.png') top right no-repeat;
  }
  #container .content .process-nav .process-btn a {
    padding-top: 10px;
    color: #fff;
    text-decoration: none;
    text-shadow: 0 -1px 0 #1b3e87;
  }
  #container .content .process-nav .process-btn a h2 {
    font-size: 14px;
  }
  #container .content .process-nav .process-btn a:hover {
    color: #8bc7ff;
  }
  #container .content .process-nav .process-btn a img {
    max-width: 30%;
  }
  #container .content .process-nav .last {
    background: none;
  }
  #container .content .process-point {
    display: none;
  }
  #container .content .partial-client-list {
    position: relative;
    top: 0;
    left: 0;
  }
  #container .content .partial-client-list .client-listings {
    width: 31.25%;
    padding: 1.0416666666666665%;
    float: left;
  }
  #container .content .partial-client-list .client-listings ul {
    list-style: none;
    font-size: 14px;
    padding: 0;
    margin: 0;
  }
  #container .content .partial-client-list .client-listings ul li {
    margin-bottom: 7px;
    line-height: 18px;
  }
  #container .content iframe {
    margin-bottom: 30px;
  }
  #container .content .address {
    display: block;
    float: right;
    width: 31.458333%;
  }
  #container .content .contact-info {
    display: block;
    float: left;
    margin-right: 3.125%;
  }
  #container .content .contact-form .input {
    width: 43.75%;
    float: left;
    padding: 6px;
    border: 1px solid #e8e8e8;
    margin-right: 2.083333333333333%;
    margin-top: 10px;
    font-size: 13px;
  }
  #container .content .contact-form textarea {
    width: 91.66666666666666%;
    height: 175px;
    margin-top: 10px;
    border: 1px solid #e8e8e8;
    font-size: 13px;
    padding: 6px;
  }
  #container .content .contact-form #send {
    margin-top: 10px;
    text-transform: uppercase;
    padding: 4px 3.125%;
    font-size: 14px;
    font-weight: bold;
    color: #f2f2f2;
    text-shadow: 0 -1px 0 #848484;
    background: #269cca;
    border: 0;
    float: left;
    background: #6db3f2;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzZkYjNmMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iIzU0YTNlZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUxJSIgc3RvcC1jb2xvcj0iIzM2OTBmMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMxZTY5ZGUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #6db3f2 0%, #54a3ee 50%, #3690f0 51%, #1e69de 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #6db3f2), color-stop(50%, #54a3ee), color-stop(51%, #3690f0), color-stop(100%, #1e69de));
    background: -webkit-linear-gradient(top, #6db3f2 0%, #54a3ee 50%, #3690f0 51%, #1e69de 100%);
    background: -o-linear-gradient(top, #6db3f2 0%, #54a3ee 50%, #3690f0 51%, #1e69de 100%);
    background: -ms-linear-gradient(top, #6db3f2 0%, #54a3ee 50%, #3690f0 51%, #1e69de 100%);
    background: linear-gradient(top, #6db3f2 0%, #54a3ee 50%, #3690f0 51%, #1e69de 100%);
    /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6db3f2', endColorstr='#1e69de',GradientType=0 );
  							*/
  
  }
  #container .content .contact-form .contact-error {
    display: none;
    float: left;
    margin-top: 10px;
    background: #fe9590;
    width: 70.83333333333334%;
    margin-left: 2.083333333333333%;
    padding: 10px;
    border: 3px solid #ba0e00;
    color: #ba0e00;
    font-size: 13px;
  }
  #container .content .demo-reel-btn {
    float: right;
  }
  #container .funky-facts img {
    vertical-align: bottom !important;
  }
  #container .funky-facts .funky-facts-intro {
    font-size: 25px;
  }
  #container .funky-facts .royalSlidesContainer {
    margin-left: 3.125% !important;
  }
  #container .funky-facts .royalSlidesContainer li {
    width: 24.008333%;
    height: 250px;
    /*						margin-right:  22px !important;
  						margin-left:  22px !important;*/
  
  }
  #container .funky-facts .royalSlidesContainer li section {
    position: relative;
    padding: 0 9.166667% !important;
    background: url('../img/funky-facts-divider.png') center right no-repeat;
  }
  #container .funky-facts .royalSlidesContainer li section.last {
    background: none;
  }
  #container .funky-facts .royalSlidesContainer li:last-child {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  #container footer {
    background: inherit;
  }
  #container footer .address {
    padding-right: 25px;
    color: #2d2d2d;
    font-size: 13px;
    text-align: right;
    text-shadow: none;
  }
  #container footer nav {
    position: relative;
    top: 14px;
    left: 1.5625%;
    float: left;
    font-size: 13px;
    color: #656565;
    width: 55%;
  }
  #container footer nav a {
    display: block;
    float: left;
    padding-right: 15px;
    margin-right: 15px;
    background: url('../img/nav-footer-bullet.png') center right no-repeat;
  }
  #container footer nav a.last {
    background: none;
    padding: 0;
    margin: 0;
  }
  #container footer nav p {
    clear: left;
    margin-top: 10px;
  }
  #container footer nav .footer-social-media {
    margin-left: 1.0416666666666665%;
    margin-top: 25px;
  }
  #container footer nav .footer-social-media li {
    display: block;
    clear: both;
  }
  #container footer nav .footer-social-media a {
    padding-bottom: 10px;
  }
  #container footer nav .footer-social-media .twitter {
    padding-left: 27px;
    background: url('../img/icons/footer-icon-twitter.png') top left no-repeat;
  }
  #container footer nav .footer-social-media .youtube {
    padding-left: 27px;
    background: url('../img/icons/footer-youtube-icon.png') top left no-repeat;
  }
  #container footer nav .footer-social-media .facebook {
    padding-left: 27px;
    background: url('../img/icons/footer-facebook-icon.png') top left no-repeat;
  }
  #container footer a {
    color: #385e98;
    text-decoration: none;
  }
  #banner-rotator section h1 {
    font-size: 50px;
  }
}
@media screen and (min-width: 820px) {
  #container .featured-banners #featured .white {
    /*						text-shadow: none;*/
  
    /*						color: #269cca;*/
  
  }
  #container .featured-banners #featured img {
    max-width: 50%;
  }
  #container #more-funky-facts {
    display: block;
  }
}
@media screen and (min-width: 860px) {
  #container .featured-banners #featured {
    height: 320px;
  }
  #container .featured-banners #featured .white {
    /*						text-shadow: none;*/
  
    /*						color: #269cca;*/
  
  }
  #container .featured-banners #featured img {
    max-width: 55%;
  }
  #container .content .clients h1 {
    font-size: 24px;
  }
}
@media screen and (min-width: 920px) {
  #container .featured-banners #featured {
    height: 350px;
  }
  #container .featured-banners #featured .white {
    /*						text-shadow: none;*/
  
    /*						color: #269cca;*/
  
  }
  #container .featured-banners #featured img {
    max-width: 55%;
  }
  #container .featured-banners #featured .learn-more-btn {
    bottom: 30px;
  }
  #container .featured-banners #featured .learn-more-btn-neg-top {
    bottom: 130px;
  }
  #container .logos {
    display: block;
    width: 100%;
    height: 109px;
    background: #f4f4f4;
    border-top: 4px solid #e4e3e3;
    border-bottom: 1px solid #fff;
    margin-top: 30px;
  }
  #container .logos img {
    max-width: 100%;
    margin-top: 20px;
    margin-right: 1.6666666666666667%;
    margin-left: 1.6666666666666667%;
  }
  #container .logos img:first-child {
    margin-left: 25px;
  }
  #container .three-cs {
    margin-top: 0;
  }
  #banner-rotator section h1 {
    font-size: 60px;
  }
}
@media screen and (min-width: 950px) {
  #container .featured-banners #featured {
    height: 400px;
  }
  #container .featured-banners #featured .white {
    /*						text-shadow: none;*/
  
    /*						color: #269cca;*/
  
  }
  #container .featured-banners #featured img {
    max-width: 63%;
  }
  #container .featured-banners #featured .learn-more-btn {
    bottom: 50px;
  }
  #banner-rotator section h1 {
    font-size: 70px;
  }
}

a.active {
	color: #444 !important;
	border-top: 6px solid #d25837  !important;
}

#container .content .contact-form label, #container .content .contact-form #phone_number, #container .content .contact-form span {
	display: none;
}

#container .content .contact-form input {
  width: 43.75%;
  float: left;
  padding: 6px;
  border: 1px solid #e8e8e8;
  margin-right: 2.083333333333333%;
  margin-top: 10px;
  font-size: 13px;
}
