/*
Theme Name: prismsystems
Theme URI: http://devdm.com/DevDmBootstrap3
Author: Danny Machal
Author URI: http://devdm.com/
Description: A devdmbootstrap3 v1.80 child theme.
Version: 1.80
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: one-column, two-columns, right-sidebar, fluid-layout, custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, rtl-language-support, theme-options, translation-ready
Text Domain: devdmbootstrap3
Template: devdmbootstrap3
*/

@import "css/bootstrap.css";

/* YOU SHOULD BE MAKING A CHILD THEME. Don't let me be a bad guy and erase all your hard work with a theme update. I just want to bring you new amazing features. I don't want to destroy your world. I've include a child theme to use. Need help? http://devdm.com/DevDmBootstrap3/child-themes/ */

/****************** Special Blank CSS classes for child themes to use without disturbing core bootstrap rules ****************/



/* Font Files */

@font-face {
    font-family: 'AvantGarde-Book';
    src: url('fonts/ITCAvantGardeStd-Bk.eot');
    src: url('fonts/ITCAvantGardeStd-Bk.eot?#iefix') format('embedded-opentype'),
         url('fonts/ITCAvantGardeStd-Bk.woff2') format('woff2'),
         url('fonts/ITCAvantGardeStd-Bk.woff') format('woff'),
         url('fonts/ITCAvantGardeStd-Bk.ttf') format('truetype'),
         url('fonts/ITCAvantGardeStd-Bk.svg#ITCAvantGardeStd-Bk') format('svg');
    		font-weight: normal;
   			font-style: normal;
}

@font-face {
   font-family: 'AvantGarde-Medium';
    src: url('fonts/ITCAvantGardeStd-Md.eot');
    src: url('fonts/ITCAvantGardeStd-Md.eot?#iefix') format('embedded-opentype'),
         url('fonts/ITCAvantGardeStd-Md.woff2') format('woff2'),
         url('fonts/ITCAvantGardeStd-Md.woff') format('woff'),
         url('fonts/ITCAvantGardeStd-Md.ttf') format('truetype'),
         url('fonts/ITCAvantGardeStd-Md.svg#ITCAvantGardeStd-Md') format('svg');
    		font-weight: normal;
   			font-style: normal;
}

@font-face {
   font-family: 'AvantGarde-Demi';
    src: url('fonts/ITCAvantGardeStd-Demi.eot');
    src: url('fonts/ITCAvantGardeStd-Demi.eot?#iefix') format('embedded-opentype'),
         url('fonts/ITCAvantGardeStd-Demi.woff2') format('woff2'),
         url('fonts/ITCAvantGardeStd-Demi.woff') format('woff'),
         url('fonts/ITCAvantGardeStd-Demi.ttf') format('truetype'),
         url('fonts/ITCAvantGardeStd-Demi.svg#ITCAvantGardeStd-Demi') format('svg');
    		font-weight: normal;
   			font-style: normal;
}

@font-face {
   font-family: 'AvantGarde-Bold';
    src: url('fonts/ITCAvantGardeStd-Bold.eot');
    src: url('fonts/ITCAvantGardeStd-Bold.eot?#iefix') format('embedded-opentype'),
         url('fonts/ITCAvantGardeStd-Bold.woff2') format('woff2'),
         url('fonts/ITCAvantGardeStd-Bold.woff') format('woff'),
         url('fonts/ITCAvantGardeStd-Bold.ttf') format('truetype'),
         url('fonts/ITCAvantGardeStd-Bold.svg#ITCAvantGardeStd-Bold') format('svg');
    		font-weight: normal;
   			font-style: normal;
}

@font-face {
    font-family: 'AvantGarde-Light';
    src: url('fonts/ITCAvantGardeStd-XLt.eot');
    src: url('fonts/ITCAvantGardeStd-XLt.eot?#iefix') format('embedded-opentype'),
         url('fonts/ITCAvantGardeStd-XLt.woff2') format('woff2'),
         url('fonts/ITCAvantGardeStd-XLt.woff') format('woff'),
         url('fonts/ITCAvantGardeStd-XLt.ttf') format('truetype'),
         url('fonts/ITCAvantGardeStd-XLt.svg#ITCAvantGardeStd-XLt') format('svg');
    		font-weight: normal;
   			font-style: normal;
}

/* END Font Files */



/* Fonts */

h1, h2, h3, h4, h5, h6 {
	 font-family: 'AvantGarde-Demi', sans-serif;
	color: #1e5c70;
}

h1 {
	text-transform: uppercase;
    font-size: 36px;
    letter-spacing: 3px;
    font-family: 'AvantGarde-Demi', sans-serif;
	line-height:40px;
}

 h2 {
	font-size: 30px;
    margin-top: 0px;
    font-family: 'AvantGarde-Light', sans-serif;
    letter-spacing: 1px;
	 line-height:34px;
}

h3 {
 font-size: 24px;
 line-height:30px;
}

h4 {
  font-size: 19px;
  line-height: 25px;
}

p, a, ul, li, .text-quote {
	font-family: 'AvantGarde-Book', sans-serif;
font-size: 16px;
    line-height: 24px;
	letter-spacing:.4px;
}

p {
	margin-bottom:25px;
}

/* END Fonts */


/*** Navigation Menu ***/

.dmbs-header-text {
	display:none;
}

.footer-copyright p {
 color: #fff;
    text-align: right;
    padding-top: 30px;
    padding-bottom: 30px;
    margin-bottom: 0;
    line-height: 15px;
}

.dmbs-top-menu .navbar-inverse {
	    background-color: transparent;
    border-color: transparent;
}

#menu-main-menu {
	    float: right;
}

.footer-social, .dmbs-footer-menu .navbar-collapse {
	float:left;
}

.footer-social {
	padding-top:23px;
	padding-bottom:23px;
	padding-right:15px;
}

.dmbs-top-menu .navbar-inverse .navbar-nav>li>a:hover, .dmbs-top-menu .navbar-inverse .navbar-nav>li>a:focus {
	color:#000;
}

ul.nav li.dropdown:hover ul.dropdown-menu{
    display: block;
    margin: 0;
	border-radius:0px;
}

