/*
Theme Name: Bootstrap Canvas WP Child
Template:   bootstrap-canvas-wp
*/

/** Bootstrap adapt **/

html {
	font-size:13px;
}

body {
	font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif !important;
	color:#333;
	width:100%;
}
h1, h2, h3, h4, h5, h6, p ,a {
	font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
}
h1, .h1, h2, .h2, h3, .h3 {
	margin-top:20px;
	margin-bottom:20px;
}
a {color:#c20013;}
p {
	font-size:1.3em;
}
h4 {
	color: black !important;
	font-weight: bold !important;
	margin-top: 0;
	margin-bottom: 5px;
	color: #000;
	    margin-bottom: 5px;
	    font-size: 1em;
	    font-weight: bold;
}
a:hover, a:focus {
	text-decoration:none;
	color:#afafaf;
}
footer a:hover {
	color:#afafaf !important;
}
a h3:hover {
	color:#afafaf !important;
}
.clear, .middle::after, .content::after, .text::after {
	display: block;
	clear: both;
	content: "";
	visibility: hidden;
	height: 0;
}
.container-fluid {
	margin:0;
	padding:0;
}
.container-fluid .row {
	margin:0;
}
.container-fluid .col-sm-12 {
	padding:0;
}

img {
	width:100%;
}
.col-md-4.more-button {
	padding:0 !important;
}

hr {
	margin:40px 0;
	border-top:2px solid #c20013;
}

@media (min-width: 768px){
  .seven-cols .col-md-1,
  .seven-cols .col-sm-1,
  .seven-cols .col-lg-1  {
    width: 100%;
  }
}

@media (min-width: 992px) {
  .seven-cols .col-md-1,
  .seven-cols .col-sm-1,
  .seven-cols .col-lg-1 {
    width: 14.285714285714285714285714285714%;
  }
}
/** ------------------Home Page------------------- **/

.menu-bar {
	height:50px;
	width:100%;
	background-color:rgba(255,255,255,1);
	-webkit-box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.25);
	-moz-box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.25);
	box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.25);
	position:fixed;
	z-index: 10;
		/*z-index:999999;*/
}
.menu-bar .menu-toggler {
	width:50px;
	height:50px;
	position:relative;
	left:50px;
	float:left;
	cursor:pointer;
	background-color:white;
}
.menu-bar .logo {
	height:50px;
	width:50px;
	position:relative;
	float:left;
	left:55px;
	background-color:white;
	margin-left:10px;
}
.logo a {
	margin-left:5px;
}
.logo img {
	position:relative;
	height:40px;
	width:auto;
	top:5px;
}
.menu-toggler-blue {
	background-color:#c20013 !important;	
}
.menu-toggler-blue i {
	color:white !important;
}

.menu-bar .menu-toggler i {
	position:relative;
	top:10px;
	left:12px;
	font-size:30px;
	text-align:center;
	color:#c20013;
}
.newsletter {
	float:right;
}
.language {
	float:right;
	display:none;
}
.navbar {
	position:relative;
	top:0;
	width:100%;
	background-color: transparent;
}
.header-nav-image-top, .header-nav-image-bottom {
	padding:0 !important;
	
}
.home .blog-header {
	display:none;
}
.header-nav-container {
	position:relative;
	padding-top:50px;	
}
.header-nav-image {
	width:33%;
	height:140px;
	float:left;
	border:2px solid #fff;
	background-repeat:no-repeat;
	background-size:cover;
	background-position:50%;
	opacity:.6;
	position:relative;
}
.overlay {
	position:absolute;
	width:100%;
	height:100%;
	left:0;
	top:0;
}
.header-nav-image:hover {
	opacity:1;
}
header-nav-title {
	display:none;
}

.header-nav-image:hover > .overlay {
	display:none;
}
.header-nav-title {
	position:absolute;
	bottom:10%;
	left:5%;
	width:90%;
	margin:0 auto;
	padding:20px 2px;
	border:1px solid white;
	font-size:1.5em;
	color:white;
	text-align:center;
	display:inline-block;
}
.header-nav-title:hover {
	color:white;
}
.home-main .title  h1{
	color: #c20013;
	text-align:center;
}
main.page {
	padding-top:100px;	
}

main.page .title h1 {
	text-align:center;
	color:#c20013;;
}
.home-main {
	margin-top:50px;
}
.home-main .content {
	text-align:center;
}

