@font-face {
    font-family: simply-round;
    src: url('Fonts/Linotte-SemiBold-webfont.eot');
    src: url('Fonts/Linotte-SemiBold-webfont.eot?#iefix') format('embedded-opentype'),
         url('Fonts/Linotte-SemiBold-webfont.ttf') format('ttf'),
         url('Fonts/Linotte-SemiBold-webfont.woff') format('woff'),
         url('Fonts/Linotte-SemiBold-webfont.svg') format('svg');
} 

@font-face { 
    font-family: RobotoThin;
    src: url('Fonts/Roboto-Thin-webfont.eot');
    src: url('Fonts/Roboto-Thin-webfont.eot?#iefix') format('embedded-opentype'),
         url('Fonts/Roboto-Thin-webfont.ttf') format('ttf'),
         url('Fonts/Roboto-Thin-webfont.woff') format('woff'),
         url('Fonts/Roboto-Thin-webfont.svg') format('svg'); 
}  

@font-face { 
    font-family: RobotoLight;
    src: url('Fonts/Roboto-Light-webfont.eot');
    src: url('Fonts/Roboto-Light-webfont.eot?#iefix') format('embedded-opentype'),
         url('Fonts/Roboto-Light-webfont.ttf') format('ttf'),
         url('Fonts/Roboto-Light-webfont.woff') format('woff'),
         url('Fonts/Roboto-Light-webfont.svg') format('svg'); 
} 

body {
    width: 100%;
    height: auto;
    color:  #666666;       /* #838589;    /* #666666; */
    margin: 0px;
    padding-top: 11em;
}

.flex-container {
    display: flex;
    justify-content: center;
    padding-top:1em;
    padding-left: 1em;
}

.flex-container2 {
    display: flex;
    text-align: left;
}

.flex-container > div {
    padding: 2em;
}
.vflex-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.containerpayd {
    padding-top: 3%;
/*    padding-left: 8%;
    padding-right: 8%;  */
}

@media (max-width: 1200px) {
    .flex-container2 {
        flex-direction: column;
    }
    #contact_text {
        width: 400px;
        padding: 0px;
    }
}

@media (min-width: 1201px) {
    .flex-container2 {
        flex-direction: row;
    }
    #contact_text {
        padding-top: 150px;
        padding-bottom: 150px;
        padding-right: 15px;
    }
}

.logo-container { 
    display: flex;
    justify-content: center; 
    padding-top: 1em; 
    padding-left: 1em;
}

.paydcontent {
    padding-left: 20%;
    padding-right: 20%;
}

.paydcontent h4 {
    color: #404040;
    font-family: 'Helvetica', sans-serif; 
    /*font-size: 16pt;*/
    font-weight: bold;
    font-size: 2em;
}

.paydcontent p, #features li { 
    line-height: 1.8em;
    font-family: 'Roboto';
    font-size: 1em; 
    margin-top: 1.25rem;
}

#status p {
    font-family: 'RobotoLight';
    font-size: 12pt;
}

#status {
    text-align: right;
    font-size: 130%;
    padding-bottom: 13%;
}
.paydtop{
    display: flex;
    flex-direction: row;
    padding-bottom: 13%;
/*    padding-left: none; */
}

.paydend {
    display: flex;
    flex-direction: row;
    padding-bottom: 13%;
}

.paydtop #left, .paydend #left {
    width: 65%;
    text-align: left;
    padding-right: 5%;  
}

.paydtop #right, .paydend #right {
    display: flex; 
    flex-direction: column; 
    justify-content: center;  
    padding-top: 5%; 
    width: 35%;   
}

.bottomicon {
    display: flex;
    justify-content: right;
    padding-right: 10%;
}

#bottomicon {
    width:15%;
    height: 15%;
}

.paydbody {
    display: flex;
    flex-direction: row;
    padding-bottom: 13%;
}

.paydcontact {
    display: flex;
    flex-direction: row;
    padding-bottom: 15%;
}

.paydbody #right, .paydcontact #right {
    width: 65%;
    text-align: left;
    padding-left: 5%;
}

.paydbody #left, .paydcontact #left {
    display: flex; 
    flex-direction: column; 
    justify-content: center; 
    align-items: center;
    width: 35%; 
    padding-top: 2%;
}

#fileexch {
    width:57%;
    height: 52%;
}

#robot {
    height: 80%;
    width: 45%;
}