.dmbs-top-menu .dropdown-menu>li>a {
    font-family: 'AvantGarde-Demi', sans-serif;
    font-size: 13px;
	color: #1e5c70;
}

.dmbs-top-menu .dropdown-menu>li>a:hover, .dmbs-top-menu .dropdown-menu>li>a:focus {
    color: #7db6b1;
}

.dmbs-top-menu .dropdown-menu>.active>a, .dmbs-top-menu .dropdown-menu>.active>a:hover, .dmbs-top-menu .dropdown-menu>.active>a:focus {
	 background-color: #7db6b1;
	 color: #fff;

}

a.menu:after, .dropdown-toggle:after {
  content: none;
}

.dmbs-header-img img {
	max-width:220px;
	width: 100%;
  padding-top:15px;
  padding-bottom:15px;
}


#menu-main-menu {
	padding-top:30px;
}

.navbar-inverse .navbar-nav>li>a {
    color: #fff;
    font-family: 'AvantGarde-Medium';
    text-transform: uppercase;
    letter-spacing: 2px;
	font-size: 13px;
    line-height: 13px;
}

.dmbs-top-menu .navbar-inverse .navbar-nav>li>a:hover, .dmbs-top-menu .navbar-inverse .navbar-nav>li>a:focus, .navbar-inverse #menu-footer-menu.navbar-nav>li>a:hover, .navbar-inverse #menu-footer-menu.navbar-nav>li>a:focus {
	color: #7db6b1


}

.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:hover, .navbar-inverse .navbar-nav>.active>a:focus, .navbar-inverse .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.open>a:hover, .navbar-inverse .navbar-nav>.open>a:focus {
	color: #7db6b1;
	background-color:transparent;
	/*border:1px solid #7db6b1;*/
}


/*** END Navigation Menu ***/




/*** Hero ***/

.hero-bg {
    background-size: cover;
    height: 450px;
    background-repeat: no-repeat;
    background-position: center center;
	padding-left:0px;
	padding-right:0px;

}

.hero-bg .hero-overlay {
    background-color: rgba(11,32,41,.9);
    width: 100%;
    height: 100%;
}

.page-template-page-about .hero-bg .hero-overlay  {
	background-color: rgba(11,32,41,.2);
}

.home .hero-bg {
	  height: 550px;
}

.hero-content h1 {
	padding-top: 180px;
    color: #fff;
    text-transform: uppercase;
    margin-left: auto;
    margin-right: auto;
    font-family: 'AvantGarde-Book', sans-serif;
    letter-spacing: 4px;
    line-height: 46px;
	font-size:38px;
}


.home .hero-content h1 {
	padding-top: 250px;
}

.header-container {
	position:absolute;
	left:0;
	right:0;
	    z-index: 5000;
}

/*** END Hero ***/




/*** Global ***/

.container-fluid {
	padding-top:50px;
	padding-bottom:50px;
}

.container-fluid.hero-bg {
	padding-top:0px;
	padding-bottom:0px;
}

.intro-text ul {
	list-style-position: inside;
    padding-left: 0px;
    padding-top: 20px;
}

.cta-bg {
  background-color: #1e5c70;
   background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAI0AAACOCAMAAAA7FHs5AAAAPFBMVEUoKCgoKCgnJycnJycoKCgnJycoKCgpKSkmJigmKCgnJicoJiYoKCYnJiYmKCYnJyYmJicmJyYmJycoJiiTbNjFAAAAFHRSTlN/jpyVh6N4cY6OlY6OlY6VlZWVjmVqUgIAAAZESURBVHhevdyNbiJJDARgl+3OQEj2797/XU/HCHlxxlPtZvfqCT5VG4VIJcRle3uOHMXd3UYVVfs9yPF7hAeByZrMOcGoEsyshnACg9ryxMGyxgU7h2sEFSZxANiSxiGY45RnoxEznFXjFAMB4RCN/h4LTL8bx0ODjWtEGUZ1x9hKN47QUE5xxJoSkKbGEZrg9DSqnBMaigkNNqKxKY2aLWgcSUM47lpYaDtONY7QJE6hESWY4LQ1CE3BoWejZaypQeqGclxAMRFrae7cpMmcrLGGRq2h8T2h4RwXLTCU4+caj4Qmc7IG2sAEh2r890C84OSnamCCQzX+HPEpjlsDExym8ZRdRzhJo3MxqvEDTc2RiBYYyvFa45XG/ZyDohrOqTVearJnSxovLJRTa/xYEyk5boFpxUqNU03mRDmrGq00XrxUyjFHVzBW381DJkSTOM9n04J4jhRJmpSvHDQwqRC/JU2V0BSe7VnTepnIR2hIvLqo4MTZEMjNiyBpeIp+trvG7xp+IoQjvaR3C84xxuwzIIRDNEwUnP1sMgS4+lS+XfxyQ6FpPtydgyeMzRXyz7fL5XbFFXuSZpWETXTHmL3PQC5+weVyvX7gKVmz+G7YdJhhCnL1j8sVx0maZZFQyNWvV3zgG87yMgSAmcFz6ZGP2wU3kLxajTtgewwuDpK/iAF2Smhe5vhiJZazP7j/vxhHQLLmZU5fUlkAeZHjfUitcSGcFuaUFgCiWeV8ej7NshUwTRS9yDGXrPHyeYgmN+3v65jQBMdDwjVf/9y54SwJa1b8850utq0Jzqd94hM5+PHz18/3dzNYiQmNHUcIJjTB+b5D9/z6CTP7lUoNTKEZ2tUU35PwsP74/v7dyvwwu1YYGWOsanLdF5sLRAoOxjFH5quJ4EWM+whOv5sVDt5qjY17ZjUwwKIbwmGYrBEbxxwhxRQaAcfUGh+PrGsyh2O4ZsxpwDQChqk1GAVHKKbSCBhmbnTANUiaHgfbOUZ0JE6tAdEkDsXw0QHpBknT4mB7E9LNqDhCMNEN4wSGaTByTjSAVdVwzj476GpGqUHWcE7GTH+kImU3zR0PEiY4lUZHxZHawl8qOIHhGjnUjEJjTY0gYYLTWhUlDYpqJjm+Y6jGRpHcjS3OvxDNEI67lJphgqSxFY0gMEzjo44o0qd7cY0WGDLUg1YWVVEFncZxjWNWI2fTONHgYLkaBwiHHrE+NIqXp3EIzppGQ6OAGdk4EUxwiEaUahSvTeOmOe4oMaFRvDKNm+cUR6xJoy9M40qOdMdoosEh+y+K4Rx31zmNFhqOqTlzR6xHGgXphmM4B4UlNBXHqQYgHOlN40RrDsd4k+NiDY32p3HksdiGUZMmc/prNMqp952aNTVnAkPbyeWMnkZXpnE+yXFLGKrRlWmcTw71kDBco61pXGSGoxnDNUo1fhzKgZaWWqN0GtfiSKTChIZzKCaC02WcrWmUTuPqnHBCoy2Nkmlci/P1iLWpUT+7YmIqOAhMQ2P/RQ81XpbEl3HibY3ds0tDU6fDQVi4xtQSNWkKTiEKzkNjXBONHFiJhlWUOEYwKndIjZ3UsKHergkMf6maI42cDPVQYOJ5mEaFaHhJd85DU0jUohvGkZV85egYNSQ0jCPr8RjqZU0wOhqVPzfUIxFtcdbj2BJmUYM/gXG4cE0Tsz7TM0sfKq7hmPUFFuhqmmvwYiUR8O8U8hcw7iincRiRtgbLheQALsEpRDKP8caRVJrgRHTMaZAegED4NC44OaGhmOBwCNcEJ0dlVJbxFeNOJGT+RTmyowpM1gQHCUIxgAvlyPFxj4FiVVQUwj1PxaLWRCpMaDBsxZI1AqLZE5hy47SEyRoB00RwunFarMal4BANyKqojYluModr8EY0AysYF8qRHgYP8JKGcqTAsHkIGpbQMI60MK6jzwkN5QjDZE2PAwuMC+VIheEbJ0xhiEZQa0BXRYzTn8ah0mATpulwQDSJkzR8jaajw4ElDeVIgSEaykFjpycITWDo/Cs0nNPRCLKmN43jHPSGeqEJTHDINI5zmmM0hCYwTEM46xpBaJrTOM4BYM3BFR6a2WlcaBinGKMxjgSGjtF8jBkOVqdxGBIYpnEbc5xVjUASZvFX41I7q0O9fwGPv6XtflEbwwAAAABJRU5ErkJggg==);
}

