body {
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}

.pixm-info-bar {
    display: flex;
    justify-content: center;
    background: white;
    color: white;
    height: 60px;
    position: fixed;
    width: 100%;
    top: calc(100% - 70px);
    padding-left: 5px;
	padding-right: 5px;
    font-size: 20px;
	font-weight: bold;
}

.pixm-info-bar-logo-div {
	display: flex;
	width: 20%;
	background: left no-repeat url('pixm_blue_on_white_logo.png'), right no-repeat url('mock-hexs.png');
	background-size: 100px;
}

.pixm-info-bar-logo-div .pixm_blue_on_white_logo {
	align-self: center;
	margin-left: 10px;
	height: 40px;
	width: 113px;
}

.pixm-info-bar-div {
	display: flex;
	height: 100%;
	width: 60%;
    align-self: center;
	background-color: #c94233;
	text-align: center;
	justify-content: space-around;
}

.pixm-info-bar-div span {
	align-self: center;
}

.pixm-info-bar-know-more-div {
	display: flex;
	width: 20%;
	background-color: #c94233;
	text-align: right;
	padding-right: 5px;
	justify-content: flex-end;
}

.pixm-info-bar-know-more-div span {
	align-self: center;
	font-size: 13px;
}

.pixm-info-bar-know-more-div span a:link {
  color: white;
}

.pixm-info-bar-know-more-div span a:visited {
  color: white;
}

.pixm-info-bar-know-more-div span a:hover {
  color: white;
}

.pixm-info-bar-know-more-div span a:active {
  color: white;
}

@media only screen and (max-device-width: 600px) {
	.pixm-info-bar {
		display: flex;
		justify-content: center;
		background: white;
		color: white;
		height: 100px;
		position: fixed;
		width: 100%;
		top: calc(100% - 100px);
		padding-left: 0px;
		padding-right: 0px;
		font-size: 15px;
		font-weight: bold;
	}

	.pixm-info-bar-logo-div {
		display: flex;
		width: 20%;
		background: center center no-repeat url('pixm_logo.png'), right bottom no-repeat url('mock-hexs-top.png');
		background-size: 35px, 28px;
	}

	.pixm-info-bar-logo-div .pixm_blue_on_white_logo {
		align-self: center;
		margin-left: 10px;
		height: 40px;
		width: 113px;
	}

	.pixm-info-bar-div {
		display: flex;
		height: 100%;
		width: 65%;
		align-self: center;
		text-align: center;
		justify-content: space-around;
		background: left bottom no-repeat url('mock-grey-hex.png') #c94233;
		background-size: 29px;
		
	}

	.pixm-info-bar-div span {
		align-self: center;
	}

	.pixm-info-bar-know-more-div {
		display: flex;
		width: 15%;
		background-color: #c94233;
		text-align: right;
		padding-right: 5px;
		justify-content: flex-end;
		word-break: break-word;
	}
}

@media (max-width: 320px) {
    .ctr-btn {
        text-align: center;
    }

    body{
        margin: -12px 0px 0px 0px;
    }

    #header{
        font-size: 12px;
        margin: 0px 0px 0px 0px;
        font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
        height: 20%;
    }

    #flag-section{
        background-color: #f1f1f1;
        height: 25px;
        width: auto;
    }

    #nav-section{
        background-color: #234E76;
        width: auto;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        padding-top:5px;
    }

    #language-section{
        font-size: 14px;
    }

    #language-section > ul{
        list-style: none;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }

    #language-section > ul a{
        color: #FFFFFE;
        padding-right: 10px;
        padding-left: 10px;
    }

    #form-section{
        background:url("background.png");
        height: 640px;
    }

    #payment-form{
        width: 87%;
        background-color: white;
        border: solid 1px #ccc;
        border-radius: 2rem;
        margin: 20px 10px;
        padding: 10px;
    }

    .control-label{
        font-weight: 700;
    }

    .form-control {
        display: block;
        width: 94%;
        padding: .325rem .50rem;
        font-size: 1rem;
        line-height: 1.5;
        color: #495057;
        background-color: #fff;
        background-clip: padding-box;
        border: 1px solid #ced4da;
        border-radius: .25rem;
        transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    }

    .form-group{
        margin-bottom: 1rem;
    }

    #submit-btn{
        background: #0073AF;
        color: #ffffff;
        border: 0 none;
        font-weight: 700;
        letter-spacing: 1px;
        text-transform: uppercase;
        line-height: 25px;
        margin-top: 1rem;
        min-width: 210px;
    }
}

