/*******************************************************
 *
 * General
 *
 *******************************************************/

.custom-container {	width: calc(100% - 200px);	margin: 0 100px;}.card {	padding: 20px;	background: #0c1c44;}.card-thumbnail {	position: relative;}.card-thumbnail canvas {	width: 100%;	height: auto;}
.card-thumbnail img {	width: 100%;	height: 100%;	object-fit: cover;	position: absolute;	top: 0;	left: 0;}#content .card-title a {	font-size: 22px;	text-transform: uppercase;	line-height: 26px;}#content .card-text {	font-size: 16px;	color: #fff;	font-weight: 600;	height: 84px;}.card-form-wrap form {	width: 100%;	display: flex;}.card-form-wrap input {	height: 60px;	border-radius: 0;	font-size: 18px;}#content .card-title {	height: 60px;}.card-form-wrap button {	height: 60px;	width: 155px;	margin-left: 5px;	border-radius: 0;}#content-full #content .custom-container {	padding-bottom: 120px;}#content-full #content .custom-container .card {	margin-bottom: 30px;}.card-desc p {	font-size: 16px;	color: #fff;}.card-form-wrap {	top: 10px;	position: relative;}#content .card-desc h2 {	text-transform: uppercase;	font-size: 24px;	margin-bottom: 0;}.card-footer a {    padding: 0;    font-size: 18px;    text-transform: uppercase;}
/*******************************************************
 *
 * Mobile styles and other media queries
 *
 *******************************************************/

@media only screen and (max-width: 1440px) {}

@media only screen and (max-width: 1366px) {}

@media only screen and (max-width: 1280px) {}

@media only screen and (max-width: 1199px) {
    #content .custom-container {		width: calc(100% - 40px);		margin: 0 auto !important;	}
}

@media only screen and (max-width: 1024px) {}

@media only screen and (max-width: 991px) {
    
}

@media only screen and (max-width: 767px) {
   
}

@media only screen and (max-width: 567px) {}

@media only screen and (max-width: 480px) {}