.cta-content h3 {
	color:#fff;
font-family: 'AvantGarde-Medium', sans-serif;
}

a.pr-btn {
	    color: #fff;
    padding: 10px 20px;
    border: 2px solid #fff;
    display: inline-block;
    line-height: 16px;
    font-size: 16px;
    text-transform: uppercase;
    margin-top: 15px;
    font-family: 'AvantGarde-Medium';
    padding-top: 15px;
    letter-spacing: 1px;
}

a.pr-btn:hover, a.pr-btn:focus, a.pr-btn:active  {
	border: 2px solid #7db6b1;
	color:#7db6b1;
	text-decoration:none;
}

a.pr-btn.dark-btn, input[type="submit"], .pr-contact input[type="submit"] {
    color: #fff;
    padding: 10px 20px;
    border: 2px solid #6fa9c5;
    background-color: #6fa9c5;
	padding-top:15px;
}

a.pr-btn.dark-btn:hover, a.pr-btn.dark-btn:focus, a.pr-btn.dark-btn:active, input[type="submit"]:hover, input[type="submit"]:focus, input[type="submit"]:active, .pr-contact input[type="submit"]:hover, .pr-contact input[type="submit"]:focus, .pr-contact input[type="submit"]:active  {
    color: #fff;
    padding: 10px 20px;
    border: 2px solid #7db6b1;
    background-color: #7db6b1;
	text-decoration:none;
	padding-top:15px;
}

.pr-contact input, .pr-contact textarea, .pr-contact select {
	width:100%;
	border: 1px solid #ccc;
    padding: 10px 15px;
    margin-bottom: 15px;
	box-shadow:none;
	 font-family: 'AvantGarde-Book', sans-serif;
}

.pr-contact select {
	-webkit-appearance:none;
	background-color:transparent;
	border-radius:0px;
	outline:none;
	font-family: 'AvantGarde-Book', sans-serif;
	color: #636363;
	background-image:url('/wp-content/themes/prismsystems/images/select-arrow.png');
	background-repeat: no-repeat;
    background-position: 98% 50%;
    background-size: 15px;
}

.pr-contact select:focus {
	outline:none;
}

.pr-contact input, .pr-contact textarea, input:focus, textarea:focus, .pr-contact input:focus, .pr-contact textarea:focus {
	outline:none;
}

.pr-contact {
	margin-top:20px;
}

input[type="submit"], .pr-contact input[type="submit"] {
	width: auto;
	font-family:'AvantGarde-Medium', sans-serif;
	text-transform:uppercase;
	letter-spacing: 1px;
	line-height: 16px;
    font-size: 16px;
}

.field-btn {
	text-align: left;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
   font-family: 'AvantGarde-Book', sans-serif;
	color: #636363;
}
::-moz-placeholder { /* Firefox 19+ */
   font-family: 'AvantGarde-Book', sans-serif;
	color: #636363;
}
:-ms-input-placeholder { /* IE 10+ */
   font-family: 'AvantGarde-Book', sans-serif;
	color: #636363;
}
:-moz-placeholder { /* Firefox 18- */
   font-family: 'AvantGarde-Book', sans-serif;
	color: #636363;
}

.field-full, .field-half, .field-btn {
	padding-left:0px;
	padding-right:0px;
}

.field-left input {
	width:98%;
	float:left;
}

.field-right input {
	width:98%;
	float:right;
}

.pr-contact div.wpcf7-validation-errors {
    border: 2px solid #f00;
    display: inline-block !important;
    margin-left: 0px;
    margin-top: 10px;
    padding: 10px 20px;
	float:left;
}

.pr-contact span.wpcf7-not-valid-tip {
	text-align:left;
}