.container-divider {
	padding:0 !important;
	margin:0 !important;
}
.container-divider .col-sm-12 {
	margin:50px 0;	
	
}
.divider-wrapper {
	width:100%;	
	height:150px;
	background-attachment:fixed;
	background-size:cover;
	background-position:50%;
	-webkit-box-shadow: inset 0px 0px 10px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: inset 0px 0px 10px 0px rgba(0,0,0,0.75);
	box-shadow: inset 0px 0px 10px 0px rgba(0,0,0,0.75);
}
.divider-wrapper--sm {
    min-height: 160px;
    height: auto !important;
    margin: 0;
    padding-top: 7px;
    padding-bottom: 7px;
    box-shadow: inset 0px 4px 4px 0px rgba(0,0,0,0.25);
    background-attachment: initial;
}
.page-title {
	font-weight: bold;
	font-size: 48px;
	line-height: 55px;
	color: #C0081D;
}
.news {margin-bottom:50px;}
.single-news {margin-bottom:50px;}
.news .news-title {}
.section-title {
	color:#c20013;
}
.news .news-title h3 {
	margin-top:0;
	margin-bottom:5px;
	color:#000;
	margin-bottom:5px;
	font-size:1.1em;
	font-weight: bold;
}
.news .news-left, .news .news-right  {
	float:none;
	padding-right:0;
	width:100%;
}

