/*
Theme Name: SVDS
Author: Anonymous
Author URI:
Version: 1
Description: Base theme for Wordpress
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: svds
Tags: one-column, two-columns
Theme URI:
*/

.post-password-form p:after,
/*.search-form:after,*/
div.navigation:after,
.pagination:after,
.case-section .block:after,
.posts-section:after,
.team-section .team-list:after,
.timeline-section .milestone-block .milestone-frame:after,
.timeline-section .year-block:after,
.comments-list > li:after,
.events-list > li:after,
.mediamentions-section .block:after,
.mediakit-section .mediakit-list:after,
.reading-section .section-frame:after,
.widget ul > li:after,
#footer .footer-block:after,
.socials:after {
	content: " ";
	display: table;
	width: 100%;
	clear: both;
}

a,
select,
input[type="text"],
input[type="tel"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea,
.comment-form input[type="submit"],
.post-password-form input[type="submit"],
.search-form input[type="submit"],
.wp-social-login-provider-list a,
.btn,
h2.opener .arrow,
#nav .links a.newsletter:before,
#nav .links a.login:before,
.intro-section a.btn-scroll .fa,
.gallery .img img,
.gallery .img .grayscale-fix,
.gallery .img .grayscale,
.values-section .carousel .text-block,
.values-section .carousel .switcher a:after,
.team-section .team-list .team-hover,
.timeline-section .marker,
.socials a:after,
.socials a:before {
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.meta ul,
#nav > ul,
.gallery .mask > ul,
.values-section .carousel .switcher ul,
.team-section .categ-list,
.team-section .team-list,
.comments-list,
.events-list,
.jobs-section .jobs-list,
.press-section .press-list,
.mediakit-section .mediakit-list,
.reading-gallery ul,
.widget ul,
#footer ul,
.socials {
	margin: 0;
	padding: 0;
	list-style: none;
}

html {
	box-sizing: border-box;
	font-size: 16px;
}

*,
*:before,
*:after {
	box-sizing: inherit;
}

* {
	margin: 0;
	padding: 0;
	max-height: 1000000px;
}

ul,
ol,
dl,
p,
h1,
h2,
h3,
h4,
h5,
h6,
address,
form,
table,
blockquote,
applet,
embed,
object,
iframe,
frameset,
.embed-responsive,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
.margin-bottom {
	margin: 0 0 25px;
}

h3, .h3 { line-height: 1.3; }

.embed-responsive iframe {
	margin-bottom: 0;
}

html,
body,
div,
span,
applet,
embed,
object,
iframe,
frameset,
p,
q,
blockquote,
sub,
sup,
a,
abbr,
acronym,
font,
img,
small,
center,
h1,
h2,
h3,
h4,
h5,
h6,
b,
strong,
big,
u,
ins,
i,
cite,
em,
var,
dfn,
address,
s,
strike,
del,
dl,
dt,
dd,
ol,
ul,
li,
pre,
code,
kbd,
samp,
tt,
fieldset,
legend,
form,
label,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
	border: 0;
	background: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section,
summary {
	display: block;
}

body {
	color: #677385;
	font: 16px/1.563 "Lato", Arial, Helvetica, sans-serif;
	background: #f7f7f7;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: none;
}

body.home-page {
	background: #fff;
}

a {
	text-decoration: none;
	color: #ff5907;
	outline: none;
	cursor: pointer;
}

a:hover {
	text-decoration: underline;
}

img {
	max-width: 100%;
	height: auto;
	vertical-align: top;
}

img.alignleft,
img.alignright {
	margin: 0 25px 10px 0;
	max-width: 50%;
	height: auto;
}

img.alignright {
	margin: 0 0 10px 25px;
}

img.img-full-width {
	width: 100%;
	display: block;
	margin-bottom: 37.5px;
}

img.aligncenter {
	display: block;
	margin: 0 auto 37.5px;
}

img.img-corner {
	border-radius: 2px;
}

p:last-child {
	margin-bottom: 0 !important;
}

video,
iframe,
object,
embed {
	max-width: 100%;
	vertical-align: top;
}

input,
textarea,
select {
	font: 100% "Lato", Arial, Helvetica, sans-serif;
	color: #cbcbcb;
	vertical-align: middle;
}

select,
input[type="text"],
input[type="tel"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
	display: inline-block;
	vertical-align: middle;
	background: #fff;
	margin: 0;
	padding: 12px 24px;
	color: #cbcbcb;
	height: 46px;
	border: 1px solid #eee;
	border-radius: 2px;
	font: 14px/20px "Lato", Arial, Helvetica, sans-serif;
	max-width: 100%;
	outline: none;
}

select:focus,
input[type="text"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	box-shadow: #3967c1 0 0 5px 0;
	outline: none;
}

select::-webkit-input-placeholder,
input[type="text"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="url"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: #cbcbcb;
	opacity: .8;
}

select::-moz-placeholder,
input[type="text"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="url"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
textarea::-moz-placeholder {
	opacity: 1;
	color: #cbcbcb;
	opacity: .8;
}

select:-moz-placeholder,
input[type="text"]:-moz-placeholder,
input[type="tel"]:-moz-placeholder,
input[type="email"]:-moz-placeholder,
input[type="url"]:-moz-placeholder,
input[type="password"]:-moz-placeholder,
input[type="search"]:-moz-placeholder,
textarea:-moz-placeholder {
	color: #cbcbcb;
	opacity: .8;
}

select:-ms-input-placeholder,
input[type="text"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="url"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	color: #cbcbcb;
	opacity: .8;
}

select.placeholder,
input[type="text"].placeholder,
input[type="tel"].placeholder,
input[type="email"].placeholder,
input[type="url"].placeholder,
input[type="password"].placeholder,
input[type="search"].placeholder,
textarea.placeholder {
	color: #cbcbcb;
	opacity: .8;
}

select {
	box-shadow: none;
	overflow: visible;
}

select option {
	padding: 2px 5px;
	outline: none;
}

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
	-webkit-appearance: none;
}

textarea {
	resize: vertical;
	min-height: 46px;
	max-height: 500px;
	height: 150px;
	overflow: auto;
}

label {
	vertical-align: middle;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	padding: 0;
	border: 0;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

input[type="search"] {
	-webkit-appearance: none;
}

input[type="search"]::-webkit-search-cancel-button {
	-webkit-appearance: none;
}

input[type="search"]::-webkit-search-decoration {
	display: none;
}

fieldset {
	min-width: 0;
}

hr {
	display: block;
	background: #9fa0a2;
	border: none;
	height: 1px;
	clear: both;
	margin: 30px 10px;
}

h1,
h2,
h3,
h4,
h5,
h6,
b,
strong,
th {
	font-weight: bold;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
	font-size: 36px;
	line-height: 1.2;
	color: #515254;
	margin-bottom: 25px;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a,
.h1 a,
.h2 a,
.h3 a,
.h4 a,
.h5 a,
.h6 a {
	color: inherit;
	text-decoration: none;
}

h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover,
.h1 a:hover,
.h2 a:hover,
.h3 a:hover,
.h4 a:hover,
.h5 a:hover,
.h6 a:hover {
	color: inherit;
	text-decoration: underline;
}

h1,
.h1 {
    font-size: 3.75rem;
    font-weight: 300;
    line-height: 1;
}

@media(max-width:1024px) {
	h1 {
		font-size: 2rem;
	}
}

h2,
.h2 {
	color: #677385;
    font-weight: 300;
    font-size: 38px;
	margin-bottom: 12px;
}

h3,
.h3 {
	font-size: 20px;
	line-height: 1.23;
	margin: 1.5rem 0 .75rem;
}

h4,
.h4,
h5,
.h5,
h6,
.h6 {
	font-size: 16px;
	margin-bottom: 6px;
	line-height: 1.286;
}

h5,
.h5 {
	font-size: 13px;
}

h6,
.h6 {
	font-size: 10px;
}

p:not(:last-child) {margin-bottom: .5rem;}

i,
cite,
em,
var,
dfn,
address {
	font-style: italic;
}

u,
ins {
	text-decoration: underline;
}

s,
strike,
del {
	text-decoration: line-through;
}

blockquote,
blockquote:before,
blockquote:after,
q,
q:before,
q:after {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

.article blockquote {
	color: #768187;
	font-size: 2.25rem;
	font-weight: 300;
    margin: 2rem 0;
    padding: 0 4rem;
    position: relative;    
}

.article blockquote:before/*, 
.article blockquote:after*/ {
	background-image: url("images/quote-mark.png");
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: contain;
	content:"";	
	font-family: Georgia, serif;
	font-size: 4.5rem;
    height: 21px;
    position: absolute;
    width: 25px;
}

.article blockquote:before {
    left: 0;
    top: 0;
}

/*.article blockquote:after {
    bottom: 0;
    right: 0;
    transform: rotate(180deg);
    transform-origin: 50% 50%;
}*/

blockquote q {
	display: block;
	margin-bottom: 25px;
}

blockquote cite {
	display: block;
	font-weight: normal;
	font-size: 90%;
	text-align: right;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -.5em;
}

sub {
	bottom: -.25em;
}

.left { float: left; }
.right { float: right; }


table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
	border-collapse: collapse;
	border-spacing: 0;
}

caption {
	color: #515254;
}

table {
	background: #fff;
}

th,
td {
	border: 1px solid #515254;
	padding: 5px;
	text-align: left;
	vertical-align: middle;
	background: #fff;
}

tr:nth-child(2n) th,
tr:nth-child(2n) td {
	background: #cbcbcb;
}

thead th,
tfoot th,
thead td,
tfoot td {
	background: #cbcbcb;
}

th {
	font-weight: bold;
	font-size: 17px;
	line-height: 1;
	background: #cbcbcb;
}

ul, ol {
    margin:0 0 1rem 1rem;
    padding: 0;
}

ul ul,
ul ol,
ol ul,
ol ol {
	margin: 0 0 10px 10px;
}

ul li, ol li {
    margin: .25rem 0 0;
}

dl dt {
	float: left;
	clear: left;
	padding-right: 4px;
	font-weight: bold;
}

address,
dt,
dd,
li {
	line-height: inherit;
}

pre {
	max-width: 100%;
	overflow: auto;
}

hr {
	background-color: #f4f4f4;
}

iframe.map {
	border: 0;
	max-height: 50vh;
}

.container {
    max-width: 1068px;
    padding: 0 .9375rem;
	width: 100% !important;
}

.container.large {
	max-width: 80rem;
}


@media(min-width:1025px) {
	.content.col-md-9 {
		padding-left: 1.25rem;
	}
	#sidebar {
		padding-right: 1.25rem;
	}
}	


.comment-form textarea,
.post-password-form input[type="password"],
.comment-form input[type="text"],
.search-form input[type="search"] {
	margin: 4px 4px 4px 0;
	width: 300px;
}

.post-password-form label {
	display: block;
}

.post-password-form input[type="password"],
.search-form input[type="search"] {
	width: 200px;
}

.post-password-form input,
.search-form input {
	display: inline-block;
	vertical-align: middle;
	margin-top: 3px;
	margin-bottom: 3px;
}

.comment-form input[type="submit"],
.post-password-form input[type="submit"],
.search-form input[type="submit"] {
	background: #ff5907;
	color: #fff;
	margin: 0;
	font-weight: 900;
	border: none;
	padding: 12px 48px;
	font-size: 14px;
	line-height: 1.429;
	border-radius: 46px;
	text-transform: uppercase;
}

.comment-form input[type="submit"]:hover,
.post-password-form input[type="submit"]:hover,
.search-form input[type="submit"]:hover {
	opacity: .8;
}

.comment-form input[type="submit"] {
	float: none;
	display: block;
}

.commentlist {
	margin: 0 0 25px;
}

.commentlist .edit-link {
	margin: 0;
}

.comment,
.commentlist-holder {
	overflow: hidden;
}

.commentlist-item .commentlist-item,
.commentlist-item + .commentlist-item {
	padding-top: 25px;
}

.commentlist .avatar-holder {
	float: left;
	margin: 0 25px 4px 0;
}

.comment-form label {
	display: block;
	padding-bottom: 4px;
}

.widget_calendar #next {
	text-align: right;
}

.gallery-item dt {
	float: none;
	padding: 0;
}

div.navigation {
	margin: 12.5px 0;
}

div.navigation .next {
	float: left;
	max-width: 48%;
}

div.navigation .prev {
	float: right;
	max-width: 48%;
}

.wp-caption {
	max-width: 100%;
	clear: both;
	margin-bottom: 12.5px;
	font-size: 14px;
	line-height: 1.43;
}

.wp-caption.alignleft,
.wp-caption.alignright {
	margin: 0 25px 10px 0;
	max-width: 50%;
}

.wp-caption.alignright {
	margin: 0 0 10px 25px;
}

.wp-caption img {
	margin: 0;
}

.wp-caption p {
	margin: 10px 0 0;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.mejs-container {
	margin-bottom: 25px;
}

.gallery,
.alignnone,
.gallery-caption,
.sticky,
.bypostauthor {
	height: auto;
}