button.alm-load-more-btn {
	cursor: default;
    background-color: #1e5c70;
    outline: 0!important;
    -webkit-box-shadow: none!important;
    box-shadow: none!important;
    margin-top: 50px;
    display: inline-block;
    line-height: 16px;
    font-size: 16px;
    text-transform: uppercase;
    font-family: 'AvantGarde-Medium';
    letter-spacing: 1px;
    padding: 10px 20px;
    border: 2px solid #1e5c70;
    padding-top: 15px;
    border-radius: 0px;
    height: auto;
}

button.alm-load-more-btn:hover {
	background-color: #7db6b1;
	border: 2px solid #7db6b1;
}

button.alm-load-more-btn.done, button.alm-load-more-btn.done:hover {
	background-color: #1e5c70;
	border: 2px solid #1e5c70;
}


/*** END Global ***/


/*** Intro Section ***/

.intro-section h2 {
	font-family: 'AvantGarde-Book', sans-serif;
    line-height: 32px;
}

.intro-content h1 {
	margin-top:0px;
}

.page-template-page-custom-reports .intro-content {
	text-align:center;
}

.page-template-page-custom-reports h1 {

}

.custom-reports-section {
	padding-top:0px;
}

.custom-reports-content {
	padding-top:50px;
	border-top:1px solid #ccc;
}

/*** END Intro Section ***/


/*** Homepage ***/

.home .intro-content {
	text-align:center;
}

.home-products-section {
	background-color:#1e5c70;
}

.home-products-content h1, .home-products-section h2, .home-products-section p {
	color:#fff;
}

.home-products-ctas {
	padding-top:40px;
	padding-bottom:25px;
}


.home-product-cta-single h2 {
    font-size: 19px;
    text-transform: uppercase;
    font-family: 'AvantGarde-Medium', sans-serif;
    letter-spacing: 1px;
}

.home-product-cta-single:nth-child(2), .news-single:nth-child(2) {
	border-left:1px solid #fff;
	border-right:1px solid #fff;
}

.home-product-cta-single,  .news-single {
padding-left:25px;
	padding-right:25px;
}

.twitter-section .twitter-image {
	padding-left:0px;
}

.home .twitter-widget {
	max-width:425px;
}

.intro-img img {
	width:100%;
}

.home .twitter-section {
	padding-bottom:0px;
}

#ctf .ctf-header-name {
    font-weight: bold;
    font-family: 'AvantGarde-Demi';
    font-size: 24px;
    color: #fff;
	margin-right: 35px;
}


#ctf #ctf-more {
	display: inline-block;
    line-height: 16px;
    font-size: 14px;
    text-transform: uppercase;
    margin-top: 15px;
    font-family: 'AvantGarde-Medium';
    letter-spacing: 1px;
    border-radius: 0px;
    color: #fff;
    padding: 10px 20px;
	    padding-top: 15px;
    border: 2px solid #6fa9c5;
    background-color: #6fa9c5;
}

#ctf .ctf-header a:hover .ctf-header-follow {
    background-color: #7db6b1;
}

#ctf #ctf-more:hover, #ctf #ctf-more:focus, #ctf #ctf-more:visited, #ctf #ctf-more:active {
	  border: 2px solid #7db6b1;
    background-color: #7db6b1;
}

#ctf .ctf-header-img-hover, #ctf .ctf-header-generic-icon {
	background: rgba(111,169,197,0.85);
}

#ctf .ctf-header .ctf-header-follow {
    background: #6fa9c5;
    border-radius: 0px;
    padding: 10px 15px;
}

.ctf-tweet-text a {
	color:#6fa9c5;
}

.ctf-tweet-text a:hover, .ctf-tweet-text a:focus, .ctf-tweet-text a:active, .ctf-tweet-text a:visited {
	color:#7db6b1;
	text-decoration:none;
}

.slick-initialized .slick-slide:focus {
	outline:none;
}

.slick-prev:before, .slick-next:before {
	    color: #1e5c70;
}

.slick-prev, .slick-next {
	top:15%;
}

.text-quote {
	max-width: 90%;
    margin-left: auto;
    margin-right: auto;
}

.text-name {
	    padding-top: 15px;
    font-family: 'AvantGarde-Medium', sans-serif;
    text-transform: uppercase;
}

.twitter-share-button .btn, .twitter-follow-button .btn, #follow-button.btn, #b.btn  {
	background-color: #6fa9c5;
	border-radius: 0px;
	padding:5px 10px;
	height:auto;
}


.ctf-out-of-tweets .btn:hover, .ctf-out-of-tweets .btn:visited, .ctf-out-of-tweets .btn:focus, .ctf-out-of-tweets .btn:active {
    background-color: #7db6b1;
}


/*** END Homepage ***/


/*** About ***/


.page-template-page-about .intro-content {
	text-align:center;
}

.page-template-page-about .intro-cta-content {
	text-align:center;
}

.page-template-page-about .intro-bg {
	padding-bottom: 15px;
}

.jic-cta {
	text-align: right;
    padding-top: 15px;
}

.about-jic-content {
	    border-top: 1px solid #ccc;
    padding-top: 30px;
}

.about-news-bg, .about-news-bg h1, .about-news-bg h2, .about-news-bg h3 {
	background-color: #1e5c70;
    color: #fff;
}

.about-news-content h1 {
	padding-bottom:20px;
}

.news-block h3 {
	margin-top: 0px;
    font-size: 19px;
    font-family: 'AvantGarde-Light', sans-serif;
}

.about-news-content .news-cta {
	clear:both;
}

.about-news-content .news-cta a {
	margin-top: 50px;
}

/*** END About ***/



/*** Security ***/

.page-template-page-security .intro-text {
	text-align:center;
}


.block-text-container {
	text-align:center;
}

.block-text {
	max-width: 525px;
    margin-left: auto;
    margin-right: auto;
	line-height: normal;
    vertical-align: middle;
    display: inline-block;
}

.inner-block {
	height: 450px;
    line-height: 450px;
    vertical-align: middle;
    margin-top: 0px;
}

.inner-block .bg-img {
  height: 450px;
    line-height: 450px;
}

