/*http://stackoverflow.com/questions/18365908/bootstrap-3-column-wraps-in-portrait-view-only*/


@font-face {
    font-family: 'glyphicons-halflings-regular';
    src: url('../fonts/glyphicons-halflings-regular.eot?') format('eot'), url('../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../fonts/glyphicons-halflings-regular.woff2') format('woff2'), url('f../fonts/glyphicons-halflings-regular.ttf') format('truetype');
}

@font-face {
      font-family: 'Work Sans';
      /*src: url('../fonts/WorkSans-Regular.eot');  IE9 Compat Modes */
      src: url('../fonts/WorkSans-Regular.woff') format('woff'),
           url('../fonts/WorkSans-Regular.woff2') format('woff2'), /* Modern Browsers */
           url('../fonts/WorkSans-Regular.ttf')  format('truetype'); /* Safari, Android, iOS */
          
     font-weight: normal;
     font-style: normal;
}

@font-face {
      font-family: 'Work Sans';
      src: url('../fonts/WorkSans-Regular.woff2') format('woff2'), 
           url('../fonts/WorkSans-Regular.woff') format('woff'), 
           url('../fonts/WorkSans-Regular.ttf')  format('truetype'); 
          
     font-weight: 400;
     font-style: normal;
}

@font-face {
      font-family: 'Work Sans';
      font-style: normal;
      font-weight: 500;
      src: url('../fonts/WorkSans-Medium.ttf') format('truetype'),
           url('../fonts/WorkSans-Medium.woff') format('woff'),
           url('../fonts/WorkSans-Medium.woff2') format('woff2');
}

@font-face {
      font-family: 'Work Sans';
      font-style: normal;
      font-weight: 600;
      src: url('../fonts/WorkSans-SemiBold.ttf') format('truetype'),
          url('../fonts/WorkSans-SemiBold.woff2') format('woff2'),
          url('../fonts/WorkSans-SemiBold.woff') format('woff');
}


@font-face {
      font-family: 'Work Sans';
      src: 
           url('../fonts/WorkSans-Bold.woff') format('woff'), /* Modern Browsers */
           url('../fonts/WorkSans-Bold.woff2') format('woff2'),
           url('../fonts/WorkSans-Bold.ttf')  format('truetype'); /* Safari, Android, iOS */
      font-style: normal;
      font-weight: 700;
}

html {

}
body {
    font-family: Work Sans, 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
    background-color: transparent; 
    margin-top: 60px; /*Required margin for .navbar-fixed-top. Remove if using .navbar-static-top. Change if height of navigation changes. Default height of navabr is 50px;*/
}

b,
strong {
  font-weight: 600;
}


h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-family: inherit;
  font-weight: 400;
  line-height: 1.1;
  color: inherit;
}

a, a:not([href]):not([tabindex]) {
    color: #2276AA;
    text-decoration: none !important;
    cursor: pointer;
}

a:focus, a:hover, a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
    color: #014c8c;
}

/*Fixed header - anchor links targets have to be offset*/
.anchorOffset:before {
    content: "";
    display: block;
    height: 70px;
    margin-top: -70px;
    visibility: hidden;
}




#home  {
    background: url('../Images/home_background.png') no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#content {
 -webkit-box-shadow: 0px 10px 23px -10px rgba(0, 0, 0, 0.43);
  -moz-box-shadow: 0px 10px 23px -10px rgba(0, 0, 0, 0.43);
  -ms-box-shadow: 0px 10px 23px -10px rgba(0, 0, 0, 0.43);
  -o-box-shadow: 0px 10px 23px -10px rgba(0, 0, 0, 0.43);
  box-shadow: 0px 10px 23px -10px rgba(0, 0, 0, 0.43);

}

.content {
    font-size: 0.85em;
}

.navbar  {
    background-color: #78a4ad;
}

.navbar-light .navbar-nav .nav-link {
    font-weight: 500;
    color: #313131;
    /*color: #fff;*/
    font-size: 1.25em;
    letter-spacing: 2px; 


}

/*.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
  color: #fff;
}*/

.navbar-light .navbar-nav .nav-link:focus {
  color: #fff;
  /*color: #313131;*/
}

.navbar-toggler {
        padding: 0.5rem 0.75rem;
}



