/*
Theme Name: devopsguys
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Text Domain: devopsguys
Tags: Custom WP Theme for Devopsguys.com
*/

/*
Style.css
Main styling document for www.devopsguys.com
Copyright (C) 2016 - DevOpsGuys - All Rights Reserved
*/

/*---------------------------------------------------------------------------------------------------------------------------- Lydia START ----------------------------------------------------------------------------------------------------------------------------*/

/*--------------------------------------------------------------
# Colours
  Light Green: #96C11E		Mid Green:   #4C8B32		Dark Green:  #1C5632
  Light Blue:  #00ADD8		Mid Blue:    #00778D		Dark Blue:   #004E59
  Light Pink:  #E62075		Mid Pink:    #B01657		Dark Pink:   #802145
  Light Grey:  #F2F4F3		Mid Grey:    #D2D1CE		Dark Grey:   #2C3B45
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Body
--------------------------------------------------------------*/

html,
body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  font-family: "Gill Sans", "Gill Sans MT", Arial, sans-serif;
  font-size: 16px;
  color: #2C3B45;
  line-height:1.65;
  letter-spacing: 0.75px;
  font-weight: 100;
}
.container.fullbar {
  padding-top: 20px;
  padding-bottom: 30px;
}
#content .container {
  margin-bottom: 40px;
}
.row {
    margin-right: -15px;
    margin-left: -15px;
}
.content-section .row {
  margin-bottom: 25px;
}
.content-section .row:last-child {
  margin-bottom:0;
}

/*--------------------------------------------------------------
# Accessibility - Screen Readers
--------------------------------------------------------------*/

.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}
.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

/*--------------------------------------------------------------
# Keyframes
--------------------------------------------------------------*/

@keyframes slideUp {
	0% {
		-webkit-transform: translateY(66px);
		-ms-transform: translateY(66px);
		transform: translateY(66px);
	}
	
	100% {
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}
}

/*--------------------------------------------------------------
# Type
--------------------------------------------------------------*/

h1 {
  font-size: 40px !important;
  margin: 20px 0;
  font-weight:700;
}
h2 {
  font-size: 25px !important;
  margin: 15px 0 20px 0;
  font-weight:400;
  line-height: 1.3;
}
h3 {
  font-size: 21px !important;
  margin: 10px 0 15px 0;
  font-weight:400;
}
h4 {
  font-size: 18px !important;
  margin: 10px 0;
  font-weight:400;
  color: #E62075;
}
h5 {
  font-size: 16px !important;
  font-weight: 600;
}
h6 {
  font-size: 14px !important;
  font-weight: 600;
}
h1,
h2,
h3 {
	color: #96c11e;
}
p {
  margin: 10px 0;
}
li {
  margin: 10px 0;
}
a {
	color: #96c11e;
	text-decoration: none;
	-webkit-transition: 0.25s ease-in-out;
    -moz-transition: 0.25s ease-in-out;
    -ms-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
}
a:hover,
a:focus {
	color: #4c8b32;
	text-decoration: none;
}
blockquote {
  margin: 20px 40px;
	color: #e62075;
	padding: 0;
	border-left: 0;
}
blockquote.half-width{
  margin: 0;
}
blockquote p {
  font-weight: 400;
  font-size: 23px;
  line-height: 1.5;
}
.privacy ol {
	counter-reset: item;
	position: relative;
}
.privacy ol li {
	display: block;
}
.privacy ol li:before {
	content: counters(item, ".") " ";
	counter-increment: item;
	position: absolute;
	left: 0;
	font-size: 18px;
    font-weight: 600;
	line-height: 1.1;
	color: #96c11e;
}
.privacy ol ol li:before {
	font-size: 14px;
    font-weight: 400;
	line-height: 1.4;
	color: #2c3b45;
}
hr {
    margin: 20px 0;
    border: 0;
    border-top: 1px solid #D2D1CE ;
}

code {
    margin: 10px 20px;
	padding: 0;
    font-size: 70%;
    color: #00ADD8;
    background-color: transparent;
    border-radius: 0px;
	display: block;
}

/*--------------------------------------------------------------
# Buttons
--------------------------------------------------------------*/

.btn,
.nav-previous a,
.nav-next a,
a.comment-reply-link,
#commentform #submit {
  background-color: #2c3b45;
  color: #ffffff;
  display: inline-block;
  padding: 8px 25px;
  text-align: center;
  text-transform: uppercase;
  font-weight: 100;
  letter-spacing: 3px;
  font-size: 12px;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  border-radius: 100px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -ms-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.btn.small {
  font-size: 10px;
}
.btn:focus,
.btn:hover,
.nav-previous a:focus,
.nav-previous a:hover,
.nav-next a:focus,
.nav-next a:hover,
a.comment-reply-link:focus,
a.comment-reply-link:hover,
#commentform #submit:focus,
#commentform #submit:hover {
    color: #96c11e;
}
.btn-primary,
#commentform #submit {
    background-color: #96c11e;
}
.btn-primary:hover,
.btn-primary:focus,
#commentform #submit:hover,
#commentform #submit:focus {
	color: #ffffff;
    background-color: #4c8b32;
}
.btn-blue {
    color: #fff;
    background-color: #00add8;
}
.btn-blue:hover,
.btn-blue:focus {
    color: #fff;
    background-color: #00778d;
}
.btn-warning {
    color: #fff;
    background-color: #e62075;
}
.btn-warning:hover,
.btn-warning:focus {
    color: #fff;
    background-color: #b01657;
}

/*--------------------------------------------------------------
# Table
--------------------------------------------------------------*/

table {
    padding: 0;
    margin: 20px 0;
}
table th,
table td {
    padding: 15px;
	border-right: 1px solid #D2D1CE;
}
table th:first-child,
table td:first-child {
	border-left: 1px solid #D2D1CE;
}
table tr {
	border-bottom: 1px solid #D2D1CE;
}
table tr:first-child {
	border-top: 1px solid #D2D1CE;
}
table.center {
	text-align: center;
}
table.fullwidth {
	width: 100%;
}
table.fullwidth.col3 th,
table.fullwidth.col3 td {
	width: 33.33%;
}
table .shaded {
	background-color: #F2F4F3;
}
table .shaded.bright {
	background-color: #E62075;
}


/*--------------------------------------------------------------
# Nav
--------------------------------------------------------------*/

.navbar-default {
	border: none;
	background-color: #2C3B45;
}
.navbar-default .navbar-toggle {
	border: none;
    margin: 19px 15px;
    border-radius: 0;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
	background-color: transparent;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #FFFFFF;
}
.navbar-brand {
	height: auto;
}
.navbar-brand > img {
	max-width: 160px;
}
.navbar-nav {
    margin: 0 -15px 5px -15px;
}
.navbar .navbar-collapse {
	border: none;
	width: 100%;
	margin: 0;
	-webkit-box-shadow: none;
    box-shadow: none;
}
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
	max-height: 100%;
}
.nav > li {
  margin: 0;
}
.navbar-default .navbar-nav > li > a {
	font-size: 14px;
	color: #FFFFFF;
	padding: 10px 0;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
	color: #96C11E;
	background-color: transparent;
}
.navbar-nav > li > .dropdown-menu {
	padding: 0;
}
.navbar-default .navbar-nav .open .dropdown-menu > li > a {
	color: #ffffff;
	padding: 5px 20px;
}
.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
.navbar-default .navbar-nav .open .dropdown-menu > li > a:focus,
.navbar-default .navbar-nav .open .dropdown-menu > .active > a,
.navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
.navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
	color: #96c11e;
	background-color: transparent;
}
.dropdown-menu .divider {
    margin: 5px 20px;
    background-color: #ffffff;
}

/*--------------------------------------------------------------
# Home Banner
--------------------------------------------------------------*/