.security-main .block-img {
	background-size: cover;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    padding-left: 0px;
    padding-right: 0px;
}

.security-main {
	padding-bottom:0px;
	padding-top:0px;
}

/*** END Security ***/


/*** News ***/


.news-bg .news-block h2, .news-bg .news-block h3 {
	font-family: 'AvantGarde-Demi', sans-serif;
}

.news-block h2 a {
	font-family: 'AvantGarde-Demi', sans-serif;
	color: #1e5c70;
	font-size: 26px;
    margin-top: 0;
    letter-spacing: 1px;
    line-height: 34px;
}

.news-block h2 a:hover, .news-block h2 a:focus, .news-block h2 a:visited, .news-block h2 a:active {
	text-decoration:none;
}

.news-block img {
	padding-top: 20px;
  padding-bottom: 30px;
	max-width: 250px;
  width:auto;
  max-height:200px;
}

.products-main .inner-block .block-img h1 {
	    color: #fff;
    margin: 0px;
	font-size:48px;
	float: left;
}

.products-main .inner-block .block-img .product-hashtag {
	 vertical-align: middle;
    display: inline-block;
}

.product-hashtag img {
	    height: 80px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 30px;
    float: left;
    margin-top: -15px;
    padding-right: 15px;
}


/*** END News ***/


/*** Products ***/

.page-template-page-products .intro-content {
	text-align:center;
}

.products-main {
	padding-top:0px;
	padding-bottom:0px;
}

.products-cr-cta, .products-cr-cta h1, .contact-support-cta, .contact-support-cta h1  {
	background-color: #1e5c70;
	color: #fff;
}

.page-template-page-products-details .intro-text {
	text-align:center;
}

.page-template-page-products .intro-text h1 {
	text-transform: none;
    letter-spacing: 0px;
}

.page-template-page-products .intro-text h2 {
  padding-top: 15px;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

/*** END Products ***/



/*** Product Details ***/

.page-template-page-products-details .intro-text {
	text-align:center;
}

.product-details-img, .products-main .block-img {
	padding-left:0px;
	background-color:#1e5c70;
    background-image: url(/wp-content/themes/prismsystems/images/diagmonds.png);
}
.product-details {
	padding-top:0px;
}

.product-details-img h1 {
	color: #fff;
    text-align: center;
    font-size: 48px;
	float: left;
}

/*** END Product Details ***/


/*** Contact ***/

.contact-left h2 {
	max-width:450px;
}

.contact-support-cta h1 {
	text-transform:none;
	letter-spacing:0px;
}

.contact-address h3 {
	font-family: 'AvantGarde-Demi', sans-serif;
}

/*** END Contact ***/


/*** Support ***/

.support-contact-form h1 {
	text-transform: none;
    letter-spacing: 0px;
}

.support-contact {
	padding-top:0px;
}

.support-contact .container {
	padding-top:50px;
	border-top:1px solid #ccc;
}

.support-block {
	max-width: 500px;
    margin-left: auto;
    margin-right: auto;
}

.support-block a {
	color:#6fa9c5;
	text-decoration:none;
}

.support-block a:hover, .support-block a:focus  {
	color:#7db6b1;
	text-decoration:none;
}

/*** END Support ***/



/*** News Single ***/

.postNavButtons a {
	color: #1e5c70;
    font-family: 'AvantGarde-Demi', sans-serif;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.postNavButtons a:hover, .postNavButtons a:focus, .postNavButtons a:visited, .postNavButtons a:active {
	color: #7db6b1;
	text-decoration:none;
}

.fltR.postNavButtons {
	text-align:right;
}

.news-single-block-content {
	padding-bottom: 50px;
}

.news-single-block h3 {
	    font-family: 'AvantGarde-Demi',sans-serif;
}

.fltR.postNavButtons img {
	padding-left:10px;
}

.fltL.postNavButtons img {
	padding-right:10px;
}

/*** END News Single ***/


/*** Academic Advisory Board ***/

.board-single {
	padding-bottom: 50px;
    display: inline-block;
}

.page-template-page-academic-advisory-board .intro-content {
	text-align:center;
}

.advisory-board-section {
	padding-top:0px;
}

.advisory-board-section .container {
	padding-top:50px;
	border-top:1px solid #ccc;
}

.advisory-board-main .board-block img {
	max-width:215px;
}

/*** END Academic Advisory Board ***/


/*** Footer ***/

.dmbs-footer-menu .navbar-inverse {
	position: relative;
    margin-bottom: 0px;
    width: 100%;
background-color: #0b2029;
    border-color: #0b2029;
}

body {
    padding-bottom: 0px;
}

.navbar-inverse #menu-footer-menu.navbar-nav>li>a {
	padding-top: 30px;
    padding-bottom: 30px;
}

.social-icon img {
	height: 22px;
    padding-right: 7px;
	opacity:.8;
}


.social-icon:hover img {
	opacity:1;
}

/*** END Footer ***/



/**** MEDIA QUERIES ***/

@media only screen and (min-width:1200px) {
.page-template-page-about #ctf .ctf-header-name {
	margin-right: 360px;
}
}

@media only screen and (min-width:992px) and (max-width:1199px) {
.page-template-page-about #ctf .ctf-header-name {
	margin-right: 230px;
}

.nav>li>a {
	padding: 10px;
}

.hero-content h1 {
	letter-spacing: 2px;
    font-size: 36px;
}

.inner-block {
	height: 550px;
    line-height: 550px;
    vertical-align: middle;
    margin-top: 0px;
}

.inner-block .bg-img {
  height: 550px;
    line-height: 550px;
}

}


@media only screen and (max-width:991px) {
.home .twitter-widget {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 30px;
}

	.home .twitter-image {
		padding-right:0px;
	}

	.home .twitter-section {
		padding-top:0px;
	}
}


@media only screen and (min-width:768px) and (max-width:991px) {
.page-template-page-about #ctf .ctf-header-name {
	    margin-right: 80px;
}

	.hero-content h1 {
	letter-spacing: 2px;
    font-size: 36px;
}

	.navbar-inverse .navbar-nav>li>a {
    letter-spacing: 0px;
    padding: 10px 7px;
	}

	.navbar-collapse {
		padding-left:0px;
	}


  .inner-block {
  	height: 700px;
      line-height: 700px;
      vertical-align: middle;
      margin-top: 0px;
  }

  .inner-block .bg-img {
    height: 700px;
      line-height: 700px;
  }
}