@media (min-width: 321px ) and (max-width: 375px) {
    .ctr-btn {
        text-align: center;
    }

    body{
        margin: -12px 0px 0px 0px;
    }

    #header{
        font-size: 12px;
        margin: 0px 0px 0px 0px;
        font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
        height: 20%;
    }

    #flag-section{
        background-color: #f1f1f1;
        padding-left: 20px;
        height: 25px;
        width: auto;
    }

    #nav-section{
        background-color: #234E76;
        width: auto;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        padding-top:5px;
    }

    #logo-section{
        margin-left: 19%;
    }

    #language-section{
        margin-right: 20%;
        font-size: 14px;
    }

    #language-section > ul{
        list-style: none;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }

    #language-section > ul a{
        color: #FFFFFE;
        padding-right: 10px;
        padding-left: 10px;
    }

    #form-section{
        background:url("background.png");
        height: 640px;
    }

    #payment-form{
        width: 87%;
        background-color: white;
        border: solid 1px #ccc;
        border-radius: 2rem;
        margin: 20px 10px;
        padding: 10px;
    }

    .control-label{
        font-weight: 700;
    }

    .form-control {
        display: block;
        width: 94%;
        padding: .325rem .50rem;
        font-size: 1rem;
        line-height: 1.5;
        color: #495057;
        background-color: #fff;
        background-clip: padding-box;
        border: 1px solid #ced4da;
        border-radius: .25rem;
        transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    }

    .form-group{
        margin-bottom: 1rem;
    }

    #submit-btn{
        background: #0073AF;
        color: #ffffff;
        border: 0 none;
        font-weight: 700;
        letter-spacing: 1px;
        text-transform: uppercase;
        line-height: 25px;
        margin-top: 1rem;
        min-width: 210px;
    }
}

@media (min-width: 376px ) and (max-width: 425px) {
    .ctr-btn {
        text-align: center;
    }

    body{
        margin: -12px 0px 0px 0px;
    }

    #header{
        font-size: 12px;
        margin: 0px 0px 0px 0px;
        font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
        height: 20%;
    }

    #flag-section{
        background-color: #f1f1f1;
        padding-left: 20px;
        height: 25px;
        width: auto;
    }

    #nav-section{
        background-color: #234E76;
        width: auto;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        padding-top:5px;
    }

    #logo-section{
        margin-left: 19%;
    }

    #language-section{
        margin-right: 20%;
        font-size: 14px;
    }

    #language-section > ul{
        list-style: none;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }

    #language-section > ul a{
        color: #FFFFFE;
        padding-right: 10px;
        padding-left: 10px;
    }

    #form-section{
        background:url("background.png");
        height: 640px;
    }

    #payment-form{
        width: 87%;
        background-color: white;
        border: solid 1px #ccc;
        border-radius: 2rem;
        margin: 20px 10px;
        padding: 10px;
    }

    .control-label{
        font-weight: 700;
    }

    .form-control {
        display: block;
        width: 94%;
        padding: .325rem .50rem;
        font-size: 1rem;
        line-height: 1.5;
        color: #495057;
        background-color: #fff;
        background-clip: padding-box;
        border: 1px solid #ced4da;
        border-radius: .25rem;
        transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    }

    .form-group{
        margin-bottom: 1rem;
    }

    #submit-btn{
        background: #0073AF;
        color: #ffffff;
        border: 0 none;
        font-weight: 700;
        letter-spacing: 1px;
        text-transform: uppercase;
        line-height: 25px;
        margin-top: 1rem;
        min-width: 210px;
    }
}

