/* general style*/
/*--- typography ---*/
h1, h2, h3, h4, a {
    font-family: 'Quicksand', Arial, sans-serif;
    color: #303c50;
}

p {
    font-family: 'Work Sans', Arial, sans-serif;
    color: #303c50;
    font-size: 18px;
}

/* socials */
@font-face {
    font-family: 'icomoon';
    src:    url('fonts/icomoon.eot?6bj8i8');
    src:    url('fonts/icomoon.eot?6bj8i8#iefix') format('embedded-opentype'),
        url('fonts/icomoon.ttf?6bj8i8') format('truetype'),
        url('fonts/icomoon.woff?6bj8i8') format('woff'),
        url('fonts/icomoon.svg?6bj8i8#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
}
[class^="icon-"], [class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    color: #303c50;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-twitter:before {
    content: "\ea96";
}
.icon-youtube2:before {
    content: "\ea9e";
}
.icon-linkedin2:before {
    content: "\eaca";
}

/*--- navbar ---*/
header {
    height: 100px;
    position: relative;
}

ul li {
    display: inline-block;
    padding-left: 20px;
}



nav {
   list-style-type: none;
   text-align: center;
}

.logo {
    position: absolute;
    top: 0;
    left: 0;
}

.header-nav a {
    display: block;
    line-height: 100px;
    text-decoration: none;
    color: #303c50;
    font-weight: bold;
    text-align: center; 
    text-transform: uppercase;
}

.header-nav a:hover {
    color: #14a0e1;
    text-decoration: underline;
}

.active a{
    color: #14a0e1;
}

.loginAndSearch {
    position: absolute;
    top: 10px;
    right: 33px;
}

.logIn,
.signUp {
    display: inline-block;
    padding-left: 10px;
    padding-right: 10px;
    margin-left: 15px;
    margin-top: 20px;
}

.logIn button,
.signUp button {
    border: none;
    font-size: 16px; 
    color: #14a0e1;
    background-color: transparent;
    cursor: pointer;
}


/*--- footer style ---*/

footer {
    background-color: #f6f9fb;
    clear: both;
}

.footerInfo {
    width: 80%;
    display: -webkit-flex;
    display: flex;
     -webkit-justify-content: center;
    justify-content: center;
    -webkit-justify-content: space-around;
    justify-content: space-around;
    margin: 0 auto;
    padding: 20px;
    clear: both;
    margin-top: 100px;
    clear: both;
}

.address h4,
.callUs h4,
.emailus h4,
.connect h4 {
    text-transform: uppercase;
    font-weight: 900;
    margin-bottom: 0;
    font-family: 'Work Sans', Arial, sans-serif;
    text-align: center;
    color: #14a0e1; 
}

.address p {
    line-height: 0.5;
    font-size: 1em;
}

.connect ul li{
    padding: 0;
    margin-right: 30px;
   
}

.copyrightPartiendo small {
    text-align: center;
    margin: 0;
    font-size: 15px;
}

.copyrightPartiendo small:last-child {
    padding-bottom: 20px;
}


.connect  li {
    margin: 0 auto;
}

footer a {
    text-decoration: none;
    font-size: 20px;
    color: #000;
    text-align: left;
}

footer a:hover {
     color: #14a0e1;
}

small {
    font-family: 'Work Sans', Arial, sans-serif;
    text-align: center;
    display: block;
    /*color: #ABB5C5;*/
}

/** {
    border: 1px solid black;
}*/

/* a11y style */

.screen-reader-text {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
}

.skip-to-content {
    position: absolute;
    padding: 1em;
    top: -100px;
    left: 1em;
    z-index: 1000;
    color: white;
}

.skip-to-content:focus {
    position: absolute;
    top: 15%;
}

.skip-to-top {
    position: absolute;
    text-indent: -9999px;
}

/* home page style*/
/*--- text block ---*/

.intro {
    z-index: 1000;
    position: absolute;
    left: 10%;
    top: 10%;
    color: #14a0e1;
}

.intro h1 {
    text-transform: lowercase;
    font-size: 80px;
    font-weight: bold;
    margin-bottom: 0;
}

.intro p {
    font-size: 25px;
    letter-spacing: 3px;
    margin-top: 0;
    text-align: center;
}

.twoButtons {
    z-index: 1000;
    position: absolute;
   left: 35%;
   top: 50%;
}

.twoButtons a{
    text-decoration: none;
    font-size: 25px; 
    background-color: #FFDD77;
    color: #14a0e1;
    padding: 15px;
    border-radius: 10px;
    margin-right: 50px;
    font-weight: bold;
}

.twoButtons a:hover{
    background-color: #f59ec4;
    color: #fff;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

/* video style*/

.homepage-hero-module {
    border-right: none;
    border-left: none;
    position: relative;
}
.no-video .video-container video,
.touch .video-container video {
    display: none;
    
}
.no-video .video-container .poster,
.touch .video-container .poster {
    display: block !important;
}
.video-container {
    position: relative;
    bottom: 0%;
    left: 0%;
    height: 0;
    padding-bottom: 56.25%;
    width: 100%;
    overflow: hidden;
}
.video-container .poster img {
    width: 100%;
    bottom: 0;
    position: absolute;
}
.video-container .filter {
    z-index: 100;
    position: absolute;
    background: rgba(0, 0, 0, 0.4);
    width: 100%;
}
.video-container video {
    position: absolute;
    z-index: 0;
    top: 0;
}
.video-container video.fillWidth {
    width: 100%;
}

.hidden {
    display: none;
}

.text-right {
    float: right;
    width: 40%;
}

.pic-left {
    float: left;
}


/* job seeker page style*/
main {
    width: calc(100% - 350px);
     margin: 30px auto;
}


.main-content {
    width: 85%;
    float: left;
    margin-top: 50px;
    margin-right: 30px;
}

.searchContainer {
    height: 425px;
}

.jobSearch {
    background-color: #14a0e1;
    padding-top: 20px;
    text-align: center;
    border-radius: 20px;
}

.jobSearch h1 {
    font-size: 40px;
    margin: 0;
    color: #fff;
}

.jobSearch p {
    margin-top: 10px;
    margin-bottom: 30px;
    color: #fff;
}

.jobSearch a {
    color: #fff;
}

form {
    height: 130px;
}

form label {
    display: inline-block;
    height: 0;
    overflow: hidden;
}

input[type="text"]{
    height: 40px;
    width: 300px;
    font-size: 1em;
    margin: 20px auto;
}

input[type="submit"] {
    width: 100px;
    background-color: #FFDD77;
    border: 3px solid transparent;
    height: 40px;
    border-radius: 10px;
    font-size: 20px;
    cursor: pointer;
    color: #14a0e1;
}

input[type="submit"]:hover {
    background-color: #f59ec4;
    color: #fff;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.searchContainer h2 {
    margin-top: 80px;
    padding-left: 90px;
}

.searchContainer div {
    width: 80%;
    margin: 0 auto;
    border-left: 5px solid #14a0e1;
    padding-left: 15px;
    line-height: 1.4;
}

/* three banners  */

.candidatesBanners {
    display: -webkit-flex;
    display: flex;
     -webkit-justify-content: center;
    justify-content: center;
    -webkit-justify-content: space-around;
    justify-content: space-around;
   margin-top: 80px;
}

.bgBlock {
    margin: 0 10px;
    width: 80%;
} 

.photo1 {
    background: url(../images/resume.jpg) no-repeat top;
    opacity: 0.8;
    width: 100%;
    max-width: 300px;
    min-width: 200px;
    height: 110px;
    border-radius: 20px;
    margin: 0 auto;
}

.photo2 {
    background: url(../images/interview.jpg) no-repeat top;
    opacity: 0.8;
    width: 100%;
    max-width: 300px;
    min-width: 200px;
    height: 110px;
    border-radius: 20px;
    margin: 0 auto;
}

.photo3 {
    background: url(../images/banner_career_advising.jpg) no-repeat top;
    opacity: 0.8;
    width: 100%;
    max-width: 300px;
    min-width: 200px;
    height: 110px;
    border-radius: 20px;
    margin: 0 auto;
}


.candidatesBanners h3 {
    font-size: 1.3em;
    padding-top: 10px;
}

.candidatesBanners p {
    line-height: 1.4;
    margin-bottom: 100px;
}

.bgBlock a:hover {
    color: #14a0e1;
}


/* aside style*/

aside {
    width: 230px;
    height: auto;
    float: left;
    margin-top: 50px;
    margin-left: 30px;
    border: 1px solid black;
    border: 1px solid #f0f0f0;
}


aside h2 {
   color: #14a0e1;
}

aside div:nth-child(2n+0) {
    margin-left: 30px;
}

.submitCV {
    background-color: #f6f9fb;
    width: 80%;
    height: 180px;
    margin: 0 auto;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    border-radius: 10px;
}

.submitCV h2{
    text-align: center;
    padding-top: 20px;
    margin: 10px;
}

.submitCV p {
    font-size: 1em;
    text-align: center;
    margin: 0 5px 10px;
}


.jobButton {
    background-color: #14a0e1;
    color: #fff;
    margin-left: 30%;
    border: 3px solid transparent;
    font-size: 15px;
    font-family: 'Work Sans', Arial, sans-serif;
    cursor: pointer;
    border-radius: 5px;
}


.news {
    margin: 40px 10px 40px;
}

.news a {
    display: block;
    margin-top: 15px;
}

.news a:hover {
    color: #14a0e1;
} 

.news ul,
.faqs ul {
    padding-left: 0;
}

.news li,
.faqs li {
    padding-left: 0;
}

.careerIn {
    width: 100%;
    margin: 0 auto;
    height: 250px;
    background: url(../images/team.jpg) no-repeat; 
}

.careerIn h2 {
    position: relative;
    display: inline-block;
    width: 150px;
    top: 30px;
    background-color: rgba(255,255,255,0.9);
    padding: 10px;
}

.careerIn a {
    color: #14a0e1;
    text-decoration: none;
}

.careerIn a:hover {
    color: #14a0e1;
}

.faqs li {
    list-style-type: none;
}

.faqs a {
    font-size: 1.1em;
}

.faqs  p{
    font-size: 1em;
    text-decoration: none;
}

.faqs h2:hover,
.faqs a:hover {
    color: #14a0e1;
    cursor: pointer;
}

/*--- about page style ---*/
.headerAbout {
    font-size: 2em;
    margin: 100px 0;
    
}

.headerAbout h1 {
    font-size: 1.5em;
    color: #14a0e1;
    text-align: center;
    margin: 100px 0;
}


.wrapperAbout {
    background: url(../images/van.jpg) no-repeat;
    background-attachment: fixed;
    background-size: cover;
}


.block {
    position: relative;
    height: 300px;
    margin: 20px 0;
 }

 .block p {
    border-left: 5px solid #14a0e1;
    padding-left: 15px;
 }


.text {
    width: 60%;
    top: 0;
    left: 0;
    height: 300px;
    background-color: rgba(255,255,255,0.9);
    padding: 1px 50px 0 50px;
    line-height: 1.6;
}

.text h2 {
    text-transform: uppercase;
}

.logoClients {
    width: 60%;
    margin: 0 auto;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    padding: 20px;
}

.logoClients a {
    text-decoration: none;
}

.clients {
    margin: 100px auto;
    background-color: #f6f9fb;
    padding: 50px 0;
}

.clients p {
    margin-right: 150px;
    margin-left: 150px;
    text-align: center;
    line-height: 1.4;
}

@font-face {
    font-family: 'icomoon';
    src:    url('../images/icomoon.eot?wn866b');
    src:    url('../images/icomoon.eot?wn866b#iefix') format('embedded-opentype'),
        url('../images/icomoon.ttf?wn866b') format('truetype'),
        url('../images/icomoon.woff?wn866b') format('woff'),
        url('../images/icomoon.svg?wn866b#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
}

.logoClients [class^="icon-"], [class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    font-size: 40px;
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
    color: #f59ec4;
   
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.logoClients [class^="icon-"]:hover {
    -ms-transform: scale(1.5); /* IE 9 */
    -webkit-transform: scale(1.5); /* Safari and Chrome */
    transform: scale(1.5);  
    color: #FFDD77;
}

.icon-amazon:before {
    content: "\ea87";
}
.icon-vine:before {
    content: "\ea97";
}
.icon-renren:before {
    content: "\ea99";
}
.icon-vimeo:before {
    content: "\eaa0";
}
.icon-ello:before {
    content: "\eab6";
}
.icon-lastfm2:before {
    content: "\eacc";
}
.icon-stumbleupon2:before {
    content: "\eacf";
}
.icon-flattr:before {
    content: "\ead5";
}
.icon-foursquare:before {
    content: "\ead6";
}

.team-container {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-justify-content: space-around;
    justify-content: space-around;
   
}

.clients h2,
.team h2 {
    text-align: center;
    font-size: 2em;
    color: #14a0e1;
    text-transform: uppercase;
}

 .team {
    clear: both;
}

.team p {
    text-align: center;
    padding: 0 10px;
}

article {
    float: left;
    margin: 0 3px;
    position: relative;
    border: 1px solid #f0f0f0;
}

article img {
    width: 100%;
    max-width: 150px;
    display: block;
    margin: 30px auto;
    border-radius: 50%;
}

article h3 {
    text-align: center;
}

article h4 {
    text-align: center;
    margin-bottom: 30px;
    color: #14a0e1;
    font-size: .9em;
}

article p {
    font-size: 1em;
    line-height: 1.4;
}

.personConnect ul {
    width: 30%;
    margin: 0 auto;
}

.personConnect ul li {
    padding: 0;
    margin: 10px 0;
}

.personConnect ul li:last-child {
    padding-left: 10px;
}

.personConnect a {
    text-decoration: none;
    font-size: 20px;
    color: #14a0e1;
}

.personConnect a:hover {
    color: #FFDD77;
}