.col-sm-8 h3 {
	margin-top: 0;
}
.news-subtitle h3 {margin-top:0;margin-bottom:5px;color:#c20013;}
.news-date {color:#c20013;}
.news .more-button {
	width:auto;
	margin:20px 0 50px 0;
}
.more-button a {
	padding:5px 20px;
}

/** ------------------------ Page --------------------------**/

.page-divider .col-sm-12 {
	margin:50px 0;
}
.container-content {
	padding-bottom:100px
}
.container-content h3 {
	color:#000;
	margin-bottom:5px;
	font-size:1.1em;
	font-weight: bold;
}
.subtitle h2 {
	color:#cbbcac;
	
}
.container-content ul {
	padding-left:0
}
.container-content ul li {
	list-style:none;
	padding-left:10px;
}
.container-content ul li:before {
	content:'-';
	position:relative;
	left:-10px;
	margin-right:-5px;
}

a[href$=".PDF"]:before, a[href$=".pdf"]:before {
	font-family: FontAwesome;
	content: "\f1c1";
	font-weight: normal;
	font-style: normal;
	display: inline-block;
	text-decoration: inherit;
	margin-right:10px;
}
a[href$=".PDF"], a[href$=".pdf"] {
	font-weight:normal;
	color: #666;
}
a[href$=".PDF"]:hover, a[href$=".pdf"]:hover {
	color: black;
}
.link-extern {
	margin-bottom:30px;
}
.link-intern ul li,.link-extern ul li {
	padding:0;
	margin-bottom:10px;
}
.link-intern ul li:before, .link-extern ul li:before {
	content:'';
	left:0;
}

/** ------------------------ Blog ---------------------------**/
.blog-main, .blog-main-left {
	font-size:14px;
}
.blog-main {
	padding-bottom:100px;
}
.sidebar-module {
	padding:0 15px 10px 15px;
}
.blog-title {
	margin-top:0;
}
.blog-title h1 {
	color:#c20013;
	padding-top:0;
	margin-top:0;
}
.blog-subtitle h2 {
	color:#c20013;
	padding-top:0;
	margin-bottom:10px;
}
	
.blog-img img {
	width:100%;
}

.social ul {
	padding:0;
	position:relative;
	margin-top:20px;
}
.social ul li {
	position:relative;
	list-style:none;
	float:left;
	margin-right:10px;
}
.social ul li i {
	font-size:25px;
}

.social ul li.facebook i {color:#3B5998}
.social ul li.facebook i:hover {color:#afafaf}
.social ul li.twitter i {color:#00aced}
.social ul li.twitter i:hover {color:#afafaf}
.social ul li.google i {color:#dd4b39}
.social ul li.google i:hover {color:#afafaf}
.social ul li.mail i {}




/** ------------------------Buttons-------------------------**/
.btn {
	margin-bottom:10px;
}
.btn-orange {
	color:#ff9100;
	border:1px solid #ff9100;
	background-color:transparent;
	border-radius:0;
	font-size:1.5em;
	padding:10px 20px;
	width:100%;
}
.btn-orange:hover {
	color:white;
	background-color:#ff9100;	
}

.btn-green {
	color:#a7bc81;
	border:1px solid #a7bc81;
	background-color:transparent;
	border-radius:0;
	font-size:1.5em;
	padding:10px 20px;
	width:100%;
}
.btn-green:hover {
	color:white;
	background-color:#a7bc81;
}
.btn-blue {
	color:#c20013;
	border:1px solid #c20013;
	background-color:transparent;
	border-radius:0;
	font-size:1.5em;
	padding:10px 20px;
	width:100%;
}
.btn-blue:hover {
	color:white;	
	background-color:#c20013;
}
.btn-blog {
	color:#c20013;
	border:1px solid #c20013;
	background-color:transparent;
	border-radius:0;
	font-size:1.5em;
	padding:5px 20px;
	width:auto;
	position:relative;
}
.btn-blog:hover {
	color:white;	
	background-color:#c20013;		
}

.more-link {
	color:#c20013;
	border:1px solid #c20013;
	background-color:transparent;
	border-radius:0;
	font-size:1.5em;
	padding:5px 20px;
}
/** Navigation **/
.navbar-collapse {
	margin:0 !important;
	padding:0 !important;
}
.prevent-scroll {
	overflow:hidden;
}
.fixed {
	position:fixed;
}
.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
	border:none;
}
.collapse {
	display:block;
	visibility:visible;
	position:relative;
}
.vertical-nav {
	position:relative;
    height:auto;
    list-style:none;
    width: 100%;
	display:none;
	background-color:#c20013;
	padding:30px 0;
	overflow:auto;
	top:50px;
}
.vertical-nav > li:first-child {
	padding:10px 50px 0 50px;
}
.vertical-nav > li:last-child {
		height:40px;
	}
.sub-level-1-open {
	left:-80%;
}

/**
.vertical-nav #menu-item-47 A,
.vertical-nav #menu-item-48 A,
.vertical-nav #menu-item-49 A,
.vertical-nav #menu-item-50 A,
.vertical-nav #menu-item-52 A,
.vertical-nav #menu-item-53 A,
.vertical-nav #menu-item-137 A{
	pointer-events: none;
	cursor: default;
}
**/

/**
.sub-level-2-open {
	left:-180%;
}
.sub-level-2-open li ul.sub-level-1 {
	left:-80%;
}**/

.vertical-nav li {
	position:relative;
    margin: 0;
    background-color: #c20013;
    border: none;
    text-align: left;
    display: inline-block;
    float: none;
    clear:both;
    width: 100%;
	color:#fff;
	padding:10px 50px 0 50px;
}
.vertical-nav li:hover, .vertical-nav li:hover > a {
    background-color:transparent;
	color:white;
}
.vertical-nav li a{
    font-size:18px;
    color:#ffffff;
    text-decoration:none;
}



.vertical-nav li.current {
    background-color:#F36F25;
}
.vertical-nav li.current a {
    color:#FFFFFF;
}

vertical-nav ul li:hover ul {
    display:block;
}
vertical-nav ul li:hover ul li {
    background-color:#555555;
    width:125px;
    height:30px;
    display:inline-block;
}
ul.sub-menu li {
	background-color:transparent;
	width:100%;
}
.vertical-nav ul.sub-level-1 li:hover, .vertical-nav ul.sub-menu li:hover  > a {
	background-color:transparent;
}
ul.sub-level-1 li a {
	color:white;
}
ul.sub-level-2 li {
	background-color:transparent;
}
ul.sub-level-2 li:hover, ul.sub-level-2 li:hover > a {
	background-color:transparent;
	color:white;
}

ul.vertical-nav li .sub-level-1 {
    display: block;
    margin-top: 0;
    padding: 0;
}


.sub-level-2 {
	display: block;
	padding:0;
}
/**
ul.vertical-nav li ul li:hover .sub-level-2 {
	display:block;
	position: fixed;   
	top:50px;
	padding-left:0;
	background-color:#ddd;
	left:66%;
}
**/
ul.sub.menu {
	
}
.sub-menu li
{
    position: relative;
    display: block;
    top: 0;
    width: 100%;
    min-width: 180px;
    z-index:1;
}
.sub-menu li a
{
    display:inline-block;
    padding: 0 10px;
}
.language-nav ul {
	margin-top:15px;
}
.language-nav ul li {
	float:left;
	list-style:none;
	margin-right:20px;
	font-weight:bold;
}
.language-nav ul li:first-child:after {
	content: '|';
	margin-left:15px;
}
.language-nav ul li a:hover {
	text-decoration:none;
	color:#868686;
}
.menu-item-language-current a{
	color:#afafaf !important;
}
.menu-item-language:after {
	display: none;
}

#nav_menu-3 ul li,
#nav_menu-4 ul li {
	float:left;
	width:auto;
	margin-right:10px;
	padding-right:10px;
}
#nav_menu-3 ul li:after,
#nav_menu-4 ul li:after {
	content:'|';
	position:relative;
	left:10px;
	color:white;
}
#nav_menu-3 ul .last-menu-item:after,
#nav_menu-4 ul .last-menu-item:after {
	content:'';
}
#nav_menu-3 ul li a,
#nav_menu-4 ul li a {
	color:white;
}
#nav_menu-3 ul li.last-menu-item,
#nav_menu-4 ul li.last-menu-item {
	border:none;
	padding-right:0;
	margin-right:0;
}

ul.social-links li {
	float:left;
	width:auto;
	margin-right:10px;
	padding-right:10px;
}
ul.social-links li.last-menu-item {
	padding-right:10px;
	margin-right:10px;
}
ul.social-links li i {
	cursor:pointer;
}
.footer-nav-compl li:hover {
	background:none !important;
}
.footer-nav .col-md-1, .footer-nav .col-md-2 {
	height:315px;
}
.footer-nav
.footer-nav-compl .sub-menu li {
	min-width:1px;
	word-wrap:break-word;
	white-space:normal;
}
.footer-nav-compl li {
	word-break: break-all;
}


	
	

/** ------------- Footer ------------- **/
.footer {
	background-color:none;
}
.footer .social-row {
	padding:0;
	height:auto;
}

.footer-col-left {
	margin-bottom:5px;
}
.footer-col-left, .footer-col-right {
	padding:20px 15px;
	background-color:#c20013;
}
.footer .scroll-up {
	width:30px;
	margin:0 auto;
	position:relative;
	top:-20px;
	cursor:pointer;
	display:none;
}
.footer i {
	font-size:30px;
	color:white;
	text-align:center;
	position:relative;
}
.footer-nav {
	background-color:white;
	padding:50px 0 0 0 !important;
	display:none;
}
.footer-nav .col-md-1, .footer-nav .col-md-2  {
	border-right:1px solid #c20013;
}
.menu-main-nav-container ul.menu {
	padding-left:0;
	height:200px;
}
.menu-main-nav-container ul.menu li {
	list-style:none;
}
.menu-main-nav-container ul.menu li a{
	color:#c20013;;
}
.menu-main-nav-container ul.menu li ul.sub-menu {
	padding-left:0;
}
.menu-main-nav-container ul.menu li ul.sub-menu li a{
	padding-left:0;
	background-color:transparent;
}
.last-item {
	border-right:none !important;
}
.footer-nav-compl ul {padding:0;}
.footer-nav-compl ul li {
	list-style:none;
}
.footer-nav-compl .sub-menu li a {
	padding:0;
}
.footer-nav-compl .sub-menu li a:hover {
	background-color:white;
}
.footer-nav-compl .menu-item-has-children:after {
	content:'';
	padding:0;
	float:none;
	clear:both;
	margin:0;
}
.footer-nav-compl > ul > li a {
	font-size: 11px;
	font-weight:bold;
	margin-top:10px;
}
.footer-nav-compl .sub-menu li a {
	font-weight:300;
}

@media (min-width: 768px) {
	.container-fluid {
		margin:0;
		padding:0;
	}
	.container-fluid .row {
		margin:0;
	}
	.container-fluid .col-sm-12 {
		padding:0;
	}
	.divider-wrapper {
		height:250px;
	}
	.news .more-button {
		width:auto;
		margin:19px 0 50px 0;
	}
	.footer {
		background-color:#c20013;
	}
	ul.social-links li {
		float:right;
		position:relative;
		top:-5px;
	}
	ul.social-links li.last-menu-item {
		padding-right:0;
		margin-right:0;
	}
	.footer-col-left, .footer-col-right {
		
	}
	
	.footer .social-row {
		padding:0;
	}
	
	/** Nav **/
	.navbar {
		top:50px;
	}
	.vertical-nav {
		padding:0;
		background-color:transparent;
		position:fixed;
		top:50px;
	}
	.vertical-nav li {
		float:left;
		width:33%;
		padding:15px 0 0 40px;
		height:50px;
	}
	.vertical-nav li:hover, .vertical-nav li:hover > a {
    	background-color:#fff;
		color:#c20013;
	}
	ul.sub-menu li {
		background-color:#fff;
		width:100%;
	}
	ul.vertical-nav li .sub-level-1 {
		display:none;
	}
	ul.vertical-nav li:hover .sub-level-1 {
		position:fixed;
		left:33%;
		top:50px;
		background-color:white;
		display: block;
		z-index:9999;
		padding:30px 0;
	}
	.vertical-nav ul.sub-level-1 li:hover, .vertical-nav ul.sub-menu li:hover  > a {
		background-color:#ddd;
	}
	ul.sub-level-1 li a {
		color:#c20013
	}
	.vertical-nav > li:first-child {
		padding:40px 0 40px 40px !important;
	}
	.vertical-nav > li:last-child {
		height:80px;
	}
	
	.sub-level-2 li {
		background-color:transparent !important;
		display:block;
	}

	ul.vertical-nav li ul li:hover .sub-level-2 {
		display:block;
		position: fixed;   
		top:50px;
		padding-left:0;
		background-color:#ddd;
		left:66%;
	}
	ul.sub-level-2 li {
		background-color:#ddd !important;
	}
	.sub-level-2 {
		display:none;
		padding:30px 0;
	}
	ul.sub-level-2 li:hover, ul.sub-level-2 li:hover > a {
		background-color:transparent;
	}
	.menu-item-has-children:after {
		content: '\f105';
		position:relative;
		font-family: FontAwesome;
		font-weight: normal;
		font-style: normal;
		margin:0px 0px 0px 10px;
		text-decoration:none;	
		float:right;
		right:20px;
	}
	.sub-level-1 .menu-item-has-children:after {
		content: '\f105';
		position:relative;
		font-family: FontAwesome;
		font-weight: normal;
		font-style: normal;
		margin:0px 0px 0px 10px;
		text-decoration:none;	
		float:right;
		color:#c20013;
		right:20%;
	}
}

@media (min-width: 992px) {
	p {
		font-size:1em;
	}
	.language {
		display:block;
	}
	.header-nav-container {
		position:relative;
		padding-top:0;	
	}
	.header-nav-title {
		display:block;
		visibility:visible;
	}
	.header-nav-image:hover > .header-nav-title {
		visibility:visible;
	}
	.menu-bar {
		background-color:rgba(255,255,255,.7);
		
	}
	.divider-wrapper {
		height:350px;
	}
	.news .news-left {
		float:left;
		width:29%;
		padding-right:1%
	}
	.news .news-right {
		width:66%;
		float:left;
		padding-left:4%;
	}
	.footer .social-row {
		padding:0;
		height:160px;
	}
	.footer-col-left, .footer-col-right {
		padding:55px 15px;
		background-color:#c20013;
	}
	.footer-col-right {
		padding:55px 35px;
	}
	.footer-nav {
		display:block;
	}
	.scroll-up {
		display:block;
	}
}

@media screen and (max-width: 768px) {
	.header-nav-image {
		width: 50%;
		height: 200px !important;
	}
	.header-nav-title {
		font-size: 1em;
	}
	.header-nav-image {
		opacity: 1 !important;
	}
	.header-nav-image > .overlay {
		display: none !important;
	}
}

.sub-menu a{
    word-break: initial;
}

/* From styles START */

span#checkbox-identify {
	display: flex;
    flex-direction: column;
}

span#checkbox-identify > span {
    display: block;
	margin:0;
}