/*Stretch the container on mobile devices full width*/
@media screen and (max-width: 768px) {
  .navbar .container {
    width: 100%;
  }

}

@media screen and (max-width: 768px) {
    .navbar-light .navbar-nav .nav-link {
        font-size: 1em;
  }
}

.dropdown-menu {
    border-radius: 0; 
    /*left: 10%;*/
    border: 1px solid #808080 !important;
    -webkit-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75) !important;
    -moz-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75) !important;
    box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75) !important;
}




.dropdown-item {
    font-size: 0.9em;
}

@media (max-width: 576px) {
    .dropdown-menu {
        background: none;
        border:none !important;
        -webkit-box-shadow: none !important;
        -moz-box-shadow: none !important;
        box-shadow: none !important;
  }
    .dropdown-item {
        color: #4d4d4d;
  }
}

.dropdown-item:focus, .dropdown-item:hover {
  color: #4d4d4d;
  text-decoration: none;
  background-color: #f4f8f9;
}

.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #71b6c3;
}


/*.dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
 }*/



.dropdown-toggle::after {
    display:none;
}



.pages {
    background-color: #ebebeb; 
}


#pageTitle {
    background-color: #accfd6; 
    /*color: #fff;*/
}


#pageTitle h1 {
    margin: 0px;
    padding: 0.8rem 0 0.5rem 0;
    font-weight: normal;
}


.content {
    background-color: #fff; 
    padding-top: 1rem;
    padding-bottom: 1rem;
}



footer {
    /*background-color: #bbdfe0;*/
    padding:1.5rem 0 0.5rem 0;
    font-size: 0.8em;
}


.glyphicons-thumbs-up:before {
    content: "\E125";
    font-family: glyphicons-halflings-regular;
    color: #808080;
    vertical-align:middle
 }

.glyphicon-check:before {
    content: "\E067";
    font-family: glyphicons-halflings-regular;
    color: #808080;
    vertical-align:middle
 }

.glyphicon-earphone:before {
    content: "\E182";
    font-family: glyphicons-halflings-regular;
    color: #808080;
    vertical-align:middle
 }

.glyphicon-envelope:before {
    content: "\2709";
    font-family: glyphicons-halflings-regular;
    color: #808080;
    vertical-align: middle;
}

/*Bug in dev version of Bootstrap 4 for table-responsive - I put div class="table-responsive" as a wrapper around a table*/

.table-bordered thead th, .table-bordered thead td {
    border-bottom: none;
}

.table .text-red {
    color: #9e1d52;
}

.thead-inverse th {
    color: #000000;
    background-color: #accfd6;
}


.text-red {
    color: #9e1d52;
}


.glyphicon {
    color: #777;
}

@media only screen and (device-width: 768px) {
  /* For general iPad layouts */
}

@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation:portrait) {
  /* For portrait layouts only */
}

@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation:landscape) {
  /* For landscape layouts only */
}
@media (max-device-height: 767px) {
	.cc-window {
		font-size: 0.60em;
	}
}
.copyright {
    font-size: 0.85em;
    
}

.copyright h5 {
    position: relative;
    text-align: center;
}


.copyright h5:before {
    position: absolute;
    left: 0;
    right: 0;
    width: 20%;
    height: 2px;
    margin: 0 auto;
    background: #3186a7;
    content: '';
    margin-top: -0.5em;

}
.copyright h5:before {
  left: 0;
}


/*CARDS*/

#home .card {
    background: transparent;
    line-height: 2;

}

.card-no-border {
    border: none;
}

#news .card {
  -webkit-box-shadow: 0px 10px 23px -10px rgba(0, 0, 0, 0.43);
  -moz-box-shadow: 0px 10px 23px -10px rgba(0, 0, 0, 0.43);
  -ms-box-shadow: 0px 10px 23px -10px rgba(0, 0, 0, 0.43);
  -o-box-shadow: 0px 10px 23px -10px rgba(0, 0, 0, 0.43);
  box-shadow: 0px 10px 23px -10px rgba(0, 0, 0, 0.43);
  background-color: #fff;  
  color: #343434;
 
}

#news .card h4 {
    color: #575757;
    position: relative;
    letter-spacing: 2px;
}