.home-banner {
	background-image: url(/wp-content/uploads/2016/08/devopsguys_homepage_banner_001.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}
.home-banner h1 {
	/*---- Remove this when JS file has been altered ----*/
	font-size: 24px !important;
	margin-top: 100px;
	color: #2c3b45;
}
[class*="postit-btn-item-"] {
	margin-bottom: 20px;
}
.postit-btn-item-5 {
	margin-bottom: 30px;
}
.postit-btn-item-1 .postit-btn-text {
	background-color: #00778d;
	-webkit-box-shadow: 6px 6px 0px 1px #004E59;
    -moz-box-shadow: 6px 6px 0px 1px #004E59;
    box-shadow: 6px 6px 0px 1px #004E59;
}
.postit-btn-item-2 .postit-btn-text {
	background-color: #96c11e;
	-webkit-box-shadow: 6px 6px 0px 1px #4C8B32;
    -moz-box-shadow: 6px 6px 0px 1px #4C8B32;
    box-shadow: 6px 6px 0px 1px #4C8B32;
}
.postit-btn-item-3 .postit-btn-text {
	background-color: #e62075;
	-webkit-box-shadow: 6px 6px 0px 1px #B01657;
    -moz-box-shadow: 6px 6px 0px 1px #B01657;
    box-shadow: 6px 6px 0px 1px #B01657;
}
.postit-btn-item-4 .postit-btn-text {
	background-color: #00add8;
	-webkit-box-shadow: 6px 6px 0px 1px #00778D;
    -moz-box-shadow: 6px 6px 0px 1px #00778D;
    box-shadow: 6px 6px 0px 1px #00778D;
}
.postit-btn-item-5 .postit-btn-text {
	background-color: #4c8b32;
	-webkit-box-shadow: 6px 6px 0px 1px #1C5632;
    -moz-box-shadow: 6px 6px 0px 1px #1C5632;
    box-shadow: 6px 6px 0px 1px #1C5632;
}
.postit-btn-text {
	padding: 10px;
	position: relative;
}
.postit-btn-text h2 {
	color: #ffffff;
	font-size: 30px;
	max-width: 150px;
    margin: 0 auto;
}
.postit-btn-text p {
	color: #ffffff;
	margin-bottom: 0;
}
[class*="postit-btn-item-"] .postit-btn-text a {
    background: #fff;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    opacity: 0;
}
.jb-readthis {
	display:none;
}
.keep-going {
	display: none;
}

/*--------------------------------------------------------------
# Case Study Banner
--------------------------------------------------------------*/

.case-study .row {
	/*background-image: url(/wp-content/uploads/2016/07/devopsguys_fitness_first_banner_001.jpg);
	background-position: center;
	background-repeat: no-repeat;*/
	margin: 20px 0 0 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	position: relative;
}
.cs-dog-guy {
	display: none;
}
.cs-banner-content {
	/*background-color: rgba(51,62,72,0.9);
	padding: 20px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;*/
	margin: 20px;
	height: 0;
	width: 100%;
	float: none;
	clear: both;
	position: relative;
	padding-bottom: 56.25%;
}
.cs-banner-content iframe {
	border: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.cs-banner-content h2,
.cs-banner-content p {
	color: #ffffff;
	margin-top: 0;
}
.cs-banner-content p {
	margin-bottom: 0;
}
.cs-banner-content a.btn {
	width: 200px;
	margin-top: 20px;
}

/*--------------------------------------------------------------
# Our Clients Banner
--------------------------------------------------------------*/

.ourclients,
.ourclients a {
	text-align: center;
}
.ourclients img.img-responsive {
	max-width: 175px;
	margin-bottom: 40px;
	display: inline-block;
}
.ourclients .col-sm-3:last-child img.img-responsive {
	margin-bottom: 0;
}
.ourclients p {
	margin: 40px 0 0 0;
}

/*--------------------------------------------------------------
# Solutions Banner
--------------------------------------------------------------*/

.solutions {
	background-color: #F2F4F3;
	padding: 20px 0;
}
.solutions .container {
	position: relative;
}
.solutions-dog-guy {
	display: none;
}
.solutions .col-md-4,
.solutions .col-md-4 p,
.solutions h2 {
	text-align: center;
}
.solutions img {
	height: 100px;
	display: inline-block;
}
.solutions h3 {
	color: #2c3b45;
}
.solutions p {
	text-align: justify;
}

/*--------------------------------------------------------------
# Our Partners Banner
--------------------------------------------------------------*/

.ourpartners,
.ourpartners a {
	text-align: center;
}
.ourpartners img.img-responsive {
	max-width: 175px;
	margin-bottom: 40px;
	display: inline-block;
}
.ourpartners .col-sm-4:last-child img.img-responsive,
.ourpartners .col-sm-4:nth-child(9) img.img-responsive {
	margin-bottom: 0;
}
.ourpartners p {
	margin: 40px 0 0 0;
}
.ourpartners hr:last-child {
	margin-bottom: 0;
}
.ourpartners .ourclientsflex {
	display: flex;
	flex-wrap: wrap;
}
.ourpartners .ourclientsflexitem {
	display: flex;
	align-items: center;
	justify-content: center;
}

/*--------------------------------------------------------------
# Blog Banner
--------------------------------------------------------------*/

.blog-banner {
	padding-top: 20px;
	padding-bottom: 20px;
}
.blog-banner h2 {
	margin-top: 0;
}
.blog-banner-post {
	padding: 20px;
	margin-bottom: 20px;
	text-align: center;
	width: 100%;
}
.blog-banner-post h3 {
	color: #2c3b45;
}
.blog-banner .col-md-4:first-child .blog-banner-post {
	background-color: #96c11e;
	-webkit-box-shadow: 6px 6px 0px 1px #4C8B32;
    -moz-box-shadow: 6px 6px 0px 1px #4C8B32;
    box-shadow: 6px 6px 0px 1px #4C8B32;
}
.blog-banner .col-md-4:nth-child(2) .blog-banner-post {
	background-color: #00add8;
	-webkit-box-shadow: 6px 6px 0px 1px #00778D;
    -moz-box-shadow: 6px 6px 0px 1px #00778D;
    box-shadow: 6px 6px 0px 1px #00778D;
}
.blog-banner .col-md-4:last-child .blog-banner-post {
	background-color: #e62075;
	margin-bottom: 0;
	-webkit-box-shadow: 6px 6px 0px 1px #B01657;
    -moz-box-shadow: 6px 6px 0px 1px #B01657;
    box-shadow: 6px 6px 0px 1px #B01657;
}
p.blog-date {
	margin-top: 0;
	color: #434D55;
	font-size: 12px;
}
.blog-banner-post a {
	color: #2c3b45;
}
.blog-banner-post a:hover,
.blog-banner-post a:focus {
	text-decoration: underline;
}
.blog-banner-post a.btn:hover,
.blog-banner-post a.btn:focus {
	text-decoration: none;
}
.blog-banner-post h3 {
	margin-top: 0;
}
.blog-banner-post img {
	margin-bottom: 20px;
}
.blog-banner-post a.btn {
	color: #ffffff;
}
.blog-banner-post a.btn:focus,
.blog-banner-post a.btn:hover {
	color: #96c11e;
}
.blog-banner-post ul {
	margin-top: 10px;
	padding-left: 18px;
}

/*--------------------------------------------------------------
# Page Header
--------------------------------------------------------------*/

header {
	margin: 70px 0 40px 0;
	background-color: #f2f4f3;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
header h1,
header h2 {
	color: #96c11e;
}
header h2 {
	margin: -20px 0 20px 0;
}
header p {
  color: #FFF;
}
header .col-sm-3 {
	text-align: center;
}
header img {
	max-height: 150px;
}
header .col-xs-12 {
	text-align: center;
}


/*--------------------------------------------------------------
# Careers Header
--------------------------------------------------------------*/

.page-template-page-careers header,
.page-template-page-vacancies header {
  padding: 50px 0;
	background-color: #2C3B45;
}
.page-template-page-careers header h1,
.page-template-page-vacancies header h1 {
  margin: 0 0 20px 0;
}
.page-template-page-careers header p,
.page-template-page-vacancies header p {
  font-weight: 400;
  font-size: 22px;
  margin: 0 0 20px 0;
}
.page-template-page-careers header p {
  color: #2C3B45;
}
.page-template-page-careers header .play-button {
  background-image: url(/wp-content/uploads/2017/12/Play_Button_002.svg);
  background-position: center;
  background-size: contain;
  display: inline-block;
  width: 75px;
  height: 75px;
  margin-bottom: 20px;
}
.page-template-page-careers header .play-button:hover {
  background-image: url(/wp-content/uploads/2017/12/Play_Button_001.svg);
}

/*--------------------------------------------------------------
# Quote Banner
--------------------------------------------------------------*/

.banner-quote {
	background-position: center;
	background-repeat: no-repeat;
	margin: 10px 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.bq-content {
    background-color: rgba(51,62,72,0.9);
    margin: 40px 20px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  	text-align: center;
}
.bq-content p {
    color: #ffffff;
	margin: 0;
	font-size: 1.2em;
	font-weight: 600;
}

/*--------------------------------------------------------------
# Contact Banner
--------------------------------------------------------------*/

header.contact {
	background-image: url(/wp-content/uploads/2016/08/devopsguys_contact_background_001.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	margin: 30px 0 0 0;
	padding-top: 70px;
	position: relative;
	height: 350px;
}
.contact h1 {
	text-align: center;
	margin-top: 90px;
}
.contact a.col-xs-6 {
	position: absolute;
	padding: 0;
}
.contact a.keyboard {
	top: 15px;
	left: 0;
}
.contact a.paper {
	top: 15px;
	right: 0;
}
.contact a.mapimg {
	left: 0;
	bottom: 0;
}
.contact a.phone {
	right: 20px;
	bottom: 20px;
}
header.contact img {
	max-height: none;
}
.contact a.keyboard img {
	max-width: 200px;
}
.contact a.paper img {
	max-width: 160px;
}
.contact a.mapimg img {
	max-width: 160px;
}
.contact a.phone img {
	max-width: 150px;
}

/*--------------------------------------------------------------
# Contact Page
--------------------------------------------------------------*/

.map {
    width: 100%;
    height: 250px;
}
hr#phone,
hr#mapsection,
hr#address,
hr#email {
	margin: 0 0 70px 0;
	border-color: transparent;
}

/*--------------------------------------------------------------
# Form
--------------------------------------------------------------*/

form {
    -webkit-transition: 0.25s ease-in-out;
    -moz-transition: 0.25s ease-in-out;
    -ms-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
	margin-bottom: 20px;
}
input,
textarea {
    width: 100%;
    padding: 10px;
    border: 1px solid #D2D1CE;
    font-size: 16px;
    outline: none;
    margin: 10px 0;
}
input:focus,
textarea:focus {
    border: 1px solid #96C11E;
}
input:focus:invalid,
textarea:focus:invalid {
    border: 1px solid #E62075;
}
input[type="submit"] {
	border: none;
  background-color: #2C3B45;
  color: #FFF;
}

/*--------------------------------------------------------------
# Partners Page
--------------------------------------------------------------*/

.partner-logo {
    text-align: center;
	width: 100%;
    height: 215px;
	background-color: #96c11e;
	padding: 20px;
	margin-bottom: 20px;
	-webkit-box-shadow: 6px 6px 0px 1px #4C8B32;
    -moz-box-shadow: 6px 6px 0px 1px #4C8B32;
    box-shadow: 6px 6px 0px 1px #4C8B32;
}
.partner-logo img {
	margin: 0 auto;
}
.partner-logo a {
	color: #FFF;
}
.partner-logo a:hover {
	color: #1c5632;
}

/*--------------------------------------------------------------
# Clients Page
--------------------------------------------------------------*/

.partner-logo.client {
    height: auto;
}

/*--------------------------------------------------------------
# Readling List Page
--------------------------------------------------------------*/

.reading-list {
	margin-top: 30px;
}
.reading-list a img.img-responsive {
	max-height: 200px;
	text-align: center;
	margin: 0 auto 15px auto;
}
.reading-list .clearfix.visible-xs {
	margin-bottom: 30px;
}

/*--------------------------------------------------------------
# Blog
--------------------------------------------------------------*/

.blog-list,
aside,
.pr-list {
  	margin-top: 20px;
}
.blog-list .entry-header h2,
.press-release .entry-header h2 {
	margin-top: 0;
}
.hentry {
    margin: 0 0 20px 0;
    clear: both;
}
.entry-meta,
.entry-meta a {
    color: #434d55;
    font-size: 14px;
}
.entry-summary a.btn {
    float: right;
    min-width: 150px;
}
.blog-list .entry-footer,
.pr-list .entry-footer {
	border-bottom: 1px solid #2c3b45;
    clear: both;
    padding-top: 20px;
}
.single-post .entry-content img {
    max-width: 100%;
    height: auto;
}
.nav-links {
	margin-bottom: 20px;
	overflow: hidden;
}
.nav-previous a {
	float: right;
}
#main .yarpp-related {
    margin: 0;
    clear: both;
    padding: 20px 0 0 0;
}
#main .yarpp-related h3 {
	font-weight: 600;
}
.yarpp-related  ul a {
    font-weight: 400;
}
#secondary ul,
#secondary ol {
    list-style: none;
    padding:0;
}
#secondary .whitepaper-widget {
    padding: 20px;
    margin-bottom: 20px;
    text-align: center;
    width: 100%;
	color: #ffffff;
	background-color: #e62075;
    -webkit-box-shadow: 6px 6px 0px 1px #B01657;
    -moz-box-shadow: 6px 6px 0px 1px #B01657;
    box-shadow: 6px 6px 0px 1px #B01657;
}
#secondary .widget-4 {
	padding: 20px;
    margin-bottom: 20px;
    text-align: center;
    width: 100%;
	color: #ffffff;
	background-color: #00add8;
    -webkit-box-shadow: 6px 6px 0px 1px #00778D;
    -moz-box-shadow: 6px 6px 0px 1px #00778D;
    box-shadow: 6px 6px 0px 1px #00778D;
}
#secondary .widget-5 {
	padding: 20px;
    margin-bottom: 20px;
    text-align: center;
    width: 100%;
	color: #ffffff;
	background-color: #96c11e;
    -webkit-box-shadow: 6px 6px 0px 1px #4C8B32;
    -moz-box-shadow: 6px 6px 0px 1px #4C8B32;
    box-shadow: 6px 6px 0px 1px #4C8B32;
}
#secondary .widget-4 li,
#secondary .widget-5 li {
	text-align: left;
	margin-bottom: 10px;
}
#secondary .widget-4 li:last-child,
#secondary .widget-5 li:last-child {
	margin-bottom: 0px;
}
#secondary .widget-4 a,
#secondary .widget-4 h3,
#secondary .widget-5 a,
#secondary .widget-5 h3 {
	color: #ffffff;
}
#secondary .widget-4 a:hover,
#secondary .widget-5 a:hover {
	color: #2c3b45;
}
#secondary .social-links {
    text-align: center;
    margin-bottom: 15px;
}
#secondary .social-links a:first-of-type {
    margin-left: 0;
}
#secondary .social-links a {
    background: #2C3B45 none repeat scroll 0 0;
    border-radius: 50%;
    color: #fff;
    display: inline-block;
    font-size: 24px;
    height: 50px;
    line-height: 50px;
    margin-left: 10px;
    text-align: center;
    width: 50px;
}
#secondary .social-links a:hover {
    background-color: #96c11e;
    color: #fff;
}
#secondary .widget_search {
    margin-bottom: 20px;
}
#secondary #searchform #s{
    text-align: center;
}
#secondary #searchsubmit {
    display: none;
}
.osd-sms-wrapper {
	border-color: #2C3B45;
}

