.consulting-landing{
	/*background-image: url("../images/pexels-photo-woodpanel-colours.jpeg"); */
	background-color: #3450a2;
	background-repeat: no-repeat;
    background-size: cover;
	color: white;
	width: 100%;
}

.blog-landing{
	background-image: url("../images/boat_sea.png");
	background-color: pale-gray;
	background-repeat: no-repeat;
    background-size: cover;
	color: white;
	width: 100%;
}

.wrapper {
    display: flex;
    align-items: stretch;
	height: 100%;
	position: fixed;
	z-index: 1;
	overflow-x: hidden;
	transition: 0.5s;
	background-color: black;
	color: white;
	padding: 5px;
}

#sidebar {
    min-width: 300px;
    max-width: 300px;
}

#sidebar.active {
    margin-left: -300px;
}

a[data-toggle="collapse"] {
    position: relative;
}

.overlay {
    display: none;
    position: fixed;
	/*show beside sidebar */
	margin-top:80px;
	margin-left:300px;
	
    /* full screen */
    width: 100vw;
    height: 100vh;
    /* transparent black */
    background: rgba(0, 0, 0, 0.7);
    /* middle layer, i.e. appears below the sidebar */
    z-index: 998;
    opacity: 0;
    /* animate the transition */
    transition: all 0.5s ease-in-out;
}
/* display .overlay when it has the .active class */
.overlay.active {
    display: block;
    opacity: 1;
}


.dropdown-toggle::after {
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}



.bg-green {
	background-color : #3dbb8b;
	color: white;
}

.bg-dark-grey {
	background-color : #282828;
	color: white;
}


.bg-green a:link {
	color: white;
}

.bg-dark-blue {
	background-color: #22283c;
	color : white;
}

.bg-pale-blue {
	background-color: #56a6ed;
	color : white;
}

.blog-item {
	border-top: 1px solid gray;
	padding : 15px;
	bottom:0;
	box-sizing:border-box;
	max-height : 188px;
	overflow : hidden;

}

.twitter-feed {
	float : right;
	text-align : right;
}

.sticky {
	position : fixed;
	float : right;
}

.menu-contact {
	float:left;	
	padding-top:12px;
}

.blog-title{
	font-size: 18px;
}

.gdpr{
	background-image: url("../images/pexels-photo-glasses-computers.jpeg");
	background-color: pale-gray;
	background-repeat: no-repeat;
    background-size: cover;
	color: white;
	width: 100%;
}

.aml{
	background-image: url("../images/pexels-photo-windows-london.jpg");
	background-color: pale-gray;
	background-repeat: no-repeat;
    background-size: cover;
	color: white;
	width: 100%;
}