#news .card h4:before {
  background: rgb(158, 29, 82);
  content: "";
  display: block;
  height: 2px;
  position: absolute;
  bottom: 0%;
  width: 80%;
}

@media (max-width: 767px) {
    #news .card h4:before {
        width: 90%;
    }
}


#news .card h4:before {
  left: 0;
}


#home .card-footer {
  /*padding: 0.75rem 1.25rem;*/
    background-color: transparent;
    border-top: none ;
    padding-top: 0px !important;
    padding-right: 1.25rem;
    padding-bottom: 1.25rem !important;
    padding-left: 1.25rem;
    text-align: center;
}

#home .card-link {
    color: #fff;
}

#home .card-link:hover {
    color: #e5e5e5;
}

#downloadPage .card-outline-info {
  background-color: rgba(172, 207, 214, 0.08);
  border-color: #accfd6;
}


.banner {
    margin-top: 15rem;
    margin-bottom: 5rem;
}

.bannerText h1 {
    font-size: 3em;
    line-height: 1.3;
    text-transform: uppercase;

}

@media (max-width: 767px) {
    .bannerText h1 {
        font-size: 2.2em;
    }
}

.btn-primary:hover.active.focus, .btn-primary.active:focus,.btn-primary.focus, .btn-primary:active.focus,.btn-primary:active:focus, .btn-primary:focus {
    outline: 0 !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
}


#banner .btn-primary, #news .btn-primary,  #strip2 .btn-primary {
    padding: 15px 30px;
    margin-right: 4px;
    margin-bottom: 4px;
    font-family: "Work Sans", Arial, sans-serif;
    font-weight: 400;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    border-radius: 30px;
}


#banner .btn-outline-primary, #news .btn-outline-primary , #strip2 .btn-outline-primary {
    border: 1px solid #9e1d52;
}

#banner .btn-primary, #news .btn-primary, #strip2 .btn-primary {
    background: #9e1d52 !important;
    color: #fff;
}

#banner .btn-primary, #strip2 .btn-primary {
    font-size: 1.2em;
}

#banner .btn-primary:hover, #news .btn-primary:hover, #strip2 .btn-primary:hover {
    background: #d62b71 !important;
    border: 1px solid #d62b71 !important;
    -webkit-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75) !important;
    -moz-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75) !important;
    box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75) !important;
}



#strip1 {

    background-color: #747474;
    color: #fff;
}

#strip2 {
    background-color: #eceeef;
}

#strip3 {
 
    background-color: #ffffff;
}

#strip3 h2 {
    /*margin:0;*/
}

#strip4 {
    background-color: #b8e8f7;
}



/*Accordion*/

#accordion .card {
    /*border: none;*/
}

#accordion h5 {
    font-size: 1.1em;
}

.archive-title {
    color: #4d4d4d;
}

/*ACCORDION - changing the symbol from open to close*/


.card>.card-header  a {
  display: block;
}

/*some versions of Chrome  showing random white hihglights*/
#accordion .card {
    background-color: transparent;
}

.card>.card-header a:after {
  content: "";
  position: relative;
  top: 1px;
  display: inline-block;
  font-style: normal;
  font-weight: 600;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  float: right;
  transition: transform .25s linear;
  -webkit-transition: -webkit-transform .25s linear;
  color: #9a9a9a;
}

.card>.card-header a[aria-expanded="true"]:after {
  content: "-";
}

.card>.card-header a[aria-expanded="false"]:after {
  content: "+";

}


.form-control {
    font-family: Work Sans;
    font-size: 1em;
    border-radius: 0px !important;
}

.magic-table-bordered {
  border: 1px solid #eceeef;
}

.magic-table-bordered tr,
.magic-table-bordered td {
  border: 1px solid #eceeef;
}

.magic-table-row-border {
    border: 1px solid #eceeef;
}

.list-circle {
    list-style-type:circle;
}

.list-disc {
    list-style-type:disc;
}

.list-decimal {
    list-style-type:decimal;
}

.line-h-3 {
    line-height: 3;
}


/*popup code*/
#mask {
    background-color: #808080; 
    position: absolute; 
    top:0; 
    left:0; 
    z-index:9999; 
    opacity: 0.8;
}

#dialog {
    background-color: #fff; 
}