/*--------------------------------------------------------------
# Comments
--------------------------------------------------------------*/

ul.comment-list {
	list-style: none;
	padding: 0;
	margin:0 0 20px 0;
}
.comment-header {
    margin: 0 0 10px 0;
	background-color: transparent;
}
.comment-author,
.comment-author cite{
    font-style: normal;
}
.comment-header img.avatar {
    border-radius: 50%;
    margin: 0px 10px 0px 0;
    width: 60px;
}
.comment-time {
    color: #434d55;
    font-size: 12px;
}
.comment-content {
	border: solid 2px #E62075;
	margin-left: 70px;
	padding: 0 20px;
	position: relative;
}
.comment-content:after {
	content: '';
    position: absolute;
    border-style: solid;
    border-width: 0 20px 20px;
    border-color: #FFFFFF transparent;
    display: block;
    width: 0;
    top: -20px;
    left: 25px;
}
.comment-content:before {
	content: '';
    position: absolute;
    border-style: solid;
    border-width: 0 23px 23px;
    border-color: #E62075 transparent;
    display: block;
    width: 0;
    z-index: 0;
    top: -23px;
    left: 22px;
}
.reply {
	overflow: hidden;
}
a.comment-reply-link {
	margin-top: 20px;
	float: right;
}
ul.comment-list li.pingback {
    color: #434d55;
	margin-left: 70px;
	font-size: 12px;
}
.form-submit {
	overflow: hidden;
}
#commentform #submit {
	width: 35%;
	min-width: 150px;
	float: right;
}
ul.comment-list ul {
    list-style: none;
    padding-left: 70px;
}

/*--------------------------------------------------------------
# Press Release
--------------------------------------------------------------*/

.pr-top-left,
.pr-top-right {
	width: 100%;
	margin-bottom: 20px;
}

/*--------------------------------------------------------------
# Why DevOps Page
--------------------------------------------------------------*/

.highlightcontainer {
	display: flex;
	flex-wrap: wrap;
}
.highlightboxflex {
	display: flex;
}
.highlightbox {
	background-color: #E62075;
	margin-bottom: 20px;
	padding: 20px;
	width: 100%;
}
.highlightbox p {
	margin: 0;
	color: #FFF;
}
.highlightbox h4 {
	color: #FFF;
}
.highlightbox hr {
	margin: 20px 0;
}

/*--------------------------------------------------------------
# Careers Page
--------------------------------------------------------------*/

.staff-quote {
  margin: 20px 0 30px 0;
}
.staff-quote .img-responsive {
  max-width: 50px;
}
.perks .col-sm-6,
.teams .col-xs-6 {
  margin-bottom: 15px;
}
.teams .col-xs-6:last-child {
  margin-bottom: 0;
}
.space-img-one,
.teams-img-one {
  margin-top: 20px;
}
.job-link {
  background-color: #FFF;
  padding: 10px 20px;
  box-shadow: 3px 4px 15px rgba(51, 62, 71, 0.4);
  margin-bottom: 20px;
}
.job-link a {
  background: #fff;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
}
.job-link p {
  margin: 2px 0;
}
.job-link h3 {
  margin: 5px 0 9px 0;
}
.job-link i {
  top: 10px;
  right: 30px;
  position: absolute;
  font-size: 35px;
  color: #D2D1CE;
}
#awards img {
  margin-top: 20px;
}
.values-img {
  margin-top: 30px;
}

@media (max-width: 768px) {
  .col-xs-3.perk-icon,
  .col-xs-3.team-icon {
    max-width: 90px;
  }
  .perk-icon img,
  .team-icon img {
    max-width: 65px;
  }
  .row.teams {
    text-align: center;
  }
  .row.teams img.img-responsive {
    display: inline-block;
  }
}

/*--------------------------------------------------------------
# Educate
--------------------------------------------------------------*/

.highlightbox.grey {
	background-color: #f2f4f3;
	display: flex;
	flex-direction: column;
}
.highlightbox.grey h3 {
	margin: 0;
}
.highlightbox.grey p {
	color: #2c3b45;
}
.highlightbox.grey a.btn {
	margin-top: 10px;
}
.highlightbox.grey p.fullheight,
.highlightbox.grey ol.fullheight {
	flex: 1 0 auto;
}
.sidebar {
	background-color: #f2f4f3;
	padding: 20px;
	-webkit-box-shadow: 6px 6px 0px 1px #D2D1CE;
    -moz-box-shadow: 6px 6px 0px 1px #D2D1CE;
    box-shadow: 6px 6px 0px 1px #D2D1CE;
}
.sidebar h3:first-child {
	margin-top: 0;
}

/*--------------------------------------------------------------
# Events Page
--------------------------------------------------------------*/