span#checkbox-identify > span > span {
	line-height: 33px;
    margin-left: 10px;
    display: inline-flex;
}

span#checkbox-identify > span > input {
	box-shadow: none;
	display: inline-flex;
	max-width: 30px;
	width: auto;
	height: auto;
	position: relative;
	top: -11px;
}


span#radio-identify {
	display: flex;
    flex-direction: row;
	margin-top: -25px;
}

span#radio-identify > span {
	display: flex;
    margin: 0;
    width: 70px;
    height: 30px;
}

span#radio-identify > span > span {
	display: flex;
    width: 30px;
    height: 30px;
    justify-content: center;
    align-items: center;
	font-weight: 600;
	margin-right: 10px;
}

span#radio-identify > span > input {
	margin: 0;
	position: relative;
	box-shadow: none;
	width: auto;
	height: auto;
	top: 9px;
}

input[type$="radio"]:focus{
    outline: none;
}

#form-template-wrapper div.wpcf7-response-output {
    position: relative;
    top: -54px;
    margin: 0 0 0 90px;
    border-width: 1px;
    border-radius: 4px;
    line-height: 26px;
    font-size: 14px;
}

/* Fix for bad rendering icons in Safari (Version 11.0.3 (13604.5.6)) */
div.social {
	display: flex;
}