.close-dataset-tc a, .reject-dataset-tc a {
   color: #fff !important
}

.close-dataset-tc {
    background-color: #4d8e76;
    padding: 0.7em 0.9em 0.7em 0.9em;
  }

.close-dataset-tc:hover {
    background-color: #65caab;
}

.reject-dataset-tc {

    background-color:#9e1d52 ;
    padding: 0.7em 0.9em 0.7em 0.9em;
}

.reject-dataset-tc:hover {

    background-color:#d62b71 ;

}

.img-help {
    border: 1px solid #808080 !important;
    margin: 0.5rem;
}

.img-borderless {
    margin: 0.5rem;
}

.modal-header {
        border-bottom: none;
}

.LandmarkLogo {
    width:12%; 
    height:auto;
}

.tint-dark {
	background-color: #f7f3f0;
}
.tint-light {
	background-color: #fcfbfa;
}

.ga_radios_item {
	font-family: "nta", Arial, sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-weight: 600;
	font-size: 20px;
	line-height: 1.25;
	display: inline-block;
	position: relative;
	min-height: 40px;
	margin-bottom: 2px;
	padding-left:20px;
	clear: left
}

@media (min-width: 40.0625em) {
	.ga_radios_item {
		font-size: 19px;
		line-height: 1.3157894737
	}
}

.ga-radios_input {
	cursor: pointer;
	position: absolute;
	z-index: 1;
	top: -2px;
	left: -2px;
	width: 44px;
	height: 44px;
	margin: 0;
	opacity: 0
}
.ga-radios_label {
	display: inline-block;
	margin-bottom: 0;
	padding: 8px 15px 5px;
	cursor: pointer;
	-ms-touch-action: manipulation;
	touch-action: manipulation
}

	.ga-radios_label::before {
		content: "";
		box-sizing: border-box;
		position: absolute;
		top: 0;
		left: 0;
		width: 40px;
		height: 40px;
		border: 2px solid currentColor;
		border-radius: 50%;
		background: transparent
	}

	.ga-radios_label::after {
		content: "";
		position: absolute;
		top: 10px;
		left: 10px;
		width: 0;
		height: 0;
		border: 10px solid currentColor;
		border-radius: 50%;
		opacity: 0;
		background: currentColor
	}


.ga-radios_input:focus + .ga-radios_label::before {
	border-width: 4px;
	box-shadow: 0 0 0 4px #ffdd00
}

.ga-radios_input:checked + .ga-radios_label::after {
	opacity: 1
}


@media (min-width: 40.0625em) {
	.ga-radios--inline:after {
		content: "";
		display: block;
		clear: both;
		margin-left: 50px;
	}

	.ga-radios--inline .ga-radios_item {
		margin-right: 20px;
		float: left;
		clear: none
	}
}
.ga-radios--inline{
    margin-left: 90px;

    }
.ga-radios--inline ga_radios_item {
	margin-right: 20px;
	float: none
}
.ga-radios_input {
	left: -10px
}

.ga-radios_label::before {
	top: 8px;
	width: 24px;
	height: 24px
}

.ga-radios_label::after {
	top: 15px;
	left: 7px;
	border-width: 5px
}

.ga-radios_item:hover .ga-radios_input:not(:disabled) + .ga-radios_label::before {
	box-shadow: 0 0 0 10px #b1b4b6
}

.ga-radios_item:hover .ga-radios_input:focus + .ga-radios_label::before {
	box-shadow: 0 0 0 4px #ffdd00, 0 0 0 10px #b1b4b6
}

@media (hover: none), (pointer: coarse) {
	.ga-radios_item:hover .ga-radios_input:not(:disabled) + .ga-radios_label::before {
		box-shadow: initial
	}

	.ga-radios_item:hover .ga-radios_input:focus + .ga-radios_label::before {
		box-shadow: 0 0 0 4px #ffdd00
	}
}

.ga-label {
	font-family: "nta", Arial, sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-weight: 500;
	font-size: 18px;
	line-height: 1.5;
	color: #0b0c0c;
	display: block;
	margin-bottom: 25px
}

#btncookiesave {
	background: #9e1d52 !important;
	color: #fff;
	border: 1px solid #9e1d52;
	font-size: 1.2em;
}