@import url('https://fonts.googleapis.com/css?family=Montserrat:700,700i|Open+Sans:400,400i,700,700i');

body.postid-3483 {
	background-color: #fff;
}

/* HEADER */
body.postid-3483 #hero {
	height: 500px;
}

body.postid-3483 #hero:before {
	content: '';
	background-image: linear-gradient(90deg, rgb(212, 29, 36) 0%, rgba(217, 37, 43, 0.5) 100%, rgb(211, 0, 0) 100%);
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: 5;
}

body.postid-3483 #hero .container {
	position: relative;
	z-index: 10;
}

body.postid-3483 #hero .entry-meta,
body.postid-3483 #hero .breadcrumbs {
	display: none;
}

body.postid-3483 #hero h1 {
	font-size: 60px;
	font-family: 'Montserrat', sans-serif;
	margin-bottom: 20px;
}

body.postid-3483 #hero .hero-title p {
	font-size: 17px;
	color: #fff;
	opacity: 1;
	margin-bottom: 15px;
}

body.postid-3483 #hero .hero-title p:last-child {
	margin-bottom: 0px;
}

@media (max-width: 767px) {
	body.postid-3483 #hero {
		height: auto;
		padding: 100px 0px;
	}
	
	body.postid-3483 #hero h1 {
		font-size: 40px;
		line-height: 50px;
	}
}
/* END HEADER */

/* SECTION */
.vgs-section {
	font-size: 18px;
	font-family: 'Open Sans', sans-serif;
	padding-top: 50px;
	padding-bottom: 50px;
}

.vgs-section.gray {
	background-color: #f9f9f9;
}

.vgs-section h2 {
	color: #040404;
	margin: 0px 0px 20px;
}

.vgs-section h3 {
	color: #040404;
	margin: 0px 0px 20px;
}

.vgs-section p {
	line-height: 1.5em;
	margin-bottom: 20px;
}

.vgs-section p:last-child {
	margin-bottom: 0px;
}

.vgs-section ul li {
	line-height: 1.5em;
	padding-bottom: 20px;
}

.vgs-section ul li:last-child {
	padding-bottom: 0px;
}

.vgs-section span.shareable,
.vgs-section p.shareable {
	cursor: pointer;
	outline: none;
}

.vgs-section .infogram-embed {
	clear: both;
	margin-bottom: 30px;
}

.vgs-section .highlight-line {
	font-size: 20px;
	border: 3px dashed transparent;
	padding: 30px 15px;
	margin: 0px 0px;
	border-radius: 3px;
	position: relative;
	-webkit-transition: border-color .3s ease;
	transition: border-color .3s ease;
}

.vgs-section .highlight-line .col-md-2 {
	text-align: center;
}

.vgs-section .highlight-line .col-md-2 .fa {
	font-size: 90px;
	color: #d9252b;
}

.vgs-section .highlight-line .col-md-10 {
	padding-top: 10px;
}

.vgs-section .highlight-line strong,
.vgs-section .highlight-line b {
	color: #d9252b;
}

.vgs-section .highlight-line a.share {
    color: #fff;
    font-size: 11px;
    padding: 0px 8px;
    line-height: 24px;
    display: inline-block;
    border-radius: 4px;
    margin-left: 8px;
    vertical-align: text-top;
    outline: none;
    -webkit-transition: all .3s ease;
	transition: all .3s ease;
}

.vgs-section .highlight-line a.twitter {
	background-color: #1DA1F2;
}

.vgs-section .highlight-line a.facebook {
	background-color: #3B5998;
}

.vgs-section .highlight-line a.share:hover {
    opacity: .85;
}

.vgs-section .highlight-line:hover {
	border-color: #d9252b;
}

.vgs-section ul.vgs-list {
	margin: 0px 0px;
	padding: 0px 0px 20px;
	list-style: none;
}

.vgs-section ul.vgs-list > li {
	position: relative;
	padding: 5px 10px 5px 40px;
	border: 2px dotted transparent;
	margin-bottom: 10px;
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
}

.vgs-section ul.vgs-list > li strong {
	color: #d9252b;
}

.vgs-section ul.vgs-list > li .fa {
	font-size: 25px;
	color: #d9252b;
	position: absolute;
	top: 10px;
	left: 10px;
}

.vgs-section ul.vgs-list > li:hover {
	border-color: #d9252b;
}