#imglogo {
    display: flex;
    justify-content: center;
    padding-bottom: 0%;
}

#paydimg {
    width: 40%;
    height: 90%;
}

#imgicon {
    display: flex;
    justify-content: center;
}

#paydlogo {
    width: 10%;
    height: 80%;
}

#features {
    list-style-image: url("Images/bulletpoint.png"); 
    padding-left: 3%;
}

.footer {
    text-align: center;
}

#left {
    width: 13%;
    text-align: right;
}
#right {
    width: 40%;
}
#client {
    width: 23%;
    font-size: 0.95em;
}
#half {
    width: 50%;
    text-align: center;
}
#bottom {
    width: 50%;
}

div {
    display: block;
    font-family: 'Roboto', 'arial unicode ms', arial, sans-serif;
    font-size: 1em;
}

div.logo { /*
    height: 2em;    */
    position: fixed;
    top: 0px;
    width: 100%;    /*
    display: block; */
    padding-top: 0.4em;     /*
    padding-left: 2em;
    padding-bottom: 0.4em;  */
    z-index: 0;
    color: #383838;
    background-color: #ffffff;
}

span.logo {
    font-family: simply-round;
    font-size: 5em;
    padding-left: 1em;
}

p.logo {
    padding-left: 5.2em;
    font-family: 'Quicksand', 'Poppins', sans-serif;
/*  font-weight: bold;
    color: #5F9494; */
}

nav {
    padding-top: 2px;
    padding-bottom: 2px;
    box-shadow: 0px 3px 3px 0 #CCCCCC;
}

nav ul li {
    display: inline-block;
}

a {
    text-decoration: none;
}
a:hover {
    cursor: pointer;
}

nav ul li a {
    color: #444444; /*#404040;*/
    font-family: 'Poppins', sans-serif;
    font-size: 1em;
}
nav ul li a:hover {
    color: #A6A6A6;
}
nav ul li span {
    color: #444444; /*#404040;
    font-size: 1em;     */
    font-family: 'Poppins', sans-serif;
    font-weight: bold;
}

h2, h3, h5 {
    margin: 0;
    font-family: 'Roboto', sans-serif;
    color: #404040      /* #666666; */
}
h2 {
    font-size: 3em;
    font-weight: 100;
}
h3 {
    font-weight: 100;
    font-size: 2em;
}
h4 {
    margin: 0;
    font-family: 'Roboto', sans-serif;
    font-size: 1.05em;
}
h5 {
    font-size: 2em;
    font-weight: 100;
}

#babcock {
    color: #0F3689;
}
#ppc {
    color: #E71525;
}
#burgess {
    color: #0E6DBE;
}

.container {
    margin: auto;
    padding-top: 5em;
    line-height: 1.8;
}

p {
    margin-top: 0;
}

ul {
    padding-left: 7em;
}

.values {
    padding-left: 5.2em;
}

.sub-point {
    font-size: 0.9em;
    display: none;
}

.read-more {
    font-size: 0.9em;
    color: #5F9494;
    padding-left: 4.5em;    /*#CC0000;*/ /*#FF0000;*/
}

.email {
    font-size: 0.9em;
    color: #5F9494;     /*#CC0000;*/
}

span.footer {
    font-size: 0.75em;
    font-family: 'Roboto', 'arial unicode ms', arial, sans-serif;
    text-align: center;
}

span.italics {
    font-style: italic;
}

.box {
    line-height: 1.8em;
    background-color: #f2f2f2;
}

.modalDialog {
    position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
    opacity: 0.98;
    background-color: #333333;    /*
	background: rgba(0,0,0,0.82);  */
    pointer-events: none;
	z-index: 99999;
    display: none;
    /*
	opacity: 0;
	-webkit-transition: opacity 400ms ease-in;
	-moz-transition: opacity 400ms ease-in;
	transition: opacity 400ms ease-in;     */
}

.modalDialog > div {
	width: 800px;
	position: relative;
	margin: 15% auto;
	padding: 5px 20px 13px 20px;
	background: #fff;
    color: #595959;
}

.closeButton {
	background: #606061;
	color: #FFFFFF;
	line-height: 1.8em;
	position: absolute;
	right: 0px;
	text-align: center;
	top: 0px;
	width: 3em;
	text-decoration: none;
	font-weight: bold;
}

.closeButton:hover {
    background: #FF5F5E;
}

#highlight {
    color: #FF5F5E;
}
