@font-face {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 400;
	src: local(''),
		 url('fonts/montserrat-v15-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
		 url('fonts/montserrat-v15-latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

body {
	padding:0;
	margin-left:0px;
	margin-right:0px;
	margin-top:0px;
	margin-bottom:0px;

    -webkit-print-color-adjust:exact !important;
    print-color-adjust:exact !important;
}

@media print {
    .pagebreak { page-break-before: always; } /* page-break-after works, as well */
    .spacer { height: 20px; }

    .float-child-left {
        height: 120% !important;
    }  

    .float-child-right {
        height: 120% !important;
    }
}

html, body {
  height: 100%;
  
  display: flex;
  flex-direction: column;
}

body > * {
  flex-shrink: 0;
}

body * {
	font-size:12px;
	font-family: 'Montserrat',sans-serif;
    color: #25292e;
}

h1 {
    font-size: 26px;
    margin-top: 6px;
    margin-bottom: 6px;
    color: #434A54;
    font-weight: bold;
}

h2 {
    font-size: 20px;
    margin-top: 6px;
    margin-bottom: 6px;
    color: #434A54;
    font-weight: bold;
}

h3 {
    font-size: 16px;
    margin-top: 6px;
    margin-bottom: 6px;
    color: #434A54;
    font-weight: bold;
}

h4 {
    font-size: 12px;
    margin-top: 6px;
    margin-bottom: 6px;
    color: #434A54; 
    font-weight: bold;
}

ul {
    padding-left: 15px;
}

a {
    color: #6784a3;
    font-weight: bold;
    text-decoration: none;
    line-break: anywhere;
}

.float-container {
    flex-grow: 1;   
}

.float-child-padding {
    padding: 20px;
}

.float-child-left {
    width: 30%;
    float: left;
    background-color: #E6E9ED;
    height: 100%;
}  

.float-child-right {
    width: 70%;
    float: left;
    height: 100%;
}

/* The actual timeline (the vertical ruler) */
.timeline {
    border-color: #E6E9ED !important;
    border-left: 2px;
    border-top: 0px;
    border-right: 0px;
    border-bottom: 0px;
    border-style: solid;
}

/* The circles on the timeline */
.timelineDot {
    position: absolute;
    width: 10px;
    height: 10px;
    background-color: white;
    border: 2px solid #2789a6;
    border-radius: 50%;
    z-index: 1;
    margin-left: -47px;
    margin-top: 7px;
}

.timelineDotLine {
    position: absolute;
    z-index: 1;
    background-color: white;
    border: 1px solid #2789a6;
    width: 14px;
    height: 0px;
    margin-left: -33px;
    margin-top: 13px;
}
    
span.itTechnology {
    font-size: 12px;
    color: #FFFFFF;
    background-color: #4a6785;
    padding: 3px 5px 2px 5px;
    text-decoration: none;
    border-radius: 3px;
    font-weight: bold;
    text-shadow: none;
    line-height: 200%;
    border-width: 1px;
    border-color: #4a6785;
    border-style: solid;
}

div.workOuter {
    margin-left: 20px;
    border-radius: 5px;
    border-style: solid;
    border-width: 1px;
    border-color: #E6E9ED;
    margin-bottom: 5px;
    break-inside: avoid;
    background-color: #f1faff;
}

div.work {
    border-radius: 5px;
    border-style: solid;
    border-left-width: 3px;
    border-right-width: 0px;
    border-top-width: 0px;
    border-bottom-width: 0px;
    border-color: #2789a6;
    padding: 15px;
    margin: -1px;    
}

div.projectOuterPadding {
    padding-top: 20px;
}

div.projectOuter {
    border-radius: 5px;
    border-style: solid;
    border-width: 1px;
    border-color: #E6E9ED;    
    break-inside: avoid;
    background-color: #e6f4f1;
}

div.project {
    border-radius: 5px;
    border-style: solid;
    border-left-width: 3px;
    border-right-width: 0px;
    border-top-width: 0px;
    border-bottom-width: 0px;
    border-color: #00a395;
    padding: 15px;
    margin: -1px;    
}

.date {
    font-size: 12px;
    color: #4a6785;
}

.profileImageOuter {
    border-radius: 5px;
    border-style: solid;
    border-width: 5px;
    border-color: #ffffff;
}

.profileImage {
    width: 100%;
    
}

.tableLabel {
    vertical-align: top;
}

.tableContent {
    vertical-align: top;
    color: #3c4856;
}

.projectHeader {
    break-inside: avoid;
    margin-bottom: -10px;
}

/*****************************************/

.separatorParent {
    padding-top: 15px;
    padding-bottom: 15px;
}

.separator {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.separator:before,
.separator:after {
    content: '';
    border-top: 1px solid #E6E9ED;
    margin: 0 20px 0 20px;
    flex: 1 0 20px;
}

/*****************************************/


@media only screen and (max-width: 767px) {

    .float-child-left {
        width: 100%;
        float: none;
        height: auto;
    }  

    .float-child-right {
        width: 100%;
        float: none;
        height: auto;
    }
}