 .pad,
 #lang-menu {
 	padding-top: 20px;
 	padding-bottom: 20px
 }
  #certifications {
 	overflow-x: hidden;
 }
.typography {
    font-size: 14px;
    line-height: 1.42857143;
}
.typography h2{
    color: #000000;
    font-family: "latolight",sans-serif;
    margin-top: 0px;
}
.typography p {
    font-size: 1em;
    line-height: 24px;
    color: #656565;
    letter-spacing: 0.01em;
    margin-bottom: 0px;
}
a:not(.not-animate) {
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
a:focus, a:hover {
    outline: 0;
    text-decoration: none;
}
a.swipebox,a.showpdf{
    display: block;
    border: 8px solid #333;
    padding: 5px;
    background-color: rgba(255,255,255,.8);
}
.img-responsive {
    display: inline-block;
    max-width: 100%;
    height: auto;
}
.row {
    margin-left: -15px;
    margin-right: -15px;
    box-sizing: border-box;
}

.col-xs-6 {
    width: 50%;
}
.col-xs-6, .col-xs-12,.col-sm-2, .col-sm-10 {
    float: left;
    margin-top: 10px;
}
.col-sm-2, .col-xs-6, .col-sm-10, .col-xs-12{
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;
}

.col-xs-12 {
    width: 100%;
}
.row:after {
	content: '';
	display: block;
    clear: both;
}
.text-center {
    text-align: center;
}
#swipebox-bottom-bar {
    bottom: 50%;
    margin-bottom: -50px;
}
#swipebox-bottom-bar, #swipebox-top-bar{
	background: transparent;
}
#swipebox-arrows {
    width: 100%;
    max-width: 98%; 
}
@media only screen and (min-width:768px ) {
	#certifications .col-sm-2 {
    width: 20%;
}
.col-sm-offset-1 {
    margin-left: 8.33333333%;
}
.col-sm-10 {
    width: 83.33333333%;
}
}
@media (max-width: 414px){
	#certifications .col-sm-2 {
    width: 50%;
}
}