@media only screen and (min-width:768px) {
.block-text-container {
    text-align: center;
    padding-left: 30px;
    padding-right: 30px;
}


.product-details .row {
	display: flex;
}

.product-details .product-details-img {
	display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: center;
}

.product-details .product-hashtag img {
    margin-top: 0px;
	float:none;
	display:inline-block;
}

.product-details .product-details-img h1 {
	float:none;
	display:inline-block;
}

.product-details .product-details-text {
	padding-left:30px;
}
}

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

	.field-right input, .field-left input {
		width:100%;
		float:none;
	}

.dmbs-top-menu .navbar-inverse {
    width: 100%;
    margin-top: -85px;
}

.navbar-header {
    padding-bottom: 35px;
}

.navbar-collapse.collapse {
	left: 0;
    right: 0;
    background-color: #fff;
    text-align: center;
}

#menu-main-menu {
	width: 100%;
    float: none;
    margin: 0px;
	padding-left:0px;
	padding-right:0px;
	padding-top:20px;
	padding-bottom:20px;
	text-align:left;
}

.navbar-inverse .navbar-nav>li>a {
    color: #1e5c70;
}

	.dmbs-top-menu {
	padding-left:0px;
	padding-right:0px;
	}

	.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
    background-color: #7db6b1;
	border-radius:0px;
	}

	ul.nav li.dropdown:hover ul.dropdown-menu {
    display: inline-block;
    position: relative;
    width: 100%;
    border-radius: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
	}

	.dmbs-header-img {
		z-index:5000;
	}

	.dropdown-toggle .caret {
		float:right;
	}

	ul.nav li.dropdown:hover ul.dropdown-menu {
		padding-bottom:15px;
	}

	.dmbs-top-menu .dropdown-menu>li>a {
	font-family: 'AvantGarde-Medium';
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 13px;
	line-height: 13px;
		padding-top: 10px;
    padding-bottom: 10px;
		padding-left:30px;
	}

	h1 {
    font-size: 28px;
    line-height: 36px;
}

	.hero-content h1 {
		font-size: 32px;
    	line-height: 40px;
	}

	.home .hero-content h1 {
		padding-top: 215px;

	}

	.intro-img .col-md-12 {
		padding-left:0px;
		padding-right:0px;
	}

	.home-product-cta-single:nth-child(2), .news-single:nth-child(2) {
		border-left:0px;
		border-right:0px;
		border-top:1px solid #fff;
		border-bottom:1px solid #fff;
		padding-top: 25px;
    margin-bottom: 25px;
	}

	.news-single:nth-child(2) {
		margin-top:25px;
		padding-bottom:25px;
	}

	.slick-next {
    right: 0px;
}

	.slick-prev {
    left: 0px;
}

	.dmbs-footer-menu .navbar-header {
		display:none;
	}

	.dmbs-footer-menu .navbar-collapse.collapse {
	height: 1px;
    display: block;
    top: 0;
}

	.dmbs-footer-menu .nav>li {
		float: left;
	}

	.navbar-inverse #menu-footer-menu.navbar-nav>li>a {
    padding-top: 20px;
    padding-bottom: 20px;
		color:#fff;
}

	.footer-copyright p {
		text-align:center;
		font-size:12px;
	}

	.dmbs-footer-menu .col-xs-12 {
		padding-left:0px;
		padding-right:0px;
	}

	.navbar-inverse #menu-footer-menu.navbar-nav>li>a {
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    padding-left: 5px;
    padding-right: 5px;
    letter-spacing: 0px;
    font-size: 11.5px;
	}

	.footer-social {
		padding-right:5px;
	}

	.social-icon img {
    height: 15px;
	padding-right:5px;
	}

	.footer-copyright {
		/* border-top:1px solid #fff; */
	}

	h2 {
		font-size:21px;
		line-height:28px;
	}

	.about-jic-section {
		text-align:center;
	}

	.jic-logo img {
		margin-left:auto;
		margin-right:auto;
	}

	.jic-cta {
    text-align: center;
	}

	.board-block h2 {
		padding-top:30px;
	}

	.product-details-img {
		padding-right:0px;
	}

	.support-right {
		padding-top:30px;
	}



.product-details-img h1, .products-main .inner-block .block-img h1, .product-details-img h1 {
		font-size:40px;
	}

	.product-details-img {
		min-height: 300px;
    	line-height: 300px;
    	vertical-align: middle;
    	text-align: center;
	}


	.product-details-img .product-hashtag {
	    vertical-align: middle;
    display: inline-block;
    text-align: center;
}

}

@media only screen and (max-width:480px) {
.dmbs-top-menu .navbar-inverse {
    width: 100%;
    margin-top: -18%;
}

	h1 {
    font-size: 26px;
    line-height: 34px;
}

	.home .hero-content h1 {
    padding-top: 160px;
}

	.hero-content h1 {
		font-size: 28px;
    	line-height: 36px;
	}

	.postNavButtons a {

    letter-spacing: 0px;
    font-size: 10.5px;
	}

}

@media only screen and (max-width:400px) {
.home .hero-content h1 {
    padding-top: 140px;
}
}

/**** END MEDIA QUERIES ***/


.product-logos-content {
	max-width: 945px;
    margin-left: auto;
    margin-right: auto;
}

.product-logos-content img {
	margin-left:auto;
	margin-right:auto;
	width: 230px;
max-width:100%;
}

.testimonials-slick {
	padding-top:5px;
}

.testimonials-slick .text-name {
	margin-bottom:10px;
}


.page-template-page-products-details .slick-prev, .page-template-page-products-details .slick-next {
top:50%;
}

.page-id-19 .product-logos, .page-id-19 .testimonials-title, .page-id-21 .product-logos, .page-id-21 .testimonials-title {
display:none;
}

@media only screen and (max-width:767px) {
.product-logos-content img {
padding-bottom:25px;
}

.product-logos {
padding-top:0px;
}
}