/* From styles END */



/* GRA News Homepage */

#top-info-wrapper-home {
    max-width: 1350px;
	width: 100% !important;
	padding-top: 80px;
	padding-bottom: 40px;
}
.blocks-position {
    display: flex;
    flex-direction: row;
}
#latest-news-wrapper-home {
    position: relative;
    max-width: 877.5px;
    width: 100%;
}

.top-info-title {
    font-family: Arial, sans-serif;
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    font-size: 40px;
    color: #C0081D;
    padding-left: 30px;
}
#latest-news-wrapper-home .articles-wrapper {
    display: flex;
    flex-direction: row;
    margin-bottom: 95px;
}
#latest-news-wrapper-home .articles-wrapper article {
    max-width: 435px;
    width: 100%;
}
#latest-news-wrapper-home .articles-wrapper article:first-of-type {
    margin-right: 7px;
}
#latest-news-wrapper-home .articles-wrapper article header span.featured-image-wrapper {
    max-width: 435px;
    max-height: 245px;
    height: 100%;
    width: 100%;
    overflow: hidden;
    display: block;
}
#latest-news-wrapper-home .articles-wrapper article header span img {
    margin-bottom: 10px;
    width: 100%;
    height: auto;
}
#latest-news-wrapper-home .articles-wrapper article header h2 {
    font-family: Arial, sans-serif;
    font-style: normal;
    font-weight: bold;
    line-height: normal;
    font-size: 16px;
    color: #C0081D !important;
    margin-bottom: 5px;
}
#latest-news-wrapper-home .articles-wrapper article header h2 {
    padding: 0 30px;
}
#latest-news-wrapper-home .articles-wrapper article header time {
    font-family: Arial, sans-serif;
    font-style: normal;
    font-weight: bold;
    line-height: normal;
    font-size: 16px;
    margin-bottom: 15px;
    display: inline-block;
    color: #000000;
}
#latest-news-wrapper-home .articles-wrapper article header time{
    padding: 0 30px;
}
#latest-news-wrapper-home .articles-wrapper article .post-excerpt-wrapper {
    padding: 0 30px;
}
#latest-news-wrapper-home .articles-wrapper article .post-excerpt-wrapper p {
    font-family: Arial, sans-serif;
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    font-size: 12px;
    color: #000000;
}
span.read-more-cbtn {
    color: #C0081D;
}
#latest-news-wrapper-home .read-all-news {
    display: flex;
    justify-content: center;
    position: absolute;
    width: 100%;
    bottom: 0;
}
#latest-news-wrapper-home .read-all-news a {
    font-family: Arial, sans-serif;
    font-style: normal;
    font-weight: normal;
    line-height: 50px;
    text-align: center;
    max-width: 330px;
    width: 100%;
    font-size: 24px;
    color: #C0081D;
    border: 1px solid #C0081D;
    display: inline-block;
    margin-bottom: 30px;
}
#custom-info-block-home {
    max-width: 435px;
    width: 100%;
    margin-left: 7px;
    background-color: #F5F5F5;
    max-height: 740px;
    height: 100%;
	position: relative;
	padding-bottom: 100px;
}
.top-info-title {
    font-family: Arial, sans-serif;
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    font-size: 40px;
    color: #C0081D !important;
    padding-left: 30px;
}
#custom-info-block-home a.top-info-img-wrapper {
    max-width: 435px;
    max-height: 245px;
    height: 100%;
    width: 100%;
    overflow: hidden;
    display: block;
}
#custom-info-block-home a img {
    margin-bottom: 10px;
    width: 100%;
    height: auto;
}
#custom-info-block-home .custom-content-wrapper {
    padding: 0 30px;
    height: 100%;
    max-height: 346px;
}
#custom-info-block-home .custom-content-wrapper a h3 {
    font-family: Arial, sans-serif;
    font-style: normal;
    font-weight: bold;
    line-height: normal;
    font-size: 16px;
    color: #C0081D !important;
    margin-bottom: 19px;
    margin-top: 0;
    padding-top: 20px;
}
#custom-info-block-home .custom-content-wrapper p {
    font-family: Arial, sans-serif;
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    font-size: 12px;
    color: #000000;
}
#custom-info-block-home .custom-content-wrapper .link-button {
    display: flex;
    justify-content: center;
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    right: 0;
}
#custom-info-block-home .custom-content-wrapper .link-button a {
    font-family: Arial, sans-serif;
    font-style: normal;
    font-weight: normal;
    line-height: 50px;
    text-align: center;
    max-width: 330px;
    width: 100%;
    font-size: 24px;
    color: #C0081D;
    border: 1px solid #C0081D;
    display: inline-block;
    margin-bottom: 30px;
}
#latest-news-wrapper-home .read-all-news a:hover {
    background-color: #C0081D;
    color: #FFF;
}
#custom-info-block-home .custom-content-wrapper .link-button a:hover {
    background-color: #C0081D;
    color: #fff;
}