.event-preview {
	background-color: #f2f4f3;
	padding: 20px;
	-webkit-box-shadow: 6px 6px 0px 1px #D2D1CE;
	-moz-box-shadow: 6px 6px 0px 1px #D2D1CE;
	box-shadow: 6px 6px 0px 1px #D2D1CE;
	margin-bottom: 20px;
}
.event-preview .btn {
	margin: 10px 0;
}
.no-event-btn {
	margin-bottom: 20px;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

footer {
	background-color: #2c3b45;
}
.footer-menu {
	background-color: #434d55;
}
#footer-nav  {
    padding: 15px 0;
	margin: 0;
	text-align: center;
	-webkit-column-count: 2;
	-moz-column-count: 2;
	column-count: 2;
	-webkit-column-gap: 20px;
	-moz-column-gap: 20px;
	column-gap: 20px;
}
#footer-nav li {
    padding: 0 10px;
	display: block;
}
#footer-nav li a {
	color: #ffffff;
}
#footer-nav li a:hover,
#footer-nav li a:focus,
#footer-nav li.current-menu-item a,
#footer-nav li.current-menu-item a:hover,
#footer-nav li.current-menu-item a:focus {
	color: #96c11e;
}
footer h3,
footer h4,
footer p,
footer .widget {
	color: #ffffff;
}
footer p {
	font-size: 14px;
}
footer p.copyright {
	font-size: 12px;
}
footer h4 {
	margin-top: 0;
}
footer i {
	color: #96c11e;
}
a.social {
	margin-right: 5px;
}
a.social:last-child {
	margin-right: 0;
}
a.social:hover {
	opacity: 0.5;
}
a.social img {
	max-width: 35px;
	margin-top: 10px;
}
.rotatingtweet p {
	margin-top: 0;
}
footer img.logo {
	margin-top: 15px;
	max-width: 50%;
	display: inline-block;
}
.footer-logos {
	background-color: #FFF;
	overflow: hidden;
	padding: 10px;
	margin: 20px 0;
}
.img-responsive.iso-logo,
.img-responsive.cyber-logo {
    max-width: 60%;
    display: inline-block;
}
.img-responsive.iso-logo {
	margin-top: 2vh;
}

/*--------------------------------------------------------------
# Cookie Bar
--------------------------------------------------------------*/

.cc_banner-wrapper {
	z-index: 9001;
	position: relative;
}
.cc_container {
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	overflow: hidden;
	padding: 10px;
	background-color: #2c3b45 ;
	color: #fff;
	box-sizing: border-box;
}
.cc_container a.cc_btn,
.cc_container a.cc_btn:visited {
	cursor: pointer;
	text-align: center;
	padding: 8px 10px;
	display: block;
	width: 33%;
	margin-left: 10px;
	float: right;
	max-width: 120px;
	text-decoration: none;
	color: #ffffff;
	background-color: #96c11e;
	transition: background 200ms ease-in-out, color 200ms ease-in-out, box-shadow 200ms ease-in-out;
	-webkit-transition: background 200ms ease-in-out, color 200ms ease-in-out, box-shadow 200ms ease-in-out;
}
.cc_container a.cc_btn:hover,
.cc_container a.cc_btn:active,
.cc_container a.cc_btn:focus {
	color: #ffffff;
	background-color: #4c8b32;
}
.cc_container .cc_message {
	margin: 0;
}
.cc_container .cc_logo {
	display: none;
}
.cc_container ::-moz-selection {
	background: #ff5e99;
	color: #fff;
	text-shadow: none;
}
.cc_container,
.cc_message,
.cc_btn {
	animation-duration: 0.8s;
	-webkit-animation-duration: 0.8s;
	-moz-animation-duration: 0.8s;
	-o-animation-duration: 0.8s;
	-webkit-animation-name: slideUp;
	animation-name: slideUp;
}

/*--------------------------------------------------------------
# Modal
--------------------------------------------------------------*/

.modal-backdrop.in {
  filter: alpha(opacity=7);
  opacity: 0.7;
}
.modal-content {
  background: none;
  border: 0;
  -moz-border-radius: 0; -webkit-border-radius: 0; border-radius: 0;
  -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none;
}
.modal-header {
  padding: 25px 25px 15px 25px;
  text-align: right;
}
.modal-header, .modal-footer {
  border: 0;
}
.modal-header .close {
  float: none;
  margin: 0;
  font-size: 36px;
  color: #fff;
  font-weight: 300;
  text-shadow: none;
  opacity: 1;
}

/*--------------------------------------------------------------
# Overrides 
--------------------------------------------------------------*/

.left {
    text-align: left;
}
.center {
    text-align: center;
}
.center img {
  	display: inline-block;
}
.right {
    text-align: right;
}
strong {
    font-weight: 600;
}
small {
    font-size: 0.75em;
}
.lgspacetop {
	margin-top: 30px;
}
.lgspacebottom {
	margin-bottom: 30px;
}
.smspacetop,
.highlightbox.careers h4.smspacetop {
	margin-top: 10px;
}
.smspacebottom {
	margin-bottom: 10px;
}
.img-thumb {
    height: 150px;
    line-height: 150px;
}
.img-thumb-100 {
    height: 100px;
    line-height: 100px;
}
.supersize {
    font-size: 45px;
    margin: 20px 0;
}
.white {
    color: #fff;
}
.green {
    color: #96c11e;
}
.blue {
    color: #00add8;
}
.pink {
	color: #e62075;
}
.grey {
    color: #2c3b45;
}
.light-grey {
    color: #434d55;
}
.greenbg {
  background-color: #96C11E;
}
.lgreybg {
  background-color: #F2F4F3;
}
.dgreybg {
  background-color: #2C3B45;
}
.pinkbg {
  background-color: #E62075;
}
.dgreybg p,
.dgreybg h4,
.greenbg h2,
.pinkbg h2,
.pinkbg p,
.pinkbg a {
  color: #FFFFFF;
}

/*----------------------------------------------------------------------------------------------------------------------------
# Tablet
----------------------------------------------------------------------------------------------------------------------------*/

@media (min-width: 768px) {
	
/*--------------------------------------------------------------
# Body
--------------------------------------------------------------*/
  
  html,
  body {
    font-size: 18px;
  }
  .container-fluid {
		padding: 0 30px;
	}
  .container.fullbar {
		padding: 30px 15px 40px 15px;
	}
  #content .container {
    margin-bottom: 55px;
	}
  .content-section .row {
    margin-bottom: 40px;
  }


/*--------------------------------------------------------------
# Type
--------------------------------------------------------------*/

	h1 {
		font-size: 60px !important;
	}
	h2 {
		font-size: 35px !important;
    margin: 20px 0 25px 0;
	}
	h3 {
		font-size: 28px !important;
    margin: 15px 0 20px 0;
	}
	.privacy ol li:before {
		font-size: 22px;
	}
	hr {
		margin: 30px 0;
	}
  blockquote {
    margin: 30px 50px;
  }
  blockquote p {
    font-size: 28px;
  }
  
/*--------------------------------------------------------------
# Buttons
--------------------------------------------------------------*/

  .btn,
  .nav-previous a,
  .nav-next a,
  a.comment-reply-link,
  #commentform #submit {
    font-size: 14px;
  }
	
/*--------------------------------------------------------------
# Table
--------------------------------------------------------------*/

	table {
		margin: 30px 0;
	}

/*--------------------------------------------------------------
# Nav
--------------------------------------------------------------*/

	.navbar-nav {
		margin: 0 -15px;
	}
  .navbar-brand > img {
    max-width: 120px;
  }
	.navbar-default .navbar-nav > li > a {
		padding: 25px 6px;
    font-size: 12px;
	}
	.navbar-default .navbar-nav > li:last-child > a {
		padding: 25px 15px 25px 7.5px;
	}
	.dropdown-menu {
		min-width: 170px;
		padding: 0;
		margin: 0;
		background-color: #96C11E;
		border: none;
		border-radius: 0;
		-webkit-box-shadow: none;
		box-shadow: none;
  		text-align: center;
	}
	.navbar-right .dropdown-menu {
		left:50%;
		transform:translateX(-50%);
	}
	.navbar-default .navbar-nav .open .dropdown-menu > li > a {
		padding: 10px 20px;
		color: #FFFFFF;
	}
	.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
	.navbar-default .navbar-nav .open .dropdown-menu > li > a:focus,
	.navbar-default .navbar-nav .open .dropdown-menu > .active > a,
	.navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
	.navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
		color: #96C11E;
		background-color: #2C3B45;
	}
	.dropdown-menu > li > a {
		white-space: normal;
	}
	
/*--------------------------------------------------------------
# Home Banner
--------------------------------------------------------------*/

	.home-banner h1 {
		/*---- Remove this when JS file has been altered ----*/
		font-size: 30px !important;
		margin-top: 150px;
	}
	
/*--------------------------------------------------------------
# Case Study Banner
--------------------------------------------------------------*/

	/*.case-study .row {
		height: 300px;
	}
	.cs-banner-content {
		margin: 30px;
		padding: 30px;
	}*/
	.cs-banner-content a.btn {
		width: 300px;
	}
	
/*--------------------------------------------------------------
# Our Clients Banner
--------------------------------------------------------------*/

	.ourclients .col-sm-3 {
		width: 20%;
	}
	.ourclients img.img-responsive {
		max-width: 100%;
		margin-bottom: 0;
		padding: 10px 10px 0 10px;
		display: block;
	}
	.ourclients .col-sm-3:first-child img.img-responsive {
		padding: 10px 10px 0 0;
	}
	.ourclients .col-sm-3:last-child img.img-responsive {
		padding: 10px 0 0 10px;
	}
	.ourclientsflex {
		display: flex;
		flex-wrap: wrap;
	}
	.ourclientsflexitem {
		display: flex;
		align-items: center;
	}
	
/*--------------------------------------------------------------
# Solutions Banner
--------------------------------------------------------------*/

	.solutions {
		padding: 30px 0;
	}
	.solutions-dog-guy { 
		display: block;
		position: absolute;
		top: 84px;
		left: 100px;
	}
	.solutions .solutions-dog-guy img {
		max-width: 225px;
		height: auto;
	}
	.solutions img {
		height: 125px;
	}
	
