@import url(//maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css);
@import url(//fonts.googleapis.com/css?family=Roboto:100,100italic,300,300italic,400,400italic,500,500italic,700,700italic,900,900italic);
@import url(//fonts.googleapis.com/css?family=Raleway:300,300italic,400,600);
@import url(//fonts.googleapis.com/css?family=Open+Sans:400,300,600,700|Ubuntu:400,300,500,700);
@import "animate.css";
/*========================================================
                      Main Styles
=========================================================*/
.badge {
  background: none;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
@media (max-width: 991px) {
  .clearboth {
    clear: both;
  }
}
.inset {
  padding-left: 5%;
  padding-right: 5%;
}
@media (max-width: 767px) {
  .inset {
    padding-left: 0;
    padding-right: 0;
  }
}

body {
	font-size: 16px;
}

.mg-add {
  margin-top: -10px;
}
.mg-add2 {
  margin-top: 20px;
}
.border-r {
  border-right: 1px solid #8dbf41;
}
@media (max-width: 991px) {
  .border-r {
    display: none;
  }
}
.font--mod {
  font-size: 30px;
  font-family: 'Raleway', sans-serif;
  color: #414851;
  line-height: 40px;
}
* + .row {
  margin-top: 38px;
}
.row + * {
  margin-top: 48px;
}
.row + .row {
  margin-top: 30px;
}
* + p {
  margin-top: 20px;
}
* + .thumbnail {
  margin-top: 20px;
}
* + .offs {
  margin-top: 56px;
}
* + .offs2 {
  margin-top: 45px;
}
* + .offs3 {
  margin-top: 58px;
}
.row + .offs {
  margin-top: 30px;
}
* + .offs--mod {
  margin-top: 49px;
}
.row + .offs--mod {
  margin-top: 23px;
}
h5 + p {
  margin-top: 9px;
}
h2 + p {
  margin-top: 20px;
}
h2 + .offs--mod2 {
  margin-top: 10px;
}
h6 + p {
  margin-top: 2px;
}
h2 + .thumbnail {
  margin-top: 20px;
}
.thumbnail + *,
.img-circle + h4,
.thumb-links + h4 {
  margin-top: 34px;
}
* + .btn-sm {
  margin-top: 35px;
}
.font-mod + .font-mod2 {
  margin-top: -2px;
}
.font-mod2 + .font-mod {
  margin-top: 12px;
}
article + article {
  margin-top: 30px;
}
.row + .offs--mod3 {
  margin-top: 10px;
}
/*=======================================================
                        Components
=========================================================*/
/*==================   Block-icon     ===================*/
.block-icon {
  position: relative;
  padding-left: 51px;
}
.block-icon .icon {
  position: absolute;
  font: 400 36px/36px 'FontAwesome';
  color: #0082a2;
  display: inline-block;
  text-align: center;
  left: 2px;
  top: -2px;
}
.block-icon .icon-lg {
  font-size: 42px;
  line-height: 42px;
  left: 7px;
}
@media (max-width: 767px) {
  .block-icon {
    margin-top: 30px;
  }
}
/*==================  Event Style  ======================*/
.event-style {
  display: inline-block;
  font: 400 24px/24px 'Open Sans', sans-serif;
  color: #007da5;
  padding: 15px 18px;
  border: solid 1px #0082a2;
  text-transform: capitalize;
}
* + .event-style {
  margin-top: 0;
}
.event-style + * {
  margin-top: 39px;
}
.event-style--lg {
  font-size: 17px;
  line-height: 18px;
  font-weight: 400;
  padding: 8px 7px;
}
* + .event-style--lg {
  margin-top: 18px;
}
.event-style--lg + * {
  margin-top: 25px;
}
/*==================    Thumb-links   ======================*/
.thumb-links {
  display: block;
  position: relative;
  z-index: 2;
  text-align: center;
  cursor: pointer;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
@media (max-width: 767px) {
  .thumb-links {
    max-width: 370px;
    margin-left: auto;
    margin-right: auto;
  }
}
.thumb-links img {
  width: 50%;
  height: auto;
  -moz-transition: 0.5s all ease;
  -webkit-transition: 0.5s all ease;
  -o-transition: 0.5s all ease;
  transition: 0.5s all ease;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.thumb-links .over_layer {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  -moz-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
  color: #ffffff;
  background: transparent;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.thumb-links .over_layer ._overlay {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
}
.thumb-links .over_layer ._overlay li {
  color: #ffffff;
  display: inline-block;
  font-size: 18px;
}
.thumb-links .over_layer ._overlay li + li {
  margin-left: 21px;
}
@media (max-width: 1199px) {
  .thumb-links .over_layer ._overlay li {
    font-size: 15px;
  }
  .thumb-links .over_layer ._overlay li + li {
    margin-left: 10px;
  }
}
.thumb-links:hover .over_layer {
  opacity: 1;
  background: rgba(65, 72, 81, 0.5);
}
.lt-ie9 .thumb-links:hover .over_layer {
  background: none;
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff414851', endColorstr='#ff414851');
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff414851', endColorstr='#ff414851');
  zoom: 1;
}
.thumb-links:hover ._overlay {
  opacity: 1;
  filter: alpha(opacity=100);
}
.lt-ie9 .thumb-links:hover ._overlay {
  filter: alpha(opacity=100);
}
/*==================      Box      ======================*/
.box:before,
.box:after {
  content: " ";
  display: table;
}
.box:after {
  clear: both;
}
.box:before,
.box:after {
  content: " ";
  display: table;
}
.box:after {
  clear: both;
}
.box_aside {
  float: left;
}
.box_aside img {
  margin-right: 30px;
}
.box_cnt__no-flow {
  overflow: hidden;
}
@media (max-width: 479px) {
  .box_aside {
    float: none;
    text-align: center;
  }
}
/*==================   Contact-info    ======================*/
.contact-info {
  position: relative;
  padding-left: 86px;
  margin-left: 26px;
}
.contact-info p:first-child {
  color: #ffffff;
  font: 400 20px/24px 'Raleway', sans-serif;
}
.contact-info p:first-child + p,
.contact-info p:first-child + span {
  margin-top: 2px;
}
.contact-info span {
  display: inline-block;
}
.contact-info:before {
  position: absolute;
  top: -16px;
  left: 0;
  color: #ffffff;
  width: 73px;
  height: 73px;
  background: #0082a2;
  text-align: center;
  font-size: 35px;
  line-height: 73px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.contact-info.fa-envelope:before {
  font-size: 25px;
}
@media (max-width: 1199px) {
  .contact-info a[href^="callto:"] {
    display: block;
  }
}
/*==================  Marked List  ======================*/
[class*='marked-list'] li {
  position: relative;
}
[class*='marked-list'] li:before {
  position: absolute;
  left: 0;
  font-weight: 400;
  font-family: 'FontAwesome';
  color: #0082a2;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
* + .marked-list {
  margin-top: 13px;
}
.marked-list li {
  padding-left: 18px;
}
.marked-list li:before {
  content: '\f0a9';
  top: 0;
  font-size: 12px;
}
.marked-list li + li {
  margin-top: 5px;
}
.marked-list li:hover:before {
  left: 2px;
}
.marked-list a:hover {
  color: #0082a2;
  text-decoration: none;
}
.marked-list--mod li {
  padding-left: 47px;
  padding-right: 50px;
}
.marked-list--mod li p {
  font-weight: 400!important;
  font-family: "Roboto", Helvetica, Arial, sans-serif !important;
}
.marked-list--mod li:before {
  content: '\f046';
  top: -9px;
  font-size: 32px;
}
.marked-list--mod li + li {
  margin-top: 43px;
}
@media (max-width: 479px) {
  .marked-list--mod li {
    padding-left: 0;
    padding-top: 60px;
  }
  .marked-list--mod li:before {
    top: 0;
  }
}
@media (max-width: 767px) {
  .marked-list--mod {
    margin-top: 80px;
  }
}
/*==================  Inline List  ======================*/
.inline-list li {
  display: inline-block;
  position: relative;
  text-align: center;
}
.inline-list li a {
  color: #fff;
  background: #0082a2;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  width: 48px;
  height: 48px;
  display: block;
  overflow: hidden;
}
.inline-list li a:after {
  content: "";
  background: rgba(65, 72, 81, 0.6);
  position: absolute;
  left: 50%;
  top: 50%;
  right: 50%;
  bottom: 50%;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  z-index: 1;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.lt-ie9 .inline-list li a:after {
  background: none;
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff414851', endColorstr='#ff414851');
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff414851', endColorstr='#ff414851');
  zoom: 1;
}
.inline-list li a:before {
  position: absolute;
  font-size: 18px;
  line-height: 48px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
}
.inline-list li a:hover {
  color: #fff;
}
.inline-list li a:hover:after {
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.inline-list li + li {
  margin-left: 2px;
}
/*==================   Copyright     ====================*/
.copyright {
  margin-top: 20px;
  font: 400 14px/14px 'Ubuntu', sans-serif;
  color: #8d939b;
}
.copyright a:hover {
  color: #0082a2;
  text-decoration: none;
}
.copyright a:active {
  color: #0082a2  ;
}
/*==================   Index List  ======================*/
.index-list {
  counter-reset: li;
  margin-left: 0;
}
.index-list li {
  position: relative;
  padding-left: 100px;
  text-align: left;
  font-weight: 400;
}
.index-list li:before {
  position: absolute;
  content: counter(li, decimal) '.';
  counter-increment: li;
  color: #0082a2;
  font-size: 30px;
  line-height: 70px;
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
  top: 0px;
  left: 0;
  width: 78px;
  height: 78px;
  border: 2px solid #0082a2;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
}
/*==================   Progress  ======================*/
.progress-circle {
  position: relative;
  z-index: 0;
  padding: 177px 0;
}
.progress-circle:before {
  position: absolute;
  content: '';
  background: url('../images/page-3_img05.png') no-repeat;
  width: 100%;
  height: 432px;
  top: 8px;
  left: 50%;
  margin-left: -216px;
  text-align: center;
  z-index: -1;
}
@media (max-width: 479px) {
  .progress-circle {
    padding: 41% 0px 47%;
  }
  .progress-circle:before {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    margin-left: 0;
    background-size: 100% auto;
    text-align: center;
    z-index: -1;
  }
  .progress-circle p.ff-secondary {
    font-size: 20px;
    line-height: 30px;
  }
}
/*==================  Image Col  ======================*/
[class*='img-'] {
  position: relative;
  z-index: 0;
}
[class*='img-']:before {
  position: absolute;
  content: '';
  width: 500px;
  height: 100%;
  top: 0;
  bottom: 0;
  z-index: -1;
  background-size: cover;
}
.img-left:before {
  right: 100%;
}
.img-right:before {
  right: -75%;
  margin-right: 3px;
}
.img-1:before {
  background: url('../images/page-2_img06.jpg') no-repeat;
  background-position: -91px;
}
.img-2:before {
  background: url('../images/page-2_img07.jpg') no-repeat;
  background-position: -92px -61px;
}
.img-3:before {
  background: url('../images/page-2_img08.jpg') no-repeat;
  background-position: -130px -51px;
}
@media (max-width: 1199px) {
  [class*="img-"]::before {
    width: 417px;
    background-position: center center;
  }
  .img-1::before {
    background: transparent url("../images/page-2_img06.jpg") no-repeat scroll -91px center;
  }
  .img-left::before {
    right: 100%;
  }
  .img-right:before {
    right: -75%;
    margin-right: 0px;
  }
}
@media (max-width: 991px) {
  [class*="img-"]::before {
    width: 100%;
  }
  .img-left:before,
  .img-right:before {
    right: 0;
    left: 0;
    top: -100%;
  }
}
@media (max-width: 479px) {
  .img-left:before,
  .img-right:before {
    top: -92%;
  }
  .img-1:before,
  .img-3:before {
    background-position: -120px;
  }
}
.term-list dd {
  margin-left: 0;
  color: #ffffff;
  line-height: 29px;
  font-weight: 400;
}
.term-list * + dt {
  margin-top: 42px;
}
.term-list dt + * {
  margin-top: 7px;
}
.term-list a[href^="mailto:"] {
  display: inline-block;
  color: #8dbf41;
  margin-top: 40px;
}
.term-list a[href^="mailto:"]:hover {
  color: #414851;
}
* + .term-list {
  margin-top: 35px;
}
/*========================================================
                     HEADER  Section
=========================================================*/
header {
  background: #ffffff;
}
@media (max-width: 767px) {
  header {
    text-align: center;
  }
  header .navbar-header {
    float: none;
  }
}
/*========================================================
                     CONTENT  Section
=========================================================*/
main {
  background: #ffffff;
}
/*==================    404    =========================*/
.page404 .lead {
  font-size: 150px;
  line-height: 1;
}
@media (max-width: 1199px) {
  .page404 .lead {
    font-size: 60px;
  }
}
.page404 span.fa {
  margin-top: 20px;
  font-size: 300px;
  line-height: 1;
}
@media (max-width: 767px) {
  .page404 span.fa {
    font-size: 250px;
  }
}
/*========================================================
                     FOOTER  Styles
=========================================================*/
footer {
  background: #023749;
  /*==================   InstafFeed    ======================*/
}
footer .widget-cnt {
  padding: 56px 0 66px;
}
* + footer .widget-wr {
  margin-top: 20px;
}
footer .footer-wr {
  padding: 28px 0 22px;
}
footer .footer-wr:before,
footer .footer-wr:after {
  content: " ";
  display: table;
}
footer .footer-wr:after {
  clear: both;
}
footer .footer-wr:before,
footer .footer-wr:after {
  content: " ";
  display: table;
}
footer .footer-wr:after {
  clear: both;
}
footer .footer-wr .inline-list {
  float: right;
}
footer .footer-wr .copyright {
  float: left;
}
@media (max-width: 767px) {
  footer {
    text-align: center;
  }
  footer .footer-wr .inline-list {
    margin-top: 20px;
  }
  footer .footer-wr .copyright,
  footer .footer-wr .inline-list {
    float: none;
  }
  footer .widget-wr {
    margin-top: 30px;
    display: block;
    max-width: 370px;
    margin-left: auto;
    margin-right: auto;
  }
}
footer #instafeed {
  margin: 0 -3px;
}
footer #instafeed:before,
footer #instafeed:after {
  content: " ";
  display: table;
}
footer #instafeed:after {
  clear: both;
}
footer #instafeed:before,
footer #instafeed:after {
  content: " ";
  display: table;
}
footer #instafeed:after {
  clear: both;
}
footer #instafeed a {
  max-width: 33.333%;
  float: left;
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 5px;
}
footer #instafeed a:nth-child(n+4):nth-child(-n+6) {
  margin-top: 11px;
}
footer #instafeed a:nth-child(4) {
  clear: left;
}
@media (max-width: 767px) {
  footer #instafeed a {
    margin-left: auto;
    margin-right: auto;
    float: none;
    max-width: 370px;
    clear: both;
    display: inline-block;
  }
}

main .bg-darker h3,
main .bg-lighter section h5,
.bg-darker h5 {
  color: #FFF;
}

.rd-mobilemenu_ul li.active > a,
.rd-mobilemenu_ul a:hover,
.rd-mobilemenu_ul ul ul a:hover {
  background: #0082a2;
}

.rd-mobilemenu_ul a:hover .rd-submenu-toggle {
  border: 1px solid #FFF;
}

.rd-mobilemenu_ul a .rd-submenu-toggle:hover {
  border: 1px solid #000000;
}

.rd-mobilepanel_toggle {
  background-color: transparent;
}

.blockquote-media q {
  border: 1px solid #023749;
}

.blockquote-media cite span {
  color: #023749;
}

.navbar-header h1.navbar-brand {
  font-size:13px;
}

.navbar-header .navbar-brand img {
  vertical-align: top;
  max-height: 75px;
  position: relative;
  margin-top: -17px;
}

.stuck_container .container {
  line-height: initial;
}

.stuck_container.isStuck .navbar-header .navbar-brand img {
  max-height: 54px;
  margin-top: -17px;
}

.isStuck .navbar-header .navbar-brand {
  padding-left: 0px;
  margin-top: 16px;
}

.isStuck .navbar-nav {
    margin-top: 14px;
}

@media (max-width: 439px) {
  .two-columns {
    width:50%;
  }

  .two-col-new-line {
    clear:both;
  }
}

@media (min-width: 440px) and (max-width: 991px) {
  .three-columns {
    width:33%;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .four-columns {
    width:25%;
  }
}

@media (min-width:992px) and (max-width: 1199px) {
  .navbar-header .navbar-brand img {
    vertical-align: top;
    max-height: 62px;
    position: relative;
    margin-top: -23px;
  }

  .navbar-default .navbar-nav > li > a {
    font-size:18px;
  }
}

@media (min-width: 767px) {
  .col-md-2-5 {
    width:20%;
  }

  .watch-video-cta {
    text-align:left;
  }
}

.fisheries-solutions .solution {
  margin-bottom: 35px;
}

.fisheries-solutions .thumbnail + * {
    margin-top: 15px;
}

.h4--mod--skin {
	line-height: 1.4;
}

@media (max-width: 991px) {
  .rd-mobilemenu, .rd-mobilepanel {
    display: block;
  }

  header .navbar-header {
    float: none;
  }

  header {
    text-align: left;
  }

  .navbar {
    display: none;
  }

  body {
    padding-top: 56px;
  }
}

.watch-video-cta {
  margin-top:25px;
}

.item-group .item {
  margin-bottom:40px;
}

.less-bottom-padding {
  padding-bottom:25px;
}

.parallax_cnt .contact-info p,
.contact-info a,
.contact-info a[href^="tel:"] {
  color: #dcdcdc;
}

.program-logo {
	height:250px;
	align-self: center;
}

.login-page .container_16 .grid_5 {
    margin-left: 20px;
    margin-right: 20px;
}

.login-page h1.page-title {
	text-align: center;
    margin-bottom: 2em;
    font-size: 35px;
}

.login-container .flex-container {
	display: flex;
    flex-direction: column;
    text-decoration: none;
}

.login-area-title,
.portal-link {
	align-self: center;
	margin-top: 1em;
}

.quota-link {
	align-self: center;
}


.portal-link p {
	margin-bottom: 10px;
}

.error, .empty {
    margin-top: 15px;
    position: absolute;
}

.mailform label.textarea {
	margin-top:40px!important;
}

@media (min-width: 1200px) {
  .col-md-1-5 {
      width: 14.2%;
  }
}


.success.text_1 {
	margin-bottom:10px;
}

.btn-primary {
	color: #ffffff;
	background-color: #007da5;
	border-color: #007da5;
}

.btn-primary:hover {
	color: #ffffff;
	border-color: #007da5;
	background-color: white;
	color:#414851;
}

.bg-white .term-list dd,
.bg-lighter .term-list dd {
  color:#8d939b;
}

.list-bullets {
  list-style:disc inside;
}


.list-bullets li {
  list-style:disc inside;
}

.page.home-page {
  min-height: 459px;
}

#our-story {
  background-image: url("../images/blue-blur-color-932638.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}

.contact-page .mfSelect .dropdown,
.contact-page .mfSelect .value {
  display:none;
}

.contact-page .mfSelect select {
  opacity:1!important;
  position: initial!important;
  left: initial!important;
  width: 100%!important;
  height: initial!important;
  overflow: initial!important;
  margin-top: 20px!important;
}

.reason.mfSelect.show {
  display:inline-block!important;
}

.fade-to-white {
  position:relative;
}

.fade-to-white:after {
  position: absolute;
  bottom: 0;  
  height: 100%;
  width: 100%;
  content: "";
  background: linear-gradient(to top,
     rgba(255,255,255, 1) 5%, 
     rgba(255,255,255, 0) 30%
  );
  pointer-events: none; /* so the text is still selectable */
}

.btn-about-client.collapsed {
  position: relative;
  top: -10px;
}

.btn-about-client,
.btn-about-client:hover,
.btn-about-client:focus {
  background-color: transparent;
  color: black;
  padding: 0px;
  min-width: initial;
  border: none;
}

.fade-to-white.disabled:after {
  background:initial;
  position:initial;
}

.client-logo-col {
  padding-right:10px;
}

.client-logo {
  width:85%;
}

.client-title {
  padding-bottom:10px;
}

.client-section-title {
  margin-bottom: 60px;
}

time strong {
    display: block;
    line-height: 1.2em;
    font-size: 36px;
    margin-bottom: -7px;
}

time {
    display: block;
    color: #0082a2;
    font-weight: bold;
    line-height: 1.2em;
    font-size: 10px;
    text-transform: uppercase;
    float: left;
    text-align: center;
    border: 2px solid #0082a2;
    margin: 0 30px 0 0;
    width: 99px;
    border-radius: 50px;
    padding: 24px 0 27px;
}

.margin-bot {
    margin-bottom: 35px !important;
}

.extra-wrap {
    overflow: hidden;
    display: block;
}

.text_1 {

    color: #000;
    margin: 0 0 8px;
    line-height: 30px;
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
}

.news-page .extra-wrap ul {
  list-style:disc inside;
}


.news-page .extra-wrap ul li {
  list-style:disc inside;
}

.news-page .extra-wrap * + p {
    margin-top: 15px;
}

.news-page .extra-wrap a {
  color: #007da5;
}

.rd-mobilepanel_title {
    overflow: hidden;
}

@media (max-width: 359px) {
  .rd-mobilepanel_title {
      font-size: 18px;
      overflow: hidden;
  }
}

@media (max-width: 991px) {
  .fm-column-two .row .col-sm-6 {
        margin-top: 0px;
  }
}

@media (min-width: 992px) {
  .fm-column-one {
    padding-right: 0px; width: 23%;
  }

  .fm-column-two {
    padding-left: 0px; padding-right: 75px; width: 27%;
  }

  .fm-column-three {
    padding-left: 25px; width: 25%;
  }
}

@media (max-width: 767px) {
  .fm-column-two .row .col-sm-6 {
    margin-bottom: 0px;
  }

  .item-group .item {
    width: 400px;
    margin: 0 auto;
    margin-bottom: 40px;
    padding-left: 61px;
  }
}

@media (max-width: 991px) {
  .error, .empty {
    position: relative;
    padding-bottom:10px;
  }

  .contact-page .mfSelect select {
    margin-top:0px!important;
  }

  .mailform label.textarea {
      margin-top: 12px!important;
  }
}

@media (max-width: 1199px) {
  .solution .thumbnail img {
        max-width: 80%;
  }
}

.error-page h2 {
  color:#414851;
}

.error-page h1 {
  font-size: 48px;
  font-weight: 600;
}