@media (max-width: 1365px) {
	#top-info-wrapper-home, .container-big {
		max-width: 1140px;
	}
	#latest-news-wrapper-home .articles-wrapper article {
		max-width: 375px;
	}
	#latest-news-wrapper-home .articles-wrapper article header span.featured-image-wrapper {
		max-width: 375px;
		max-height: 211px;
	}
	#latest-news-wrapper-home .read-all-news a {
		max-width: 310px;
	}
	#custom-info-block-home {
		max-width: 375px;
		/* min-height: 600px; */
	}
	#custom-info-block-home a.top-info-img-wrapper {
		max-width: 375px;
		max-height: 211px;
	}
	#custom-info-block-home .custom-content-wrapper .link-button a {
		max-width: 310px;
	}
}

@media (max-width: 1199px) {
	#top-info-wrapper-home, .container-big {
		max-width: 970px;
	}
	.top-info-title {
		font-size: 30px;
		padding-left: 20px;
	}
	#latest-news-wrapper-home .articles-wrapper article {
		max-width: 318px;
	}
	#latest-news-wrapper-home .articles-wrapper article header span.featured-image-wrapper {
		max-width: 318px;
		max-height: 179px;
	}
	#latest-news-wrapper-home .articles-wrapper article header h2 {
		padding: 0 20px;
	}
	#latest-news-wrapper-home .articles-wrapper article header time{
		padding: 0 20px;
	}
	#latest-news-wrapper-home .articles-wrapper article .post-excerpt-wrapper{
		padding: 0 20px;
	}
	#latest-news-wrapper-home .read-all-news a {
		font-size: 20px;
		max-width: 270px;
	}
	#custom-info-block-home {
		max-width: 318px;
	}
	.top-info-title {
		font-size: 30px;
		padding-left: 20px;
	}
	#custom-info-block-home a.top-info-img-wrapper {
		max-width: 318px;
		max-height: 179px;
	}
	#custom-info-block-home .custom-content-wrapper {
		padding: 0 20px;
	}
	#custom-info-block-home .custom-content-wrapper .link-button a {
		font-size: 20px;
		max-width: 270px;
	}
}
@media (max-width: 992px){
	#top-info-wrapper-home, .container-big {
		max-width: 960px;
	}
	#latest-news-wrapper-home .read-all-news a {
		max-width: 220px;
		font-size: 17px;
	}
	#custom-info-block-home {
		/* min-height: 655px; */
	}
	#custom-info-block-home .custom-content-wrapper .link-button a {
		max-width: 220px;
		font-size: 17px;
	}
}
@media (max-width: 767px) {
	#top-info-wrapper-home, .container-big {
		max-width: 100%;
	}
	.blocks-position {
		flex-direction: column;
	}
	#latest-news-wrapper-home {
		max-width: 100%;
		margin-bottom: 50px;
	}
	#latest-news-wrapper-home .articles-wrapper {
		flex-direction: column;
	}
	#latest-news-wrapper-home .articles-wrapper article {
		max-width: 100%;
		margin-right: 0 !important;
	}
	#latest-news-wrapper-home .articles-wrapper article:first-of-type {
		margin-bottom: 70px;
	}
	#latest-news-wrapper-home .articles-wrapper article header span.featured-image-wrapper {
		max-width: 100%;
		max-height: 100%;
		height: auto;
	}
	#custom-info-block-home {
		max-width: 100%;
		margin-left: 0 !important;
		/* min-height: 740px; */
	}
	#custom-info-block-home a.top-info-img-wrapper {
		max-width: 100%;
		max-height: 100%;
		height: auto;
	}
}