/*--------------------------------------------------------------
# Our Partners Banner
--------------------------------------------------------------*/

	.ourpartners img.img-responsive {
		max-width: 100%;
		margin-bottom: 0;
		padding: 10px 10px 0 10px;
		display: block;
	}
	.ourpartners .col-sm-4 {
		width: 20%;
	}
	.ourpartners .col-sm-4:first-child img.img-responsive,
	.ourpartners .col-sm-4:nth-child(6) img.img-responsive {
		padding: 10px 10px 0 0;
	}
	.ourpartners .col-sm-4:last-child img.img-responsive,
	.ourpartners .col-sm-4:nth-child(5) img.img-responsive {
		padding: 10px 0 0 10px;
	}
	
/*--------------------------------------------------------------
# Blog Banner
--------------------------------------------------------------*/

	.blog-banner {
		padding-top: 30px;
		padding-bottom: 30px;
	}
	.blog-banner-post {
		padding: 25px;
	}
	.blog-banner-post img {
		margin-bottom: 25px;
	}
	
/*--------------------------------------------------------------
# Page Header
--------------------------------------------------------------*/

	header {
		margin: 70px 0 55px 0;
	}
	header h1 {
		margin: 50px 0 78px 0;
	}
	header h2 {
		margin: -78px 0 50px 0;
	}
	
	header .row {
		position: relative; 
	}
	header .col-sm-3 {
		text-align: right;
		position: absolute;
		bottom: 0;
		right: 0;
	}
	header img {
		max-height: 160px;
	}
  
/*--------------------------------------------------------------
# Careers Header
--------------------------------------------------------------*/

  .page-template-page-careers header,
  .page-template-page-vacancies header {
    padding: 75px 0;
  }
  .page-template-page-careers header h1,
  .page-template-page-vacancies header h1 {
    margin: 0 0 30px 0;
  }
  .page-template-page-careers header p
  .page-template-page-vacancies header p {
    font-size: 26px;
    margin: 0 0 30px 0;
  }
  .page-template-page-careers header .play-button {
    width: 85px;
    height: 85px;
    margin-bottom: 30px;
  }
	
/*--------------------------------------------------------------
# Quote Banner
--------------------------------------------------------------*/

	.banner-quote {
		margin: 15px 0;
	}
	.bq-content {
		margin: 50px 20px;
		padding: 30px;
	}
	
/*--------------------------------------------------------------
# Contact Banner
--------------------------------------------------------------*/

	header.contact {
		margin: 0;
		padding-top: 70px;
		height: 500px;
	}
	.contact h1 {
		margin-top: 160px;
	}
	.contact a.keyboard {
		top: 50px;
		left: 0;
	}
	.contact a.paper {
		top: 50px;
		right: 0;
	}
	.contact a.phone {
		right: 20px;
		bottom: 20px;
	}
	.contact a.keyboard img {
		max-width: 275px;
	}
	.contact a.paper img {
		max-width: 230px;
	}
	.contact a.mapimg img {
		max-width: 230px;
	}
	.contact a.phone img {
		max-width: 225px;
	}
	
/*--------------------------------------------------------------
# Form
--------------------------------------------------------------*/

	form {
		margin-bottom: 30px;
	}
	
/*--------------------------------------------------------------
# Readling List Page
--------------------------------------------------------------*/

	.reading-list a img.img-responsive {
		max-height: 250px;
		margin: 0 auto 20px auto;
	}
	
/*--------------------------------------------------------------
# Blog
--------------------------------------------------------------*/

	.hentry {
		margin: 0 0 30px 0;
	}
	.blog-list .entry-footer,
	.pr-list .entry-footer {
		padding-top: 30px;
	}
	.nav-links {
		margin-bottom: 30px;
	}

	#main .yarpp-related {
		padding: 30px 0 0 0;
	}
	#secondary .whitepaper-widget,
	#secondary .widget-4,
	#secondary .widget-5 {
		padding: 25px;
		margin-bottom: 30px;
	}
	
/*--------------------------------------------------------------
# Comments
--------------------------------------------------------------*/

	ul.comment-list {
		margin:0 0 30px 0;
	}
	
/*--------------------------------------------------------------
# Press Release
--------------------------------------------------------------*/

	.pr-top-left {
		width: 50%;
		margin: 0 30px 30px 0;
	}
	.pr-top-right {
		width: 50%;
		margin: 0  0 30px 30px;
	}
	
/*--------------------------------------------------------------
# Careers Page
--------------------------------------------------------------*/

	
  .content-section .row.people,
  .content-section .row.ourteams{
    margin-bottom: 80px;
  }
  .content-section .row.team-quote-row {
    margin-bottom: 30px;
  }
  .space-img-one {
    position: absolute;
    top: 6.5rem;
    z-index: 850;
    margin-top: 0;
  }
  .space-img-two { 
    position: absolute;
    top: -3rem;
    left: 2rem;
    z-index: 800;
  }
  .space-img-three {
    position: absolute;
    top: 18rem;
    left: 7rem;
    z-index: 900;
  }
  .staff-quote {
    margin: 40px 0 0 0;
  }
  .perks .col-sm-6,
  .teams .col-xs-6 {
    margin-bottom: 20px;
  }
  .teams .col-xs-6:nth-last-child(2) {
    margin-bottom: 0;
  }
  .teams-img-one,
  .teams-img-two {
    margin-top: 40px;
  }
  .job-link i {
    top: 15px;
  }
  #awards img {
    margin-top: 30px;
  }
  img.vacancy-character {
    margin-top: 10px;
  }
  .interested-banner {
    position: relative;
  }
  .interested-banner-character {
    position: absolute;
    top: -2.5rem;
    right: 0;
  }
  .values-img {
    margin-top: 40px;
  }
	
/*--------------------------------------------------------------
# Educate
--------------------------------------------------------------*/	
	
	.sidebar {
		background-color: #f2f4f3;
		padding: 25px;
	}
	
/*--------------------------------------------------------------
# Events Page
--------------------------------------------------------------*/

	.event-preview {
		margin-bottom: 30px;
	}
	.event-preview .btn {
		margin-bottom: 0;
	}
	.event-preview h3 {
		margin-top: 0;
	}
	.no-event-btn {
		margin-bottom: 30px;
	}
	
/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

	#footer-nav  {
		-webkit-column-count: 1;
		-moz-column-count: 1;
		column-count: 1;
		-webkit-column-gap: 0;
		-moz-column-gap: 0;
		column-gap: 0;
	}
	#footer-nav li {
		display: inline;
		padding: 0 5px;
	}
	footer .visible-sm .col-xs-12 {
		margin-bottom: 15px;
	}
	a.social {
		margin-right: 10px;
	}
	a.social:last-child {
		margin-right: 0;
	}
	a.social img {
		margin-top: 0;
		margin-bottom: 5px;
	}
	.footer-logos {
		padding: 15px;
	}
	.img-responsive.cyber-logo {
		width: 50%;
	}
	.img-responsive.iso-logo {
		margin-top: 0;
	}

/*--------------------------------------------------------------
# Cookie Bar
--------------------------------------------------------------*/

	.cc_container {
		padding: 15px 30px 15px;
	}
	.cc_container a.cc_btn {
		padding: 8px 15px;
	}
  
 /*--------------------------------------------------------------
# Modal
--------------------------------------------------------------*/ 
  
  .modal-dialog {
    width: 65%;
  }

/*--------------------------------------------------------------
# Overrides 
--------------------------------------------------------------*/

	.lgspacetop {
		margin-top: 40px;
	}
	.lgspacebottom {
		margin-bottom: 40px;
	}
	.smspacetop,
	.highlightbox.careers h4.smspacetop {
		margin-top: 15px;
	}
	.smspacebottom {
		margin-bottom: 15px;
	}
  .box-right {
    padding: 40px 55px 45px 125px;
    background-color: #F2F4F3;
  }
  .img-responsive.box-right-img {
    max-width: 275px;
  }
  .box-right.fullbox {
    padding: 10px 20px 30px 20px;
    background-color: #F2F4F3;
    margin-top: 30px;
  }
}


/*----------------------------------------------------------------------------------------------------------------------------
# Desktop
----------------------------------------------------------------------------------------------------------------------------*/

@media (min-width: 992px) {

/*--------------------------------------------------------------
# Body
--------------------------------------------------------------*/

  html,
  body {
    font-size: 20px;
  }
  .container-fluid {
		padding: 0 5%;
	}
  .container.fullbar {
		padding: 40px 15px 55px 15px;
	}
  #content .container {
    margin-bottom: 75px;
	}
  .content-section .row {
    margin-bottom: 55px;
  }

/*--------------------------------------------------------------
# Type
--------------------------------------------------------------*/

	h1 {
		font-size: 70px !important;
		margin: 25px 0;
	}
	h2 {
		font-size: 40px !important;
		margin: 25px 0 35px 0;
	}
	h3 {
		font-size: 30px !important;
		margin: 20px 0 25px 0;
	}
	h4 {
		font-size: 24px !important;
		margin: 15px 0;
	}
	p {
		margin: 15px 0;
	}
	.privacy ol li:before {
		font-size: 28px;
	}
	.privacy ol ol li:before {
		font-size: 18px;
	}
	hr {
		margin: 40px 0;
	}
  blockquote {
    margin: 50px 75px;
  }
  blockquote p {
    font-size: 36px;
  }
  