@media (min-width: 426px ) and (max-width: 576px) {
    .ctr-btn {
        text-align: center;
    }

    body{
        margin: -12px 0px 0px 0px;
    }

    #header{
        font-size: 12px;
        margin: 0px 0px 0px 0px;
        font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
        height: 20%;
    }

    #flag-section{
        background-color: #f1f1f1;
        padding-left: 20px;
        height: 25px;
        width: auto;
    }

    #nav-section{
        background-color: #234E76;
        width: auto;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        padding-top:5px;
    }

    #logo-section{
        margin-left: 19%;
    }

    #language-section{
        margin-right: 20%;
        font-size: 14px;
    }

    #language-section > ul{
        list-style: none;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }

    #language-section > ul a{
        color: #FFFFFE;
        padding-right: 10px;
        padding-left: 10px;
    }

    #form-section{
        background:url("background.png");
        height: 640px;
    }

    #payment-form{
        width: 77%;
        background-color: white;
        border: solid 1px #ccc;
        border-radius: 2rem;
        margin: 20px 10px;
        padding: 10px;
    }

    .control-label{
        font-weight: 700;
    }

    .form-control {
        display: block;
        width: 94%;
        padding: .325rem .50rem;
        font-size: 1rem;
        line-height: 1.5;
        color: #495057;
        background-color: #fff;
        background-clip: padding-box;
        border: 1px solid #ced4da;
        border-radius: .25rem;
        transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    }

    .form-group{
        margin-bottom: 1rem;
    }

    #submit-btn{
        background: #0073AF;
        color: #ffffff;
        border: 0 none;
        font-weight: 700;
        letter-spacing: 1px;
        text-transform: uppercase;
        line-height: 25px;
        margin-top: 1rem;
        min-width: 210px;
    }
}

@media (min-width: 577px ) and (max-width: 739px) {
    body{
        margin: -12px 0px 0px 0px;
    }

    #header{
        font-size: 12px;
        margin: 0px 0px 0px 0px;
        font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
        height: 20%;
    }

    #flag-section{
        background-color: #f1f1f1;
        padding-left: 20px;
        height: 25px;
        width: auto;
    }

    #nav-section{
        background-color: #234E76;
        width: auto;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        padding-top:5px;
    }

    #logo-section{
        margin-left: 19%;
    }

    #language-section{
        margin-right: 20%;
        font-size: 14px;
    }

    #language-section > ul{
        list-style: none;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }

    #language-section > ul a{
        color: #FFFFFE;
        padding-right: 10px;
        padding-left: 10px;
    }


    #form-section{
        background:url("background.png");
        height: 640px;
        display: flex;
        justify-content: space-around;
    }

    #payment-form{
        width: 61%;
        background-color: white;
        margin-top: 15px;
        margin-bottom: 20px;
        border: solid 1px #ccc;
        border-radius: 2rem;
        padding: 1.5rem;
    }

    .control-label{
        font-weight: 700;
    }

    .form-control {
        display: block;
        width: 98%;
        padding: .325rem .50rem;
        font-size: 1rem;
        line-height: 1.5;
        color: #495057;
        background-color: #fff;
        background-clip: padding-box;
        border: 1px solid #ced4da;
        border-radius: .25rem;
        transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    }

    .form-group{
        margin-bottom: 1rem;
    }

    #submit-btn{
        background: #0073AF;
        color: #ffffff;
        border: 0 none;
        font-weight: 700;
        letter-spacing: 1px;
        text-transform: uppercase;
        line-height: 25px;
        margin-top: 1rem;
        min-width: 210px;
    }
}

@media only screen and (min-width: 740px) {
    body{
        margin: -12px 0px 0px 0px;
    }

    #header{
        font-size: 12px;
        margin: 0px 0px 0px 0px;
        font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
        height: 20%;
    }

    #flag-section{
        background-color: #f1f1f1;
        padding-left: 20px;
        height: 25px;
        width: auto;
    }

    #nav-section{
        background-color: #234E76;
        width: auto;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        padding-top:5px;
    }

    #logo-section{
        margin-left: 19%;
    }

    #language-section{
        margin-right: 20%;
        font-size: 14px;
    }

    #language-section > ul{
        list-style: none;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }

    #language-section > ul a{
        color: #FFFFFE;
        padding-right: 10px;
        padding-left: 10px;
    }


    #form-section{
        background:url("background.png");
        height: 640px;
        display: flex;
        justify-content: space-around;
    }

    #payment-form{
        width: 61%;
        background-color: white;
        margin-top: 15px;
        margin-bottom: 20px;
        border: solid 1px #ccc;
        border-radius: 2rem;
        padding: 1.5rem;
    }

    .control-label{
        font-weight: 700;
    }

    .form-control {
        display: block;
        width: 98%;
        padding: .325rem .50rem;
        font-size: 1rem;
        line-height: 1.5;
        color: #495057;
        background-color: #fff;
        background-clip: padding-box;
        border: 1px solid #ced4da;
        border-radius: .25rem;
        transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    }

    .form-group{
        margin-bottom: 1rem;
    }

    #submit-btn{
        background: #0073AF;
        color: #ffffff;
        border: 0 none;
        font-weight: 700;
        letter-spacing: 1px;
        text-transform: uppercase;
        line-height: 25px;
        margin-top: 1rem;
        min-width: 210px;
    }
}