.pt-50 {
	padding-top: 50px;
}
.pb-50 {
	padding-bottom: 50px;
}
.pt-80 {
	padding-top: 80px;
}
.pb-80 {
	padding-bottom: 80px;
}

.row-flex {
	display: flex;
}
.row-flex--wrap {
	flex-wrap: wrap;
}
.row-flex--center {
	justify-content: center;
}
.row-flex--middle {
	align-items: center;
}

.payment-widget .payment-payment-types {
	display: none !important;
}
/* GRA News Homepage END*/

.h-top-line-m {
    position: absolute;
    right: 20px;
    top: 20px;
}

.h-top-line-m button {
    background: url('images/close-modal-icon.svg') !important;
    background-color: transparent !important;
    width: 15px;
    height: 15px;
    background-position: center;
    opacity: 1 !important;
}

.modal-mailchimp-wrapper-pop-up .modal-dialog {
    max-width: 640px;
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}


.modal-mailchimp-wrapper-pop-up .custom-modal-content {
    display: flex;
    background: white;
    padding: 10px;
}

.modal-mailchimp-wrapper-pop-up .custom-modal-content .right-side {
    /*padding: 10px 15px 0 23px;*/
    padding: 0 15px 0 23px;
}

.modal-mailchimp-wrapper-pop-up .custom-modal-content .left-side img {
    margin: 0;
    min-width: 300px;
    max-width: 300px;
}

/*.modal-mailchimp-wrapper-pop-up .custom-modal-content .right-side .logo {
    position: absolute;
    bottom: 20px;
    height: 46px;

}*/

/*.modal-mailchimp-wrapper-pop-up .custom-modal-content .right-side .logo img {
    max-width: 280px;
    margin: 0;

}*/

.modal-mailchimp-wrapper-pop-up .custom-modal-content .right-side .pop-up-title-newsletter {
    font-family: Arial;
	font-weight: bold;
	font-size: 20px;
	line-height: 23px;
	color: #C0081D;
    margin-bottom: 11px;
}

.modal-mailchimp-wrapper-pop-up .custom-modal-content .right-side .pop-up-desctription-newsletter {
    font-family: Arial;
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    font-size: 14px;
    color: #000;
    margin-bottom: 18px;
}

.modal-mailchimp-wrapper-pop-up .h-top-line-m {
    right: 0;
    top: 0;
}

.modal-mailchimp-wrapper-pop-up .h-top-line-m button.close {
    background-repeat: no-repeat !important;
    background-position: center !important;
    width: 28px;
    height: 28px;
    display: block;
    position: relative;
    z-index: 11;
    outline: 0;
    background-color: white !important;
    border-radius: 0;
}

.modal-mailchimp-wrapper-pop-up .custom-modal-content .right-side section,
.modal-mailchimp-wrapper-pop-up .custom-modal-content .right-side form {
    position: relative;
    margin-bottom: 20px;
}