/*--------------------------------------------------------------
# Buttons
--------------------------------------------------------------*/

  .btn,
  .nav-previous a,
  .nav-next a,
  a.comment-reply-link,
  #commentform #submit {
    font-size: 16px;
    padding: 10px 50px;
  }

/*--------------------------------------------------------------
# Table
--------------------------------------------------------------*/

	table {
		margin: 40px 0;
	}

/*--------------------------------------------------------------
# Nav
--------------------------------------------------------------*/

	.navbar-nav {
		margin: 0 -25px;
	}
	.navbar-default .navbar-nav > li > a {
		margin: 22px 0 23px 0;
		padding: 15px 9px;
		font-size: 14px;
	}
	.navbar-default .navbar-nav > li:last-child > a {
		padding: 15px 25px 15px 12.5px;
	}
	.navbar > .container .navbar-brand,
	.navbar > .container-fluid .navbar-brand{
		margin-left: -25px;
	}
	.navbar-brand {
		padding: 25px;
	}
	.navbar-brand > img {
		max-width: 180px;
	}
	.dropdown-menu {
		min-width: 180px;
	}

/*--------------------------------------------------------------
# Home Banner
--------------------------------------------------------------*/

	.home-banner {
		overflow: hidden;
		height: 100vh;
		min-height: 780px;
	}
	.home-banner h1 {
		/*---- Remove this when JS file has been altered ----*/
		font-size: 35px !important;
		margin: 225px 0 50px 0;
		padding: 0 225px;
	}
	[class*="postit-btn-item-"].col-md-2 {
		width: 20%;
	}
	[class*="postit-btn-item-"] {
		margin-bottom: 0;
	}
	.postit-btn-text {
		height: 161px;
	}
	.postit-btn-item-1 .postit-btn-text {
		background-color: transparent;
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;
  		background-image: url(/wp-content/uploads/2016/11/devopsguys_postit_dblue_001.png);
	    background-size: cover;
		background-repeat: no-repeat;
		margin-top: 20px;
	}
	.postit-btn-item-2 .postit-btn-text {
		background-color: transparent;
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;
  		background-image: url(/wp-content/uploads/2016/11/devopsguys_postit_green_001.png);
	    background-size: cover;
		background-repeat: no-repeat;
		margin-top: 5px;
	}
	.postit-btn-item-3 .postit-btn-text {
		background-color: transparent;
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;
  		background-image: url(/wp-content/uploads/2016/11/devopsguys_postit_pink_001.png);
	    background-size: cover;
		background-repeat: no-repeat;
		margin-top: -10px;
	}
	.postit-btn-item-4 .postit-btn-text {
		background-color: transparent;
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;
  		background-image: url(/wp-content/uploads/2016/11/devopsguys_postit_blue_001.png);
	    background-size: cover;
		background-repeat: no-repeat;
		margin-top: 7px;
	}
	.postit-btn-item-5 .postit-btn-text {
		background-color: transparent;
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;
  		background-image: url(/wp-content/uploads/2016/11/devopsguys_postit_dgreen_001.png);
	    background-size: cover;
		background-repeat: no-repeat;
		margin-top: 22px;
	}
	.postit-btn-text h2 {
		padding-top: 10px;
		font-size: 24px !important;
	}
	.postit-btn-text p {
		margin-top: 5px;
		font-size: 14px;
	}
	[class*="postit-btn-item-"] .postit-btn-text a:hover {
		opacity: 0.3;
	}
	.jb-readthis {
		display: block;
		position: relative;
	}
	.jb-readthis img {
		max-width: 150px;
		display: inline-block;
		margin: -30px auto auto -125px;
	}
	.keep-going {
		display: block;
		position: absolute;
		bottom: 0;
		width: 100%;
		left: 20px;
	}
	.keep-going img {
		max-width: 125px;
	}
	
/*--------------------------------------------------------------
# Case Study Banner
--------------------------------------------------------------*/

	.case-study .row {
		margin: 40px 0 0 0;
		/*height: 475px;*/
	}
	/*.cs-banner-content {
		margin: 40px;
		padding: 40px;
	}*/
	.cs-banner-content a.btn {
		width: 400px;
	}
	.cs-dog-guy {
		display: block;
		position: absolute;
		left: -100px;
		top: 170px;
	}
	.cs-dog-guy img {
		max-width: 125px;
	}
	
/*--------------------------------------------------------------
# Solutions Banner
--------------------------------------------------------------*/

	.solutions {
		padding: 40px 0;
	}
	.solutions-dog-guy {
		top: 118px;
		left: -110px;
	}
	.solutions .solutions-dog-guy img {
		max-width: 200px;
	}
	.solutions img {
		height: 200px;
	}
	
/*--------------------------------------------------------------
# Blog Banner
--------------------------------------------------------------*/

	.blog-banner {
		padding-top: 40px;
		padding-bottom: 40px;
	}
	.blog-banner .row {
		display: flex;
	}
	.blog-banner .row .col-md-4 {
		display: flex;
	}
	.blog-banner-post {
		padding: 30px;
		margin-bottom: 0;
		display: flex;
		flex-direction: column;
	}
	.postit-cta .blog-banner-post {
		text-align: left;
		height: 288px;
	}
	.blog-banner .col-md-4:first-child .blog-banner-post {
		background-color: transparent;
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;
		background-image: url(/wp-content/uploads/2016/11/devopsguys_postit_green_001.png);
	    background-size: cover;
		background-repeat: no-repeat;
	}
	.blog-banner .col-md-4:nth-child(2) .blog-banner-post {
		background-color: transparent;
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;
		background-image: url(/wp-content/uploads/2016/11/devopsguys_postit_blue_001.png);
	    background-size: cover;
		background-repeat: no-repeat;
	}
	.blog-banner .col-md-4:last-child .blog-banner-post {
		background-color: transparent;
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;
		background-image: url(/wp-content/uploads/2016/11/devopsguys_postit_pink_001.png);
	    background-size: cover;
		background-repeat: no-repeat;
	}
	p.blog-date {
		font-size: 14px;
	}
	.postit-cta .blog-banner-post h3 {
		margin-bottom: 0;
	}
	.blog-banner-post a.blog-article-title,
	.postit-cta .blog-banner-post p,
	.postit-cta .blog-banner-post ul {
		flex: 1 0 auto;
	}
	.blog-banner-post img {
		margin-bottom: 30px;
	}
	
/*--------------------------------------------------------------
# Page Header
--------------------------------------------------------------*/

	header {
		margin: 95px 0 75px 0;
	}
	header h1 {
		margin: 70px 0 105px 0;
	}
	header h2 {
		margin: -105px 0 70px 0;
	}
	header img {
		max-height: 210px;
	}
  
/*--------------------------------------------------------------
# Careers Header
--------------------------------------------------------------*/

  .page-template-page-careers header,
  .page-template-page-vacancies header {
    padding: 100px 0;
  }
  .page-template-page-careers header p,
  .page-template-page-vacancies header p {
    font-size: 32px;
    margin: 0 0 35px 0;
  }
  .page-template-page-careers header .play-button {
    width: 100px;
    height: 100px;
    margin-bottom: 35px;
  }
	
/*--------------------------------------------------------------
# Quote Banner
--------------------------------------------------------------*/

	.banner-quote {
		margin: 20px 0;
	}
	.bq-content {
		margin: 60px 20px;
		padding: 40px;
	}
	
/*--------------------------------------------------------------
# Contact Banner
--------------------------------------------------------------*/

	header.contact {
		height: 100vh;
		margin: 0;
		padding-top: 95px;
	}
	.contact h1 {
		margin-top: 40vh;
	}
	.contact a.keyboard {
		top: 60px;
		left: 0;
	}
	.contact a.paper {
		top: 60px;
		right: 0;
	}
	.contact a.phone {
		right: 20%;
		bottom: 40px;
	}
	.contact a.keyboard img {
		max-width: 75%;
	}
	.contact a.paper img {
		max-width: 60%;
	}
	.contact a.mapimg img {
		max-width: 60%;
	}
	.contact a.phone img {
		max-width: 50%;
	}
	
/*--------------------------------------------------------------
# Contact Page
--------------------------------------------------------------*/

	.map {
		height: 350px;
	}
	hr#phone,
	hr#mapsection,
	hr#address,
	hr#email {
		margin: 0 0 90px 0;
	}
	
/*--------------------------------------------------------------
# Form
--------------------------------------------------------------*/

	form {
		margin-bottom: 40px;
	}
	
/*--------------------------------------------------------------
# Partners Page
--------------------------------------------------------------*/

	.partner-logo {
		height: 200px;
	}
	.partner-logo a {
		font-size: 16px;
	}
	
/*--------------------------------------------------------------
# Readling List Page
--------------------------------------------------------------*/

	.reading-list {
		margin-top: 40px;
	}
	.reading-list a img.img-responsive {
		max-height: 300px;
		margin: 0 auto 20px auto;
	}
	.reading-list .clearfix.visible-md {
		margin-bottom: 40px;
	}
	
/*--------------------------------------------------------------
# Blog
--------------------------------------------------------------*/

	.hentry {
		margin: 0 0 40px 0;
	}
	.blog-list .entry-footer,
	.pr-list .entry-footer {
		padding-top: 40px;
	}
	.nav-links {
		margin-bottom: 40px;
	}
	#main .yarpp-related {
		padding: 40px 0 0 0;
	}
	#secondary .whitepaper-widget,
	#secondary .widget-4,
	#secondary .widget-5 {
		padding: 30px;
		margin-bottom: 40px;
	}
	