.vgs-section .vgs-number-block {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.vgs-section .vgs-number-block > p {
	width: 100%;
	font-size: 20px;
	color: #d9252b;
	margin-bottom: 50px;
}

.vgs-section .vgs-box {
	font-size: 20px;
	text-align: center;
	width: 25%;
	padding: 0px 20px 50px;
}

.vgs-section .vgs-box > p {
	padding: 6px 0px;
	border: 2px dotted transparent;
	-webkit-transition: border-color .3s ease;
	transition: border-color .3s ease;
}

.vgs-section .vgs-box strong.number {
	font-size: 50px;
	line-height: 52px;
	color: #d9252b;
	margin: 5px 0px;
	display: block;
}

.vgs-section .vgs-box:hover > p {
	border-color: #d9252b;
}

.vgs-section .row.sub-section {
	padding-top: 50px;
}

.vgs-section.vsg-intro .container {
	max-width: 800px;
	margin: 0px auto;
}

.vgs-section .vsg-toc-container {
	position: relative;
	padding: 25px;
	border: 5px solid #e8e8e8;
	margin: 40px 0px 0px;
}

.vgs-section .vsg-toc-container > h3 {
	position: absolute;
	top: -16px;
	left: 10px;
	background-color: #fff;
	padding: 0px 15px;
	margin: 0px 0px;
	font-size: 18px;
	line-height: 24px;
	text-transform: uppercase;
}

.vgs-section ul.vsg-toc {
	margin: 0px 0px;
	padding: 0px 0px;
	list-style: none;
}

.vgs-section ul.vsg-toc li {
	padding: 0px 0px 5px;
}

.vgs-section ul.vsg-toc li a {
	color: #d9252b;
	font-weight: 700;
}

.vgs-section.vgs-links {
	background-color: #f3f4f6;
}

.vgs-section.vgs-links ul {
	margin: 0px 0px;
	padding: 0px 0px;
	list-style: none;
}

.vgs-section.vgs-links ul li {
	position: relative;
	padding: 0px 0px 0px 20px;
}

.vgs-section.vgs-links ul li:before {
	content: '';
	width: 7px;
	height: 7px;
	background-color: #d9252b;
	position: absolute;
	top: 10px;
	left: 0px;
	border-radius: 50%;
}

@media (min-width: 1200px) {
	.vgs-section .row.sub-section > div.col-md-6 {
		padding-left: 25px;
		padding-right: 25px;
	}
}

@media (max-width: 991px) {
	.vgs-section .highlight-line .col-md-2 {
		padding-bottom: 20px;
	}

	.vgs-section .vgs-box {
		width: 33.33%;
	}
}

@media (max-width: 767px) {
	.vgs-section .vgs-box {
		width: 50%;
	}
}

@media (max-width: 575px) {
	.vgs-section {
		font-size: 16px;
	}

	.vgs-section .highlight-line {
		font-size: 16px;
		border: 0px;
		padding: 20px 0px;
	}

	.vgs-section .highlight-line span.shareable {
		display: block;
	}

	.vgs-section .highlight-line a.share {
		margin-left: 0px;
		margin-right: 8px;
	}

	.vgs-section ul.vgs-list > li {
		border: 0px;
		padding: 0px 0px 10px 40px;
	}

	.vgs-section .vgs-number-block {
		display: block;
	}
	
	.vgs-section .vgs-box {
		font-size: 16px;
		width: 100%;
		max-width: 300px;
		padding: 0px 0px 50px;
		margin: 0px auto;
	}

	.vgs-section .vgs-box strong.number {
		font-size: 40px;
		line-height: 40px;
	}

	.vgs-section .vgs-box > p {
		border: 0px;
		padding: 0px 0px;
	}
}
/* END SECTION */

/* MODAL */
#share.modal .modal-body {
	font-size: 14px;
	padding: 0px 10px 10px;
}

#share.modal .modal-body .close {
    margin: 0px 0px;
    color: #d9252b;
    opacity: 1;
}

#share.modal .modal-body img {
	display: block;
	margin: 0px auto 15px;
}

#share.modal .modal-body p {
	margin-bottom: 10px;
}

#share.modal .modal-body h4 {
	margin: 0px 0px 15px;
}

#share.modal .modal-body textarea.code {
	color: #777;
}

#share.modal .modal-body .alert {
	padding: 10px 10px;
}

#share.modal .modal-body .btn-group {
	display: flex;
}

#share.modal .modal-body .btn-group .btn {
	width: 50%;
	font-size: 14px;
	border-radius: 0px;
	outline: none;
	border: 0px;
	margin: 0px;
	-webkit-transition: opacity .3s ease;
	transition: opacity .3s ease;
}

#share.modal .modal-body .btn-group .btn:hover {
	opacity: 0.75;
}

#share.modal .modal-body .btn-group.download {
	margin-bottom: 15px;
}

#share.modal .modal-body .btn-group.download .btn {
	background-color: #f5f5f5;
}

#share.modal .modal-body .btn-group.share .btn {
	color: #fff;
}

#share.modal .modal-body .btn.twitter {
	background-color: #1DA1F2;
}

#share.modal .modal-body .btn.facebook {
	background-color: #3B5998;
}

@media (max-width: 575px) {
	#share.modal .modal-body .btn-group {
		display: block;
	}

	#share.modal .modal-body .btn-group .btn {
		float: none;
		width: 100%;
	}
}
/* END MODAL */