/* PRISM 2020 */
.t-white {
  color:#fff;
}

.t-upper {
  text-transform:uppercase;
}

.t-bold {
  font-family: 'AvantGarde-Demi',sans-serif;
}

.bg-img {
  background-size:cover;
  background-repeat:no-repeat;
  background-position:center center;
}

.prism-home .hero-bg {
  height: 600px;
}

.prism-home .hero-bg h1 {
  padding-top:220px;
  text-transform: none;
  letter-spacing: 0px;
  width: 950px;
  max-width:100%;
  font-family: 'AvantGarde-Demi',sans-serif;
}

.prism-solutions .hero-bg h1 {
  text-transform: none;
  letter-spacing: 0px;
  width: 950px;
  max-width:100%;
  font-family: 'AvantGarde-Demi',sans-serif;
}

.prism-home .solution-image {
  height: 350px;
  line-height: 350px;
  vertical-align: middle;
  margin-bottom:30px;
}

.prism-home .solution-image h1 {
  text-transform: none;
  letter-spacing: 0px;
  font-size: 46px;
  line-height: 50px;
  display: inline-block;
  width: 300px;
  max-width: 100%;
  vertical-align: middle;
}

.prism-new .img-overlay {
  background-color: rgba(111,169,197,.75);
  width: 100%;
  height: 100%;
}

.prism-new .img-overlay.dark-overlay {
  background-color: rgba(11,32,41,.9);
  width: 100%;
  height: 100%;
}

.prism-new h2 {
  font-family: 'AvantGarde-Demi',sans-serif;
  letter-spacing:0px;
}

.prism-new .container-fluid {
  padding-top:90px;
  padding-bottom:90px;
}

.container-fluid.bg-img, .prism-new .container-fluid.hero-bg {
  padding-top:0px !important;
  padding-bottom:0px !important;
  padding-left:0px  !important;
  padding-right:0px  !important;
}

.container-fluid.bg-img .img-overlay {
  padding-left:15px;
  padding-right:15px;
  padding-top:120px;
  padding-bottom:120px;
}

.home-tablestakes-section h3, .home-tablestakes-section img {
  width: 875px;
  max-width:100%;
  margin-left:auto;
  margin-right:auto;
}

.home-tablestakes-section h3 {
  margin-bottom:45px;
  font-size:20px;
}

.home-differentiator-single img {
  margin-left: auto;
    margin-right: auto;
    padding-bottom: 30px;
    width: 120px;
    max-width: 100%;
}

.home-differentiator-single {
  padding-bottom:45px;
  height: 450px;
}

.cta-content h3 {
  width: 550px;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
}

.testimonials-loop .slick-dots li button:before, .clients-loop .slick-dots li button:before {
  color:#6fa9c5;
  font-size: 14px;
}

.prism-new .text-quote, .prism-new .text-name {
  width:875px;
  max-width:80%;
  margin-left:auto;
  margin-right:auto;
}

.prism-new .text-quote {
  font-family:'AvantGarde-Medium',sans-serif;
}

.prism-new .text-name {
  font-family:'AvantGarde-Book',sans-serif;
  text-transform:none;
}

.testimonials-title img {
      margin-bottom: -40px;
}

.prism-home .intro-bg {
  padding-bottom:0px;
}

.home-solutions-ctas a:hover, .home-solutions-ctas a:focus {
  text-decoration:none;
}

.clients-loop .slick-track {
  display: flex;
  height:200px;
}

.clients-loop .slick-slide {
    width: auto !important;
    display: block;
    max-width: 250px !important;
    padding-left:30px;
    padding-right:30px;
    display: flex;
   height: auto;
   align-items: center;
   justify-content: center;
}

.clients-loop .slick-slide img {
    max-height: 150px !important;
}

.prism-new h1 {
  text-transform:none;
  letter-spacing:0px;
}

.prism-new .container-fluid.solutions-main {
  padding-top:0px;
}

.case-study-single a:hover, .case-study-single a:focus {
  background-color:#fff;
  color:#6fa9c5;
  border-color:#fff;
}

.case-study-content p {
  width:875px;
  max-width:100%;
  margin-left:auto;
  margin-right:auto;
}

.prism-new .container-fluid.home-solutions-section {
  padding-top:0px;
}

.news-single .news-block {
  min-height:610px;
  padding-bottom:30px;
}

.prism-solutions .intro-text p {
  text-align:left;
}

.prism-new .container-fluid.features-title-bg {
  background-color: #6fa9c5;
  padding-top: 45px;
  padding-bottom: 45px;
}

.hero-bg .hero-pattern, .bg-img .bg-pattern {
      background-color: #1e5c70;
    background-image: url(data:image/png;base64,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);
}

.covid19-bg {
  background-color: #0b2029;
  padding-top: 20px;
  padding-bottom: 20px;
}

.covid19-bg a:hover, .covid19-bg a:focus {
  color:#7db6b1;
  text-decoration:none;
}

.top-footer {
  background-color: #103a47;
}

.footer-left img.footer-logo {
  width:220px;
  max-width:100%;
}

.footer-menu {
  padding-top: 25px;
    padding-left: 90px;
}

.footer-social {
  padding-left:90px;
}

.footer-menu a {
  padding-bottom:10px;
  display:block;
}

.footer-menu a:hover, .footer-menu a:focus {
  color:#7db6b1;
  text-decoration:none;
}

#menu-item-37 a {
  background-color: #7db6b1;
}

#menu-item-37 a:hover, #menu-item-37 a:focus {
  color: #7db6b1;
  background-color:#fff;
}

.home-solutions-ctas .home-solution-cta-single:nth-child(2) .img-overlay {
    background-color: rgba(125,182,177,.75);
}

.home-solutions-ctas .home-solution-cta-single:nth-child(2)  .pr-btn.dark-btn {
  background-color: rgba(125,182,177,1);
  border-color:rgba(125,182,177,1);
}

.home-solutions-ctas .home-solution-cta-single:nth-child(1)  .pr-btn.dark-btn:hover, .home-solutions-ctas .home-solution-cta-single:nth-child(2)  .pr-btn.dark-btn:focus {
  background-color: #fff;
  border-color:#6fa9c5;
  color:#6fa9c5;
}