.modal-mailchimp-wrapper-pop-up .custom-modal-content .right-side .soc-netw-modal {
    padding-left: 0;
    display: flex;
    justify-content: flex-start;
}

.modal-mailchimp-wrapper-pop-up .custom-modal-content .right-side .soc-netw-modal li {
    font-family: Arial;
    font-weight: 400;
    font-size: 14px;
	line-height: 16px;

	color: #000000;
    list-style: none;
    max-width: 145px;
}

.modal-mailchimp-wrapper-pop-up .custom-modal-content .right-side .soc-netw-modal li ul {
    display: flex;
    padding-left: 0;
}

.modal-mailchimp-wrapper-pop-up .custom-modal-content .right-side .soc-netw-modal li ul li {
    margin-left: 5px
}

.modal-mailchimp-wrapper-pop-up .custom-modal-content .right-side .soc-netw-modal li ul li a.tw-i {
    color: #0084B4;
}

.modal-mailchimp-wrapper-pop-up .custom-modal-content .right-side .soc-netw-modal li ul li a.fb-i {
    color: #3B5998;
}

.modal-mailchimp-wrapper-pop-up .custom-modal-content .right-side .soc-netw-modal li ul li a {
    font-size: 35px;
}


.modal-mailchimp-wrapper-pop-up .custom-modal-content .right-side button[type="submit"] {
    font-family: Arial;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    background: #C0081D;
    color: #FFFFFF;
    border: 0;
    border-radius: 0;
    position: absolute;
    right: 0;
    top: 0;
    margin: 0;
    width: auto;
    line-height: 45px;
    padding: 0 10px;
    z-index: 2;
    text-transform: uppercase;
}

.modal-mailchimp-wrapper-pop-up .custom-modal-content .right-side input[type="email"] {
    border: 1px solid #C9C9C9;
    background: white;
    box-shadow: none;
    border-radius: 0;
    height: 45px;
    position: relative;
    z-index: 1;
    font-family: Arial;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    margin-bottom: 0;
}

.modal-mailchimp-wrapper-pop-up .custom-modal-content .right-side .yikes-easy-mc-error-message,
.modal-mailchimp-wrapper-pop-up .custom-modal-content .right-side .yikes-easy-mc-success-message {
    position: absolute !important;
    z-index: 3;
    top: 55px;
}

.modal-mailchimp-wrapper-pop-up .custom-modal-content .right-side img.loading-dots.yikes-mc-loading-dots {
    width: auto;
    margin: 0;
}

.modal-mailchimp-wrapper-pop-up .custom-modal-content .right-side .edit-link {
    position: absolute;
    right: -25px;
    bottom: -112px;
}
.modal-mailchimp-wrapper-pop-up .custom-modal-content .logo img {
	width: 50px;
	height: auto;
	top: auto;
}

.modal-mailchimp-wrapper-pop-up .custom-modal-content [class*="fa fa-"] {
    display: inline-block;
    height: 30px;
    line-height: 30px;
    margin: auto 3px;
    width: 30px;
    font-size: 25px;
    text-align: center;
    overflow: hidden;
}
.modal-mailchimp-wrapper-pop-up .custom-modal-content .fa-facebook { 
    background-color: #3B5998; 
    border-radius: 30px;
    color: #fff;
}

.modal-mailchimp-wrapper-pop-up .custom-modal-content .fa-facebook:before {
    position: relative;
    top: 5px;
}

.modal-mailchimp-wrapper-pop-up .custom-modal-content .fa-twitter { 
    color: #46c0fb; 
    width: auto;
    font-size: 40px;
}
.modal-backdrop.in {
	opacity: .45;
}

.modal-open .modal {
    z-index: 12;
}

@media (max-width: 660px) {
    .modal-mailchimp-wrapper-pop-up .custom-modal-content {
        max-width: 320px;
        flex-direction: column;
    }

    .modal-mailchimp-wrapper-pop-up .custom-modal-content .right-side {
        padding: 10px;
        text-align: center;
    }

    .modal-mailchimp-wrapper-pop-up .custom-modal-content .right-side .logo {
        position: relative;
        bottom: unset;
        height: unset;
    }

    .modal-mailchimp-wrapper-pop-up .custom-modal-content .right-side .soc-netw-modal {
        text-align: left;
    }

    .modal-mailchimp-wrapper-pop-up .custom-modal-content .right-side .edit-link {
        right: -20px;
        bottom: -111px;
    }

    .modal-mailchimp-wrapper-pop-up .modal-dialog {
        height: unset;
        max-width: 320px;
        margin: 0 auto;
    }
}

.navbar-static-top {
	z-index: 10;
}

div.rnw-widget-container {
	padding-top:30px;
}

div.plr-30 {
	padding-left:30px;
	padding-right:30px;
}