/*--------------------------------------------------------------
# Comments
--------------------------------------------------------------*/

	ul.comment-list {
		margin:0 0 40px 0;
	}
	.comment-time {
		font-size: 14px;
	}
	ul.comment-list li.pingback {
		font-size: 14px;
	}
	
/*--------------------------------------------------------------
# Press Release
--------------------------------------------------------------*/

	.pr-top-left,
	.pr-top-right {
		width: 40%;
	}

/*--------------------------------------------------------------
# Why DevOps Page
--------------------------------------------------------------*/

	.why-devops-background {
        background-image: url("img/why_devops_background.jpg") !important;
        background-position: center top;
        background-repeat: no-repeat;
        background-size: 1534px 1050px;
    }

/*--------------------------------------------------------------
# Careers Page
--------------------------------------------------------------*/

  #content .container.values {
    margin-bottom: 175px;
	}
  .space-img-one {
    top: 7rem;
  }
  .space-img-two { 
    top: -4rem;
    left: 3rem;
  }
  .space-img-three {
    top: 20rem;
    left: 6rem;
  }
  .content-section .row.people,
  .content-section .row.team-quote-row {
    margin-bottom: 160px;
  }
  .staff-quote {
    margin: 40px 0 0 0;
  }
  .staff-quote .img-responsive {
    max-width: 80px;
  }
  .perks .col-sm-6 {
    margin-bottom: 25px;
  }
  .content-section .row.ourteams {
    margin-bottom: 90px;
  }
  .teams-img-one {
    position: absolute;
    top: -3rem;
    left: 1.5rem;
  }
  .teams-img-two {
    position: absolute;
    top: 3rem;
    left: 3rem;
  }
  .teams-img-three {
    position: absolute;
    top: 10rem;
  }
  .teams-img-four {
    position: absolute;
    top: 18rem;
    left: 3rem;
  }
  .job-link {
    padding: 20px 30px;
    margin-bottom: 40px;
  }
  .job-link:hover {
    -ms-transform: rotate(-3deg); /* IE 9 */
    -webkit-transform: rotate(-3deg); /* Safari */
    transform: rotate(-3deg); /* Standard syntax */
  }
  .job-link p {
    margin: 5px 0;
  }
  .job-link h3 {
    margin: 5px 0 15px 0;
  }
  .job-link i {
    top: 30px;
    right: 45px;
  }
  .job-link:hover i {
    right: 32px;
  }
  img.vacancy-character {
    margin-top: 80px;
  }
  #content .container.job-overview {
    margin-bottom: 90px;
	}
  .interested-banner-character {
    top: -3rem;
  }
  .values-img {
    position: absolute;
    top: -115px;
  }

/*--------------------------------------------------------------
# Events Page
--------------------------------------------------------------*/

	.event-preview {
		padding: 25px;
		margin-bottom: 40px;
	}
	.no-event-btn {
		margin-bottom: 40px;
	}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

	#footer-nav li:first-child {
		padding-left: 0;
	}
	#footer-nav li:last-child {
		padding-right: 0;
	}
	a.social img {
		max-width: 45px;
	}
	footer img.logo {
		margin-top: 20px;
		max-width: 100%;
	}
	footer p {
		font-size: 16px;
	}
	footer p.copyright {
		font-size: 14px;
	}
	.img-responsive.iso-logo,
	.img-responsive.cyber-logo {
		max-width: 100%;
	}
	.img-responsive.iso-logo {
		margin-bottom: 10px;
	}
	.footer-logos {
		padding: 10px;
	}
	
/*--------------------------------------------------------------
# Cookie Bar
--------------------------------------------------------------*/

	.cc_container .cc_message {
		margin-top: 10px;
	}

/*--------------------------------------------------------------
# Overrides 
--------------------------------------------------------------*/

	.lgspacetop {
		margin-top: 45px;
	}
	.lgspacebottom {
		margin-bottom: 45px;
	}
	.smspacetop,
	.highlightbox.careers h4.smspacetop {
		margin-top: 20px;
	}
	.smspacebottom {
		margin-bottom: 20px;
	}
  .pushdown {
    transform: translateY(100px);
  }
  .box-right {
    padding: 55px 75px 65px 150px;
  }
  .box-right.fullbox {
    padding: 15px 25px 40px 25px;
    margin-top: 0;
  }
  .img-responsive.box-right-img {
    max-width: 350px;
  }
  .gutter-right {
    padding-right: 30px;
  }
  .gutter-left {
    padding-left: 30px;
  }
}

/*----------------------------------------------------------------------------------------------------------------------------
# Large Desktop
----------------------------------------------------------------------------------------------------------------------------*/

@media (min-width: 1200px) {

/*--------------------------------------------------------------
# Body
--------------------------------------------------------------*/

  .container.fullbar {
		padding: 60px 15px 80px 15px;
	}
  #content .container {
    margin-bottom: 100px;
	}
  .content-section .row {
    margin-bottom: 65px;
  }
  
/*--------------------------------------------------------------
# Type
--------------------------------------------------------------*/

	h1 {
		font-size: 100px !important;
	}
	h2 {
		font-size: 52px !important;
		margin: 30px 0 40px 0;
	}
	h3 {
		font-size: 35px !important;
    margin: 25px 0 30px 0;
	}
	.privacy ol li:before {
		font-size: 30px;
	}
	hr {
		margin: 50px 0;
	}
  blockquote {
    margin: 80px 100px;
  }
  blockquote p {
    font-size: 42px;
  }
  
/*--------------------------------------------------------------
# Buttons
--------------------------------------------------------------*/
  
  .btn.small {
    font-size: 12px;
  }
	
/*--------------------------------------------------------------
# Table
--------------------------------------------------------------*/

	table {
		margin: 50px 0;
	}

/*--------------------------------------------------------------
# Nav
--------------------------------------------------------------*/

	.navbar-nav {
		margin: 0;
	}
	.navbar-default .navbar-nav > li > a {
		margin: 15px 0;
		padding: 15px 15px 16px 15px;
    font-size: 16px;
	}
	.navbar-default .navbar-nav > li:last-child > a {
		padding: 15px 0 16px 15px;
	}
	.navbar > .container .navbar-brand,
	.navbar > .container-fluid .navbar-brand {
		margin-left: -5%;
	}
	.navbar-brand {
		padding: 15px 5%;
	}
	.navbar-brand > img {
		max-width: 200px;
	}
	.dropdown-menu {
		min-width: 200px;
	}

/*--------------------------------------------------------------
# Home Banner
--------------------------------------------------------------*/

	.home-banner {
		min-height: 840px;
	}
	.home-banner h1 {
		/*---- Remove this when JS file has been altered ----*/
		font-size:40px !important;
		margin-top: 250px;
		padding: 0 250px;
	}
	.postit-btn-text {
		height: 200px;
	}
	.postit-btn-text h2 {
		padding-top: 15px;
		font-size: 28px !important;
	}
	.postit-btn-text p {
		margin-top: 10px;
		font-size: 18px;
	}
	.jb-readthis img {
		max-width: 250px;
		margin-left: -150px;
  		margin-top: -50px;
	}
	.keep-going img {
		max-width: 150px;
	}
	
/*--------------------------------------------------------------
# Case Study Banner
--------------------------------------------------------------*/

	.case-study .row {
		margin: 50px 0 0 0;
		/*height: 500px;*/
	}
	/*.cs-banner-content {
		margin: 50px;
		padding: 50px;
	}*/
	.cs-banner-content a.btn {
		width: 450px;
	}
	.cs-dog-guy {
		left: -145px;
		top: 180px;
	}
	.cs-dog-guy img {
		max-width: 160px;
	}
	
/*--------------------------------------------------------------
# Solutions Banner
--------------------------------------------------------------*/

	.solutions {
		padding: 50px 0;
	}
	.solutions-dog-guy {
		top: 123px;
		left: -180px;
	}
	.solutions .solutions-dog-guy img {
		max-width: 300px;
	}
	
/*--------------------------------------------------------------
# Blog Banner
--------------------------------------------------------------*/

	.blog-banner {
		padding-top: 50px;
		padding-bottom: 50px;
	}
	.postit-cta .blog-banner-post {
		height: 354px;
	}
	
/*--------------------------------------------------------------
# Page Header
--------------------------------------------------------------*/

	header {
		margin: 80px 0 100px 0;
	}
	header h1{
		margin: 90px 0 129px 0;
	}
	header h2{
		margin: -129px 0 90px 0;
	}
	header img{
		max-height: 280px;
	}
  
/*--------------------------------------------------------------
# Careers Header
--------------------------------------------------------------*/

  .page-template-page-careers header,
  .page-template-page-vacancies header {
    padding: 125px 0;
  }
  .page-template-page-careers header p,
  .page-template-page-vacancies header p {
    font-size: 40px;
    margin-bottom: 40px;
	}
  .page-template-page-careers header .play-button {
    width: 115px;
    height: 115px;
    margin-bottom: 40px;
  }

/*--------------------------------------------------------------
# Quote Banner
--------------------------------------------------------------*/

	.banner-quote {
		margin: 25px 0;
	}
	.bq-content {
		margin: 75px 20px;
		padding: 50px;
	}
	
/*--------------------------------------------------------------
# Contact Banner
--------------------------------------------------------------*/

	header.contact {
		margin: 0;
		padding-top: 80px;
	}
	.contact a.keyboard img,
	.contact a.paper img,
	.contact a.mapimg img,
	.contact a.phone img {
		max-height: 50vh;
	}
	
/*--------------------------------------------------------------
# Form
--------------------------------------------------------------*/

	form {
		margin-bottom: 50px;
	}

