/* Equalize Simple List Blocks - Hire > Contingency Model*/

/* Change item class here */
.items_cb8ed33c7d664340ab7c8fa2475e636f  { 
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	min-height: 100%;
}

/* Change item class here */
.items_cb8ed33c7d664340ab7c8fa2475e636f  > .item {
	display: flex;
	flex-direction: column;
}

/* Equalize Simple List Blocks - Hire > Blue Simple List Row*/

/* Change item class here */
.items_fbb0d982059f4bd699abadd72fb1f004  { 
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	min-height: 100%;
}

/* Change item class here */
.items_fbb0d982059f4bd699abadd72fb1f004  > .item {
	display: flex;
	flex-direction: column;
}



/* Equalize Simple List Blocks* About Us Page/

/* Change item class here */
.items_b2bb7ab08f0a4f41b7b16d234fe3488a { 
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	min-height: 100%;
}

/* Change item class here */
.items_b2bb7ab08f0a4f41b7b16d234fe3488a > .item {
	display: flex;
	flex-direction: column;
}

/* Equalize Simple List Blocks* Service Models Page/

/* Change item class here */
.items_c748ea615f0844fab333075042dfee42 { 
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	min-height: 100%;
}

/* Change item class here */
.items_c748ea615f0844fab333075042dfee42 > .item {
	display: flex;
	flex-direction: column;
}


/*Reduce Mobile Logo Size*/

@media only screen and (min-width: 601px) and (max-width: 767px) {
        .headerContent h1.logo img {
    max-width: 30% !important;
    display: block;
    }
}

@media only screen and (max-width: 600px){
    .headerContent h1.logo img {
    max-width: 50% !important;
    display: block;
    }
}

/* Equalize Simple List Blocks Subscription Model Page*/

/* Change item class here */
.items_ffe112c25bd9431b841c840abab2dd79 { 
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	min-height: 100%;
}

/* Change item class here */
.items_ffe112c25bd9431b841c840abab2dd79 > .item {
	display: flex;
	flex-direction: column;
}







/* Equalize Simple List Blocks - Hourly Model Page 1*/

/* Change item class here */
.items_d131c47826234397b145da057feaf40f { 
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	min-height: 100%;
}

/* Change item class here */
.items_d131c47826234397b145da057feaf40f > .item {
	display: flex;
	flex-direction: column;
}





/* Equalize Simple List Blocks - Hourly Model Page 2*/

/* Change item class here */
.items_b14e0f5c55e4478088eb7e9b67838477 { 
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	min-height: 100%;
}

/* Change item class here */
.items_b14e0f5c55e4478088eb7e9b67838477 > .item {
	display: flex;
	flex-direction: column;
}

/* 2 Column Form */
@media only screen and (min-width: 768px) {
    #madFormContainer,
    #madHeroContent {
        width: 50%;
        float: left;
    }

    div#madHero {
        display: flex;
        flex-flow: row wrap;
        align-items: center;
    }
}

div#madHeroContent img {
    max-width: 100%;
    width: 525px;
}

.madTitle {
    font-size: 30px; 
    color: #000;
    text-align: left;
}

.madContent {
    font-size: 18px; 
    color: #000;
    text-align: left;
}

.madButton {
    color: fff;
    background-color: #000;
    border-color: #000;
    padding: 10px 30px;
    display: inline-block;
    margin-top: 20px;
    margin-bottom: 20px;
}

.madButton:hover {
    color: fff;
    background-color: #eee;
    border-color: #eee;
}

.blockContainer.blockWrap_d751a8b1c1fa42e2979638d024d24922 {
    background-size: cover;
}

.review-wrap {
    background: #034e7b;
    text-align: center;
    color: white;
    padding: 20px;
}

img.stars {
    margin: 10px auto;
}

ul.slick-dots {
    padding: 0 !important;
}

h3.review-title {
    font-size: 35px;
    font-weight: bold;
    text-transform: uppercase;
    font-family: atramentbold,Arial,Verdana,sans-serif;
    line-height: 1;
}

p.review-content {
    font-style: italic;
    font-size: 15px;
    padding-bottom:15px;
}

p.review-author {
    padding-bottom: 15px;
    font-size:15px;
}

.site {
    font-style: italic;
    font-size: 15px;
}

/*Slick slider theme styles*/

/* Slider */
.slick-loading .slick-list
{
    background: #fff url('./ajax-loader.gif') center center no-repeat;
}

/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url('./fonts/slick.eot');
    src: url('./fonts/slick.eot?#iefix') format('embedded-opentype'), url('./fonts/slick.woff') format('woff'), url('./fonts/slick.ttf') format('truetype'), url('./fonts/slick.svg#slick') format('svg');
}
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -25px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: '←';
}
[dir='rtl'] .slick-prev:before
{
    content: '→';
}

.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '→';
}
[dir='rtl'] .slick-next:before
{
    content: '←';
}

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 45px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: white !important;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}