.home-solutions-ctas .home-solution-cta-single:nth-child(2)  .pr-btn.dark-btn:hover, .home-solutions-ctas .home-solution-cta-single:nth-child(2)  .pr-btn.dark-btn:focus {
  background-color: #fff;
  border-color:rgba(125,182,177,1);
  color:rgba(125,182,177,1);
}

.wpcf7 form.sent .wpcf7-response-output {
    border-color: transparent !important;
}

@media only screen and (min-width:992px) and (max-width:1199px) {
.news-single .news-block {
  min-height:700px;
}
}

@media only screen and (max-width:991px) {
  .prism-new .container-fluid {
    padding-top:45px;
    padding-bottom:45px;
  }

.container-fluid.bg-img .img-overlay {
    padding-top:60px;
    padding-bottom:60px;
  }

  .prism-new .container-fluid.features-title-bg {
    padding-top:30px;
    padding-bottom:30px;
  }

  #ctf .ctf-header .ctf-header-follow {
    margin-top:15px;
  }
}

@media only screen and (min-width:768px) and (max-width:991px) {
.home-differentiator-single {
  min-height:560px;
}

.news-single .news-block {
  min-height:845px;
}
}

@media only screen and (max-width:767px) {
.col-switch .info-block {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    /* optional */
    -webkit-box-align: start;
    -moz-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
  }

  .col-switch .info-block .info-block-img {
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }

  .col-switch .info-block .info-block-text {
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }

  .prism-new .inner-block.info-block {
    height: 100%;
    line-height: normal;
  }

  .prism-new .inner-block .bg-img {
    height: 350px;
    line-height: 350px;
}

.prism-new .inner-block .block-text {
  padding-top:45px;
  padding-bottom:45px;
}

.prism-new .container-fluid.solutions-main {
  padding-bottom:0px;
}

.prism-solutions .intro-bg {
  padding-bottom:0px;
}

.home-solution-cta-single {
  padding-bottom:45px;
}


.news-single .news-block {
  min-height:0px;
}


.news-single:nth-child(2) {
  margin-top:0px;
  margin-bottom:0px;
  padding-bottom:0px;
  padding-top:0px;
}

.news-single .news-block {
  padding-bottom:60px;
}

.footer-left {
  padding-bottom:30px;
  border-bottom:1px solid #fff;
  margin-bottom:30px;
}

.footer-social {
  display: block;
    height: 100%;
    float: none;
}

.footer-copyright p {
  text-align:center;
}

.dmbs-footer-menu .navbar-collapse.collapse {
  float: none;
    height: auto;
    background-color: transparent;
    border: 0px;
    box-shadow: none;
}

.dmbs-footer-menu .nav>li {
  float:none;
  display:inline-block;
}

.footer-copyright p {
  padding-top:0px;
}

#menu-item-37 a {
  background-color:#fff;
}
}

@media only screen and (max-width:480px) {
.prism-new .text-quote, .prism-new .text-name {
  max-width:75%;
}

.testimonials-title img {
  max-width: 30px;
margin-bottom: -20px;
}

.clients-loop .slick-slide {
  padding-left:15px;
  padding-right:15px;
}

.prism-new .inner-block .block-text {
  padding-top:30px;
  padding-bottom:30px;
}
}

/*--------404---------*/
.h2_404{
  font-weight: bold;
  font-size: 36px;
  font-family: 'AvantGarde',sans-serif;

}

.p_404{
  font-size: 28px;
  font-family: 'AvantGarde',sans-serif;

}

.p_404_small{
  font-size: 24px;
  font-family: 'AvantGarde',sans-serif;
  font-weight: lighter;
  font-style: italic;

}


.h1_404{
  font-weight: bold;
  font-size: 128px !important;
  padding-bottom: 45px;
}

/* lANDING  */

.landing-bg {
    background-size: cover;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
	padding-left:0px;
	padding-right:0px;

}

.landing-bg .landing-overlay {
    background-color: rgba(11,32,41,.9);
    width: 100%;
    height: 100%;
}

.landing-bg .landing-overlay  {
	background-color: rgba(11,32,41,.2);
}



.landing-content {
    word-wrap: break-word;
}

.landing-header h1, .landing-bottom-header {
    padding-top: 140px;
    color: #fff;
    text-transform: uppercase;
    margin-left: auto;
    margin-right: auto;
    font-family: 'AvantGarde-Book', sans-serif;
    letter-spacing: 4px;
    line-height: 96px;
	font-size:76px;
}

.landing-bottom-header{

  padding-top: 0;

}


.container-fluid.landing-bg {
  padding-top: 0;
  padding-bottom: 0;
}

.landing-bg .landing-pattern, .bg-img .bg-pattern {
      background-color: #1e5c70;
    background-image: url(data:image/png;base64,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);
}

.tab-content{
  border-top: 4px solid white;
  padding-top: 30px;
  border-bottom: 4px solid white;


}

.nav-tabs > li {
  width: calc(100%/4);
}


@media (min-width: 300px){
  .nav-tabs > li > a {
    width: calc(100%);
    text-align: center;
    background-color: #103B47;
    color: #29839d;
    border-radius: 0px;
    display: inline-block;
    font-weight: bold;
    font-size: max(20px);
    font-size: 3vw;
    line-height: 20px;
    height: 40px;
    padding-top: 10px;
  }

}

@media (min-width: 992px){
  .nav-tabs > li > a {
    width: calc(100%);
    text-align: center;
    background-color: #103B47;
    color: #29839d;
    border-radius: 0px;
    display: inline-block;
    font-weight: bold;
    font-size: max(20px);
    font-size: 20px;
    line-height: 20px;
    height: 40px;
    padding-top: 10px;
  }

  .landing-content .row{
    display: flex; /* equal height of the children */

  }

}




.nav-tabs > li.active > a {

}

.form-bg{
  background-color: #103B47;
  padding-bottom: 20px;
}

.form{
  background-color: #103B47;
  padding-left: 20px;
  padding-right: 20px;

}




/*** END LANDING ***/



.testimonial-content {
    padding-top: 20px;
}


/* END PRISM 2020 */