/*--------------------------------------------------------------
# Partners Page
--------------------------------------------------------------*/

	.partner-logo {
		height: 240px;
	}
	.partner-logo a {
		font-size: 20px;
	}

/*--------------------------------------------------------------
# Readling List Page
--------------------------------------------------------------*/

	.reading-list {
		margin-top: 50px;
	}
	.reading-list a img.img-responsive {
		max-height: 350px;
		margin: 0 auto 25px auto;
	}
	.reading-list .clearfix.visible-md {
		margin-bottom: 50px;
	}
	
/*--------------------------------------------------------------
# Blog
--------------------------------------------------------------*/

	.hentry {
		margin: 0 0 50px 0;
	}
	.blog-list .entry-footer,
	.pr-list .entry-footer {
		padding-top: 50px;
	}
	.nav-links {
		margin-bottom: 50px;
	}
	#main .yarpp-related {
		padding: 50px 0 0 0;
	}
	#secondary .whitepaper-widget,
	#secondary .widget-4,
	#secondary .widget-5 {
		margin-bottom: 50px;
	}
	
/*--------------------------------------------------------------
# Comments
--------------------------------------------------------------*/

	ul.comment-list {
		margin:0 0 50px 0;
	}
	
/*--------------------------------------------------------------
# Press Release
--------------------------------------------------------------*/

	.pr-top-left,
	.pr-top-right {
		width: 30%;
	}
	
/*--------------------------------------------------------------
# Careers Page
--------------------------------------------------------------*/

	#content .container.values {
    margin-bottom: 185px;
	}
  .space-img-one {
    top: 5.5rem;
    left: 1rem;
    z-index: 850;
  }
  .space-img-two { 
    top: -5rem;
    left: 12rem;
  }
  .space-img-three {
    top: 19rem;
    left: 16rem;
    z-index: 900;
  }
  .content-section .row.people,
  .content-section .row.team-quote-row {
    margin-bottom: 230px;
  }
  .staff-quote .img-responsive {
    max-width: 125px;
    margin-left: 50px;
  }
  .perks .col-sm-6 {
    margin-bottom: 50px;
  }
  .content-section .row.ourteams {
    margin-bottom: 120px;
  }
  .teams .col-xs-6 {
    margin-bottom: 30px;
  }
  .teams-img-one {
    position: absolute;
    top: -4rem;
    left: 1rem;
  }
  .teams-img-two {
    position: absolute;
    top: 3.5rem;
    left: 8rem;
  }
  .teams-img-three {
    position: absolute;
    top: 11rem;
  }
  .teams-img-four {
    position: absolute;
    top: 20rem;
    left: 5rem;
  }
  #awards img {
    margin-top: 50px;
  }
  img.vacancy-character {
    margin-top: 30px;
  }
  #content .container.job-overview {
    margin-bottom: 150px;
	}
  .interested-banner-character {
    top: -4.5rem;
  }
  .values-img {
    position: absolute;
    top: -140px;
  }
	
/*--------------------------------------------------------------
# Events Page
--------------------------------------------------------------*/

	.event-preview {
		margin-bottom: 50px;
	}
	.no-event-btn {
		margin-bottom: 50px;
	}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

	#footer-nav li {
		padding: 0 7px;
	}

/*--------------------------------------------------------------
# Overrides 
--------------------------------------------------------------*/

	.lgspacetop {
		margin-top: 50px;
	}
	.lgspacebottom {
		margin-bottom: 50px;
	}
	.smspacetop,
	.highlightbox.careers h4.smspacetop {
		margin-top: 25px;
	}
	.smspacebottom {
		margin-bottom: 25px;
	}
	.pushdown {
    transform: translateY(160px);
  }
  .box-right {
    padding: 80px 100px 90px 250px;
  }
  .box-right.fullbox {
    padding: 20px 45px 50px 45px;
  }
  .img-responsive.box-right-img {
    max-width: 485px;
  }
  .gutter-right {
    padding-right: 40px;
  }
  .gutter-left {
    padding-left: 40px;
  }
}


/*--------------------------------------------------------------
# Advent Calendar 
--------------------------------------------------------------*/

.adventCalendar {
	background-image: url("/wp-content/uploads/2017/12/web-background.svg");
	background-size: cover;
  background-position: center;
	font-weight: bold;
	font-size: 12px;
}

/* Top of page margin */
.adventCalendar .row {
	padding-top: 6.25em;
}

/* Adjustments to bootstrap styling */
.adventCalendar .col-md-2 {
	margin-bottom: 4em;
	margin-top: 4em;
	text-align: center;
}

.adventCalendar .col-sm-3 {
	margin-bottom: 4em;
	margin-top: 4em;
	text-align: center;
}

/* Bauble styling */
.adventCalendar .circle {
	width: 150px;
	height: 150px;
	margin: 0 auto;
	-moz-border-radius: 75px;
	-webkit-border-radius: 75px;
	border-radius: 75px;
	border-style: solid;
	border-width: 4px;
	border-color: #2C3B45;
	cursor: pointer;
	background-repeat: repeat-y;
}

/* Disabled Baubles */
.adventCalendar .disabled {
	background: #2C3B45;
	opacity: 0.5;
}

/* Bauble colour variation styling */
.adventCalendar .baubleBlue{
	background-color: #00ADD8;
	background-image: url('/wp-content/uploads/2017/12/zig-zag.svg');
	background-position: -3px 23px;
}

.adventCalendar .baublePink{
	background-color: #E62075;
	background-image: url('/wp-content/uploads/2017/12/wave.svg');
}

.adventCalendar .baubleGreen{
	background-color: #96C11E;
	background-image: url('/wp-content/uploads/2017/12/dots.svg');
}

/* Hook Styling */
.adventCalendar .hook {
	width: 15px;
	height: 15px;
	background: #00000000;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	border-radius: 50px;
	margin: 0 auto;
	position: relative;
	top: -19px;
	border-style: solid;
	border-width: 4px;
	border-color: #2C3B45;
}

/*
	Bauble text styling
	.text is a parent container element for the actual p element, this is because,
	in order to achieve vertical alignment, we needed to utilise the table -
	table-cell relationship, which required a parent object.
*/
.adventCalendar .text {
	width: 100%;
	height: 100%;
	margin: 0;
	position: relative;
	top: -15px;
	display: table;
	font-size: 11pt;
}

.adventCalendar .number {
	font-size: 30pt;
}

.adventCalendar .text p {
	width: 100%;
	height: 100%;
	margin: 0;
	display: table-cell;
	vertical-align: middle;
	padding: 0 0 0 0;
}

@keyframes spincircle {
	from {
		transform: rotateZ(0deg);
		-webkit-transform: rotateZ(0deg);
		-moz-transform: rotateZ(0deg);
		-ms-transform: rotateZ(0deg);
	}
	to {
		transform: rotateZ(360deg);
		-webkit-transform: rotateZ(360deg);
		-moz-transform: rotateZ(360deg);
		-ms-transform: rotateZ(360deg);
	}
}

.adventCalendar .spin {
	-webkit-animation-name: spincircle;
	-webkit-animation-duration: 2s;
	-webkit-animation-iteration-count: 1;
}


@media screen and (max-width: 768px){
	.adventCalendar .col-xs-4 {
		margin-bottom: 5em;
		text-align: center;
	}

}

@media screen and (max-width: 480px){
	.adventCalendar .col-xs-4 {
		width: 50%;
	}

	/*Make the baubles smaller*/
	.adventCalendar .circle{
		width: 100px;
		height: 100px;
	}
	.adventCalendar .col-xs-4{
		width: 33%;
		margin-top: 2em;
		margin-bottom: 2em;
	}

	.adventCalendar .text {
		font-size: 8pt;
	}

	.adventCalendar .number {
		font-size: 30pt;
	}

	.adventCalendar .row {
		padding-top: 5%;
	}

}

/* Modal Styling */
.adventCalendar .modal-content {
	box-shadow: none;
	-webkit-box-shadow: none;
	background: none;
	border: 0;
	border-radius: 0;
	color: #FFF;
	font-weight: normal;
	background-image: url('/wp-content/uploads/2017/12/postit.svg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top left;
	height: 433px;
	padding: 25px;
}

.adventCalendar .modal-dialog .modal-title {
  line-height: 1.1;
}

.adventCalendar .modal-dialog h2,
.adventCalendar .modal-dialog h3{
  color: #2C3B45;
}

.adventCalendar .modal-content .modal-header {
	border: 0;
	padding: 0;
}

.adventCalendar .modal-content .modal-body {
	border: 0;
	padding: 0;
}

.adventCalendar .modal-content .modal-footer {
	border: 0;
	padding: 30px 0 0 0;
}

.modal-dialog {
  z-index: 2000;
}

.adventCalendar button.close {
	font-size: 36px;
	color: #FFF;
	text-shadow: none;
}

.adventCalendar button.close:hover {
	font-size: 36px;
	text-shadow: none;
	color: #FFF;
}

.adventCalendar .modal-open {
	overflow-y: scroll;
}

@media (min-width: 768px) {
	.adventCalendar .modal-content {
		box-shadow: none;
		-webkit-box-shadow: none;
	}
  .adventCalendar .modal-dialog {
  width: 675px;
}
  .adventCalendar .modal-dialog p {
  font-size: 15px;
}
}

@media screen and (max-width: 480px){
	.adventCalendar .modal-content {
		background-image: none;
		background-color: #E62075;
		height:auto;
		border-width: 4px;
		border-style: solid;
		border-color: #2C3B45;
	}
}


@media print {
  /* line 95, basic-layouts/_base.scss */
  .cc_banner-wrapper,
  .cc_container {
    display: none;
  }
}