.contact{
	background-image: linear-gradient(gray, #F8F8FF),
					linear-gradient(black, black);
	font-size: 18px;
	color: black;
}

.story{
	background-image: url("../images/pexels-pattern-wood-triangles.jpg");

	background-color: black;
	background-repeat: no-repeat;
    background-size: cover;
	width: 100%;
	font-size: 18px;
	color: black;
}

.quote{	
	font-size: 29px;
	color: white;
	line-height: 120%;

	
}

.hide {
 display:none;
}

.footer{
	font-size: 12px;

}

.training{
	background-image: url("../images/pexels-photo-classroom-chairs-low.jpeg");
	background-repeat: no-repeat;
	background-attachment: fixed;
    background-size: cover;
	width: 100%;
}

.careers{
	background-image: url("../images/careers_background.png");
	background-repeat: no-repeat;
	background-attachment: fixed;
    background-size: cover;
	width: 100%;
	color: white;
}

.public-training{
	background-image: url("../images/chairs	.png");
	background-repeat: no-repeat;
	background-attachment: fixed;
    background-size: 100% 100%;
	width: 100%;
	

}

.homepage-seminar{
	background-image: url("../images/aml-seminar-galway-small.png");
	background-repeat: no-repeat;
	background-attachment: cover;
	background-size: 1200px 1000px;
	width: 100%;
}

.home-landing {
	background-image: url("../images/dublin-skyline-dark.jpg");
	background-repeat: no-repeat;
	background-attachment: cover;	
	background-size: 100% ;	
	font-size: 45px;
	color: white;
}

.about-landing {
	background-image: url("../images/people_in_square.png");
	background-repeat: no-repeat;
	background-attachment: cover;	
	background-size: 100% ;		
	color: white;
}

.white-insert{
	background-color:white;
	opacity: 0.9;
	font-size: 17px;
	color: black;
	margin-top: 0px;
	margin-bottom: 0px;
}

.grey-insert{
	background-color:#D3D3D3;
	opacity: 0.9;
	font-size: 17px;
	color: black;
	margin-top: 0px;
}

.home-training{
	background-image: linear-gradient(gray, #F8F8FF),
					linear-gradient(black, black);
	opacity: 0.9;
	font-size: 30px;
	color: #282828;
	padding: 0px;
	text-align:center;
	line-height:100px;
	position:absolute;
	top:400px;
	min-width: 300px;
}

.home-blurb{

	background-color:white;
	opacity: 0.9;
	font-size: 21px;
	color: black;
	margin-top: 0px;
	margin-bottom: 0px;
	text-align:left;
	position:absolute;
	top:250px;
	min-width:300px;
	display: inline;
}

.notice {

	background-color:white;
	opacity: 0.9;
	font-size: 21px;
	color:red;
}

.home-blurb a {display: inline;}

.home-training a { color:black; text-decoration:none }
.home-training a:hover { 
	color:white; 
	text-decoration:none;
	background-image: linear-gradient(#F8F8FF, gray),
					linear-gradient(black, black);
	
	}

.services-block {
	color:black;
	height : 230px;
	padding : 15px;
	text-align:center;
	vertical-align: center;
	box-shadow: 5px 5px #888888;
}

.services-block a { color:black; text-decoration:none }
.services-block a:hover { 
	color:black; 
	text-decoration:none;
}	
.services-block b { 
	color:black; 
	text-align: center;

}
	
.home-spotlight {
	text-align : center;
}
	
.home-spotlight a { color:black; text-decoration:none }
.home-spotlight a:hover { 
	color:black; 
	text-decoration:none;
}

.home-consulting{
	background-image: linear-gradient(#F8F8FF, 	#480000 ),
					linear-gradient(black, black);
	opacity: 0.9;
	font-size: 30px;
	color: #282828;
	padding: 0px;
	text-align:center;
	line-height:100px;
	position:absolute;
	top:540px;
	min-width:300px;
}


.home-consulting a { color:black; text-decoration:none }
.home-consulting a:hover { 
	text-decoration:none;
	background-image: linear-gradient(#480000 , #F8F8FF),
					linear-gradient(black, black);
	}

.white-link-text {
	color:white!important;
}
.white-link-text a {
	color:white!important;
}

.eLearning {
	color:white;
	font-size: 18px;
}

/* Centered text */
.centered {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
	font-size: 25px;
}

.mobile-text {
	font-size : 20px;
}

.box-item {
  background-image: linear-gradient(#F8F8FF, #F8F8FF),
					linear-gradient(black, black);
  background-repeat: no-repeat;

  /* First sizing pair (4px 50%) will define the size of the border i.e border
     will be of having 4px width and 50% height. */
  /* 2nd pair will define the size of stretched background image. */
  background-size: 75% 90%, 75% 93%;

  /* Similar to size, first pair will define the position of the border
     and 2nd one for the container background */
  background-position: center center, center center;
  
}




.consulting-body{
	font-size: 18px;
}


.public-training-body{
	background-color:#D3D3D3;
}

.date {
	display:none;
}

.highlight {
	color:red;
	font-weight:bold;
}

.title-row {
	font-weight: bold;
	font-size: 18px;
	background-color: #303030;
	color: white;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 15px;
	padding-bottom: 15px;
}


.table-even-row{
	background-color: #F5F5F5;
    margin-left: -15px;
	margin-right: -15px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.table-odd-row{
	background-color: white;
	margin-left: -15px;
	margin-right: -15px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.floating-toc{
	position : fixed;
	font-size : 17px;
}


.gdpr-answer{
	background-color: #D3D3D3;
	border: 1px solid black; 
	font-size: 16px;
	padding-left: 25px;
}

[data-toggle="collapse"][aria-expanded="true"] > .js-rotate-if-collapsed {
			  content: '<';
            -webkit-transform: rotate(270deg);
            -moz-transform:    rotate(270deg);
            -ms-transform:     rotate(270deg);
            -o-transform:      rotate(270deg);
            transform:         rotate(270deg);
}

.panel-body-regsol {
  padding: 15px;
	border:0;
}
.panel-title-regsol {
	display:block;
	padding:15px;
  color:#555;
  font-size:16px;
  font-weight:bold;
	letter-spacing:1px;
  word-spacing:3px;
	text-decoration:none;
}

.selectdiv:after {
  content: '>';
  font-weight: bold;
  font: 17px "Consolas", monospace;
  color: #333;'
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  right: 11px;
}
  
.flipper {
    transform: scaleX(-1);
    -moz-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
}

.demo{
	background-color: pale-gray;
	background: #D3D3D3 !important;	
	display: flex;
	align-self: center;	
	text-align: center;
	border: 1px solid gray; 
	
}

.mission-statement {
	color:black;
}

.bios {
	font-size:15px;
}


.content {
  position: absolute;
  top : 0;
  background: rgba(0, 0, 0, 0.5);
  color: #f1f1f1;
  width: 100%;
  padding: 20px;
}

.content-relative {
  background: rgba(0, 0, 0, 0.5);
  color: #f1f1f1;
  padding: 15px;
  font-size: 21px;
}

.grey-scale{
	background-image: linear-gradient(gray, #F8F8FF),
					linear-gradient(black, black);
}

.blue-scale{
	background-image: linear-gradient(#E6E6FA, #F8F8FF),
					linear-gradient(black, black);
}





.regsol-navbar{
	background-color: pale-gray;
	background: #D3D3D3 !important;	
}


.navbar_regsol {
    background-color: #333;
    font-family: Arial, Helvetica, sans-serif;
}

.navbar_regsol a {
    float: left;
    font-size: 16px;
    color: white;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
}

.dropdown_regsol {
    float: left;
    overflow: relative;
	margin-bottom:-15px;
	text-align:center;
}

.dropdown_regsol .dropbtn {
    font-size: 16px;    
    border: none;
    outline: none;
    color: white;
    padding: 14px 16px;
    background-color: inherit;
    font-family: inherit;
    margin: 0;
}

.navbar_regsol a:hover, .dropdown:hover .dropbtn {
    background-color: red;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: white;
    margin-left: 15px;
	margin-right: 15px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.table-striped tbody tr:nth-of-type(even) {
  background-color: #F5F5F5;
    margin-left: 15px;
	margin-right: 15px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.table-striped tbody th {
    padding-left: 15px;
	padding-right: 15px;
	padding-top: 10px;
	padding-bottom: 10px;
	font-weight:normal;
}

.table-striped-small tbody tr:nth-of-type(odd) {
  background-color: white;
    margin-left: 15px;
	margin-right: 15px;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size:14px;
}

.table-striped-small tbody tr:nth-of-type(even) {
  background-color: #F5F5F5;
    margin-left: 15px;
	margin-right: 15px;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size:14px;
}

.table-striped-small tbody th {
    padding-left: 15px;
	padding-right: 15px;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size:14px;
	font-weight : normal;
}


.dropdown-content {
    display: none;
    position: fixed;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

.dropdown-content a {
    float: none;
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
}

.dropdown-content a:hover {
    background-color: #ddd;
}

.dropdown:hover .dropdown-content {
    display: block;
}

/* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 26px;
}

/* Hide default HTML checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 0px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #2196F3;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 26px;
}

.slider.round:before {
  border-radius: 50%;
}